| /external/rust/crates/grpcio-sys/grpc/third_party/address_sorting/ |
| D | address_sorting.c | 88 uint32_t* bits32 = (uint32_t*)ipv6_address; in in6_is_addr_loopback() local 89 return bits32[0] == 0 && bits32[1] == 0 && bits32[2] == 0 && in in6_is_addr_loopback() 90 bits32[3] == htonl(1); in in6_is_addr_loopback() 94 uint32_t* bits32 = (uint32_t*)ipv6_address; in in6_is_addr_v4mapped() local 95 return bits32[0] == 0 && bits32[1] == 0 && bits32[2] == htonl(0x0000ffff); in in6_is_addr_v4mapped() 99 uint32_t* bits32 = (uint32_t*)ipv6_address; in in6_is_addr_v4compat() local 100 return bits32[0] == 0 && bits32[1] == 0 && bits32[2] == 0 && bits32[3] != 0 && in in6_is_addr_v4compat() 101 bits32[3] != htonl(1); in in6_is_addr_v4compat()
|
| /external/grpc-grpc/third_party/address_sorting/ |
| D | address_sorting.c | 88 uint32_t* bits32 = (uint32_t*)ipv6_address; in in6_is_addr_loopback() local 89 return bits32[0] == 0 && bits32[1] == 0 && bits32[2] == 0 && in in6_is_addr_loopback() 90 bits32[3] == htonl(1); in in6_is_addr_loopback() 94 uint32_t* bits32 = (uint32_t*)ipv6_address; in in6_is_addr_v4mapped() local 95 return bits32[0] == 0 && bits32[1] == 0 && bits32[2] == htonl(0x0000ffff); in in6_is_addr_v4mapped() 99 uint32_t* bits32 = (uint32_t*)ipv6_address; in in6_is_addr_v4compat() local 100 return bits32[0] == 0 && bits32[1] == 0 && bits32[2] == 0 && bits32[3] != 0 && in in6_is_addr_v4compat() 101 bits32[3] != htonl(1); in in6_is_addr_v4compat()
|
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ |
| D | prng.cc | 441 Philox4x32State bits32; in PhiloxRngBit64() local 443 std::tie(bits32, new_state) = in PhiloxRngBit64() 447 bits64[0] = Uint32sToUint64({bits32[0], bits32[1]}); in PhiloxRngBit64() 448 bits64[1] = Uint32sToUint64({bits32[2], bits32[3]}); in PhiloxRngBit64()
|
| /external/minijail/ |
| D | bpf.h | 26 #define BITS32 macro 71 #if defined(BITS32)
|
| D | util_unittest.cc | 226 #if defined(BITS32) in TEST() 246 #if defined(BITS32) in TEST() 276 #if defined(BITS32) in TEST() 298 #if defined(BITS32) in TEST()
|
| D | syscall_filter_unittest.cc | 112 #if defined(BITS32) in TEST() 132 #if defined(BITS32) in TEST() 151 #if defined(BITS32) in TEST() 171 #if defined(BITS32) in TEST() 192 #if defined(BITS32) in TEST()
|
| D | bpf.c | 44 #if defined(BITS32)
|
| /external/rust/crates/arc-swap/.github/workflows/ |
| D | test.yaml | 73 bits32:
|
| /external/sdv/vsomeip/third_party/boost/icl/example/large_bitset_/ |
| D | large_bitset.hpp | 33 typedef bits<nat32> bits32; typedef
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 1873 const SDValue Bits32 = DAG.getConstant(32, SL, MVT::i32); in LowerCTLZ() local 1874 SDValue Add = DAG.getNode(ISD::ADD, SL, MVT::i32, CtlzLo, Bits32); in LowerCTLZ() 1892 const SDValue Bits32 = DAG.getConstant(64, SL, MVT::i32); in LowerCTLZ() local 1897 SrcIsZero, Bits32, NewCtlz); in LowerCTLZ()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 2359 const SDValue Bits32 = DAG.getConstant(32, SL, MVT::i32); in LowerCTLZ_CTTZ() local 2362 Add = DAG.getNode(ISD::ADD, SL, MVT::i32, OprLo, Bits32); in LowerCTLZ_CTTZ() 2366 Add = DAG.getNode(ISD::ADD, SL, MVT::i32, OprHi, Bits32); in LowerCTLZ_CTTZ() 2385 const SDValue Bits32 = DAG.getConstant(64, SL, MVT::i32); in LowerCTLZ_CTTZ() local 2390 SrcIsZero, Bits32, NewOpr); in LowerCTLZ_CTTZ()
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 216 const MemoryMapParams *bits32; member 510 MapParams = FreeBSD_X86_MemoryMapParams.bits32; in doInitialization() 522 MapParams = Linux_X86_MemoryMapParams.bits32; in doInitialization()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 350 const MemoryMapParams *bits32; member 896 MapParams = FreeBSD_X86_MemoryMapParams.bits32; in initializeModule() 917 MapParams = Linux_X86_MemoryMapParams.bits32; in initializeModule()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 383 const MemoryMapParams *bits32; member 951 MapParams = FreeBSD_X86_MemoryMapParams.bits32; in initializeModule() 972 MapParams = Linux_X86_MemoryMapParams.bits32; in initializeModule()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 7121 unsigned Bits32 = 0; in LowerBUILD_VECTOR_i1() local 7128 Bits32 |= BoolMask << (i * BitsPerBool); in LowerBUILD_VECTOR_i1() 7133 DAG.getConstant(Bits32, dl, MVT::i32)); in LowerBUILD_VECTOR_i1()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 7740 unsigned Bits32 = 0; in LowerBUILD_VECTOR_i1() local 7747 Bits32 |= BoolMask << (i * BitsPerBool); in LowerBUILD_VECTOR_i1() 7752 DAG.getConstant(Bits32, dl, MVT::i32)); in LowerBUILD_VECTOR_i1()
|