kMask 20 gpu/command_buffer/common/bitfield_helpers.h static const unsigned int kMask = 1U + ((1U << (length-1)) - 1U) * 2U; kMask 24 gpu/command_buffer/common/bitfield_helpers.h return (container >> kShift) & kMask; kMask 29 gpu/command_buffer/common/bitfield_helpers.h return (value & kMask) << kShift; kMask 34 gpu/command_buffer/common/bitfield_helpers.h *container = (*container & ~(kMask << kShift)) | MakeValue(field_value); kMask 3738 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc const GLint kMask = 123; kMask 3739 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, StencilMask(kMask)) kMask 3743 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc cmd.Init(kMask); kMask 3787 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_EQ(kMask, result->GetData()[0]); kMask 51 media/tools/player_x11/x11_video_renderer.cc static const unsigned long kMask = kMask 58 media/tools/player_x11/x11_video_renderer.cc pictformat = XRenderFindFormat(dpy, kMask, &templ, 0 /* first result */); kMask 148 net/disk_cache/blockfile/backend_impl.cc user_flags_(kMask), kMask 1418 net/disk_cache/blockfile/backend_impl.cc if (!(user_flags_ & kMask)) kMask 212 net/disk_cache/blockfile/backend_worker_v3.cc if (!(user_flags_ & kMask)) kMask 40 net/quic/quic_framer_test.cc const QuicPacketSequenceNumber kMask = kEpoch - 1; kMask 489 net/quic/quic_framer_test.cc expected_sequence_number & kMask; kMask 515 net/quic/quic_framer_test.cc CheckCalculatePacketSequenceNumber(kEpoch + 1, kMask); kMask 516 net/quic/quic_framer_test.cc CheckCalculatePacketSequenceNumber(kEpoch, kMask); kMask 592 net/quic/quic_framer_test.cc const uint64 max_epoch = max_number & ~kMask; kMask 243 third_party/tcmalloc/chromium/src/heap-profile-table.h return reinterpret_cast<Bucket*>(bucket_rep & ~uintptr_t(kMask)); kMask 261 third_party/tcmalloc/chromium/src/heap-profile-table.h return static_cast<AllocationMark>(bucket_rep & uintptr_t(kMask)); kMask 264 third_party/tcmalloc/chromium/src/heap-profile-table.h bucket_rep = (bucket_rep & ~uintptr_t(kMask)) | uintptr_t(mark); kMask 272 third_party/tcmalloc/chromium/src/heap-profile-table.h static const int kMask = kLive | kIgnore; kMask 217 third_party/tcmalloc/vendor/src/heap-profile-table.h return reinterpret_cast<Bucket*>(bucket_rep & ~uintptr_t(kMask)); kMask 240 third_party/tcmalloc/vendor/src/heap-profile-table.h static const int kMask = kLive | kIgnore; kMask 1488 ui/base/x/x11_util.cc static const unsigned long kMask = kMask 1495 ui/base/x/x11_util.cc pictformat = XRenderFindFormat(dpy, kMask, &templ, 0 /* first result */);