/external/llvm-libc/test/src/__support/ |
D | endian_internal_test.cpp | 40 const uint16_t swapped = __builtin_bswap16(original); in TEST_F() local 46 const uint32_t swapped = __builtin_bswap32(original); in TEST_F() local 52 const uint64_t swapped = __builtin_bswap64(original); in TEST_F() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/ |
D | endian_internal_test.cpp | 40 const uint16_t swapped = __builtin_bswap16(original); in TEST_F() local 46 const uint32_t swapped = __builtin_bswap32(original); in TEST_F() local 52 const uint64_t swapped = __builtin_bswap64(original); in TEST_F() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/ |
D | endian_internal_test.cpp | 40 const uint16_t swapped = __builtin_bswap16(original); in TEST_F() local 46 const uint32_t swapped = __builtin_bswap32(original); in TEST_F() local 52 const uint64_t swapped = __builtin_bswap64(original); in TEST_F() local
|
/external/libchrome/base/ |
D | sys_byteorder_unittest.cc | 24 uint16_t swapped = base::ByteSwap(k16BitTestData); in TEST() local 31 uint32_t swapped = base::ByteSwap(k32BitTestData); in TEST() local 38 uint64_t swapped = base::ByteSwap(k64BitTestData); in TEST() local 57 uintptr_t swapped = base::ByteSwapUintPtrT(test_data); in TEST() local
|
/external/coreboot/src/commonlib/ |
D | sort.c | 11 int swapped; in bubblesort() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/network/ |
D | ntohs_test.cpp | 16 uint16_t swapped = 0x0123; in TEST() local
|
D | htons_test.cpp | 16 uint16_t swapped = 0x0123; in TEST() local
|
D | ntohl_test.cpp | 16 uint32_t swapped = 0x01234567; in TEST() local
|
D | htonl_test.cpp | 16 uint32_t swapped = 0x01234567; in TEST() local
|
/external/llvm-libc/test/src/arpa/inet/ |
D | htonl_test.cpp | 16 uint32_t swapped = 0x01234567; in TEST() local
|
D | ntohs_test.cpp | 16 uint16_t swapped = 0x0123; in TEST() local
|
D | htons_test.cpp | 16 uint16_t swapped = 0x0123; in TEST() local
|
D | ntohl_test.cpp | 16 uint32_t swapped = 0x01234567; in TEST() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/network/ |
D | ntohl_test.cpp | 16 uint32_t swapped = 0x01234567; in TEST() local
|
D | ntohs_test.cpp | 16 uint16_t swapped = 0x0123; in TEST() local
|
D | htons_test.cpp | 16 uint16_t swapped = 0x0123; in TEST() local
|
D | htonl_test.cpp | 16 uint32_t swapped = 0x01234567; in TEST() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/ |
D | compare_test.cc | 102 uint64_t swapped = _upb_BigEndian_Swap64(val->val); in ToBinaryPayload() local 106 uint32_t swapped = _upb_BigEndian_Swap32(val->val); in ToBinaryPayload() local
|
/external/grpc-grpc/third_party/upb/upb/util/ |
D | compare_test.cc | 87 uint64_t swapped = upb_BigEndian64(val->val); in ToBinaryPayload() local 91 uint32_t swapped = upb_BigEndian32(val->val); in ToBinaryPayload() local
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | decode.c | 66 uint16_t swapped[NO_OF_WORDS_30MS]; in WebRtcIlbcfix_DecodeImpl() local
|
/external/sdv/vsomeip/third_party/boost/integer/include/boost/integer/ |
D | extended_euclidean.hpp | 37 bool swapped = false; in extended_euclidean() local
|
/external/ltp/testcases/kernel/mem/swapping/ |
D | swapping01.c | 139 long swap_free_now, swapped; in check_swapping() local
|
/external/rust/android-crates-io/crates/hashbrown/src/control/ |
D | bitmask.rs | 77 let swapped = unsafe { NonZeroBitMaskWord::new_unchecked(nonzero.get().swap_bytes()) }; in nonzero_trailing_zeros() localVariable
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_nohw.c | 278 uint64_t swapped[2]; in gcm_gmult_nohw() local 288 uint64_t swapped[2]; in gcm_ghash_nohw() local
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_read.c | 46 bool swapped; member
|