Home
last modified time | relevance | path

Searched defs:ReverseBytes (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DByteBuffer.cs316 static public ushort ReverseBytes(ushort input) in ReverseBytes() method in FlatBuffers.ByteBuffer
321 static public uint ReverseBytes(uint input) in ReverseBytes() method in FlatBuffers.ByteBuffer
328 static public ulong ReverseBytes(ulong input) in ReverseBytes() method in FlatBuffers.ByteBuffer
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dreverse_bytes_unittest.cc15 TEST(ReverseBytes, DeadBeefScramble) { in TEST() argument
H A Dreverse_bytes.h40 constexpr uintptr_t ReverseBytes(uintptr_t value) { in ReverseBytes() function
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dendian.h84 constexpr T ReverseBytes(T value) { in ReverseBytes() function
/aosp_15_r20/external/gptfdisk/
H A Dsupport.cc322 void ReverseBytes(void* theValue, int numBytes) { in ReverseBytes() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/bits/
Dbits.go266 func ReverseBytes(x uint) uint { func
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/
H A Dranden_hwaes.cc129 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc129 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/
H A Dranden_hwaes.cc129 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/
H A Dranden_hwaes.cc129 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes() function
/aosp_15_r20/external/abseil-cpp/absl/random/internal/
H A Dranden_hwaes.cc129 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/
H A Dranden_hwaes.cc163 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/
H A Dranden_hwaes.cc129 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes() function
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Dmathbits.go190 func ReverseBytes(n uint) uint { func
/aosp_15_r20/external/vixl/src/
H A Dutils-vixl.h526 T ReverseBytes(T value, int block_bytes_log2) { in ReverseBytes() function