| /external/cronet/base/allocator/partition_allocator/ |
| D | partition_ref_count.h | 115 constexpr CountType kMask = kUnprotectedPtrCountMask; in PA_COMPONENT_EXPORT() local 118 constexpr CountType kMask = kPtrCountMask; in PA_COMPONENT_EXPORT() local 144 constexpr CountType kMask = kUnprotectedPtrCountMask; in PA_COMPONENT_EXPORT() local
|
| /external/cronet/net/server/ |
| D | web_socket_encoder_unittest.cc | 241 constexpr int kMask = 123456; in TEST_F() local 269 constexpr int kMask = 123456; in TEST_F() local 303 constexpr int kMask = 0; in TEST_F() local 332 constexpr int kMask = 0; in TEST_F() local 424 constexpr int kMask = 123456; in TEST_F() local 459 constexpr int kMask = 0; in TEST_F() local 496 constexpr int kMask = 0; in TEST_F() local
|
| /external/rust/crates/ring/crypto/fipsmodule/ec/ |
| D | p256-x86_64.c | 121 static const crypto_word kMask = (1 << (5 /* kWindowSize */ + 1)) - 1; in ecp_nistz256_windowed_mul() local 210 static const crypto_word kMask = (1 << (7 /* kWindowSize */ + 1)) - 1; in calc_first_wvalue() local 219 static const crypto_word kMask = (1 << (7 /* kWindowSize */ + 1)) - 1; in calc_wvalue() local
|
| /external/openscreen/third_party/abseil/src/absl/random/internal/ |
| D | generate_real.h | 93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
|
| /external/libtextclassifier/abseil-cpp/absl/random/internal/ |
| D | generate_real.h | 93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/ |
| D | generate_real.h | 93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
|
| /external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
| D | generate_real.h | 93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
| D | generate_real.h | 93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
|
| /external/angle/third_party/abseil-cpp/absl/random/internal/ |
| D | generate_real.h | 93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
|
| /external/cronet/third_party/abseil-cpp/absl/random/internal/ |
| D | generate_real.h | 93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
|
| /external/abseil-cpp/absl/random/internal/ |
| D | generate_real.h | 93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
|
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
| D | device_options.h | 54 static constexpr unsigned kMask = 0xf; // Mask of all available flags. member
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
| D | p256-x86_64.c | 198 static const crypto_word_t kMask = (1 << (5 /* kWindowSize */ + 1)) - 1; in ecp_nistz256_windowed_mul() local 288 static const crypto_word_t kMask = (1 << (7 /* kWindowSize */ + 1)) - 1; in calc_first_wvalue() local 297 static const crypto_word_t kMask = (1 << (7 /* kWindowSize */ + 1)) - 1; in calc_wvalue() local
|
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
| D | p256-nistz.c | 197 static const crypto_word_t kMask = (1 << (5 /* kWindowSize */ + 1)) - 1; in ecp_nistz256_windowed_mul() local 282 static const crypto_word_t kMask = (1 << (7 /* kWindowSize */ + 1)) - 1; in calc_first_wvalue() local 291 static const crypto_word_t kMask = (1 << (7 /* kWindowSize */ + 1)) - 1; in calc_wvalue() local
|
| /external/boringssl/src/crypto/fipsmodule/ec/ |
| D | p256-nistz.c | 197 static const crypto_word_t kMask = (1 << (5 /* kWindowSize */ + 1)) - 1; in ecp_nistz256_windowed_mul() local 282 static const crypto_word_t kMask = (1 << (7 /* kWindowSize */ + 1)) - 1; in calc_first_wvalue() local 291 static const crypto_word_t kMask = (1 << (7 /* kWindowSize */ + 1)) - 1; in calc_wvalue() local
|
| /external/skia/bench/ |
| D | ClipStrategyBench.cpp | 17 kMask, enumerator
|
| /external/angle/src/tests/gl_tests/gles1/ |
| D | BootAnimationTest.cpp | 82 constexpr GLubyte kMask[] = { in testSetUp() local
|
| /external/openthread/src/core/thread/ |
| D | network_data_types.hpp | 151 constexpr uint8_t kMask = 3; // First two bits. in RoutePreferenceFromValue() local
|
| /external/angle/third_party/abseil-cpp/absl/random/ |
| D | gaussian_distribution.h | 63 static constexpr uint64_t kMask = 0x07f; variable
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/random/ |
| D | gaussian_distribution.h | 63 static constexpr uint64_t kMask = 0x07f; variable
|
| /external/abseil-cpp/absl/random/ |
| D | gaussian_distribution.h | 63 static constexpr uint64_t kMask = 0x07f; variable
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
| D | gaussian_distribution.h | 63 static constexpr uint64_t kMask = 0x07f; variable
|
| /external/cronet/net/disk_cache/blockfile/ |
| D | backend_impl.h | 42 kMask = 1, // A mask (for the index table) was specified. enumerator
|
| /external/libtextclassifier/abseil-cpp/absl/random/ |
| D | gaussian_distribution.h | 63 static constexpr uint64_t kMask = 0x07f; variable
|
| /external/openscreen/third_party/abseil/src/absl/random/ |
| D | gaussian_distribution.h | 63 static constexpr uint64_t kMask = 0x07f; variable
|