Home
last modified time | relevance | path

Searched refs:uint32_in_expected_order (Results 1 – 15 of 15) sorted by relevance

/external/cronet/base/third_party/cityhash_v103/patches/
D003-use-base.patch26 #define uint32_in_expected_order(x) (x)
29 #define uint32_in_expected_order(x) (bswap_32(x))
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc37 #define uint32_in_expected_order(x) (absl::gbswap_32(x)) macro
40 #define uint32_in_expected_order(x) (x)
49 return uint32_in_expected_order(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Fetch32()
/external/cronet/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc37 #define uint32_in_expected_order(x) (absl::gbswap_32(x)) macro
40 #define uint32_in_expected_order(x) (x)
49 return uint32_in_expected_order(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Fetch32()
/external/cronet/base/third_party/cityhash_v103/src/
Dcity_v103.cc56 #define uint32_in_expected_order(x) (x) macro
83 #define uint32_in_expected_order(x) (bswap_32(x)) macro
101 return uint32_in_expected_order(UNALIGNED_LOAD32(p)); in Fetch32()
/external/openscreen/third_party/abseil/src/absl/hash/internal/
Dcity.cc37 #define uint32_in_expected_order(x) (absl::gbswap_32(x)) macro
40 #define uint32_in_expected_order(x) (x)
49 return uint32_in_expected_order(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Fetch32()
/external/abseil-cpp/absl/hash/internal/
Dcity.cc37 #define uint32_in_expected_order(x) (absl::gbswap_32(x)) macro
40 #define uint32_in_expected_order(x) (x)
49 return uint32_in_expected_order(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Fetch32()
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc37 #define uint32_in_expected_order(x) (absl::gbswap_32(x)) macro
40 #define uint32_in_expected_order(x) (x)
49 return uint32_in_expected_order(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Fetch32()
/external/libtextclassifier/abseil-cpp/absl/hash/internal/
Dcity.cc37 #define uint32_in_expected_order(x) (absl::gbswap_32(x)) macro
40 #define uint32_in_expected_order(x) (x)
49 return uint32_in_expected_order(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Fetch32()
/external/tensorflow/third_party/absl/abseil-cpp/absl/hash/internal/
Dcity.cc37 #define uint32_in_expected_order(x) (absl::gbswap_32(x)) macro
40 #define uint32_in_expected_order(x) (x)
49 return uint32_in_expected_order(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Fetch32()
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc37 #define uint32_in_expected_order(x) (absl::gbswap_32(x)) macro
40 #define uint32_in_expected_order(x) (x)
49 return uint32_in_expected_order(ABSL_INTERNAL_UNALIGNED_LOAD32(p)); in Fetch32()
/external/cronet/base/third_party/cityhash/
Dcity.cc101 #define uint32_in_expected_order(x) (bswap_32(x)) macro
104 #define uint32_in_expected_order(x) (x)
133 return uint32_in_expected_order(UNALIGNED_LOAD32(p)); in Fetch32()
/external/tensorflow/third_party/farmhash/
Dfarmhash_support_cuda.patch43 +#define uint32_in_expected_order(x) (x)
53 return uint32_in_expected_order(result);
/external/cronet/base/third_party/cityhash/patches/
D0000-build-bots-jumbo.patch53 #define uint32_in_expected_order(x) (bswap_32(x))
/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.cc161 #define uint32_in_expected_order(x) (bswap_32(x)) macro
164 #define uint32_in_expected_order(x) (x) macro
179 return uint32_in_expected_order(result); in Fetch32()
/external/libtextclassifier/native/utils/hash/
Dfarmhash.cc163 #define uint32_in_expected_order(x) (bswap_32(x)) macro
166 #define uint32_in_expected_order(x) (x) macro
181 return uint32_in_expected_order(result); in Fetch32()