HomeSort by relevance Sort by last modified time
    Searched defs:ReverseBytes (Results 1 - 6 of 6) sorted by null

  /external/v8/src/arm64/
utils-arm64.h 58 T ReverseBytes(T value, int block_bytes_log2) {
  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 73 static public ushort ReverseBytes(ushort input)
78 static public uint ReverseBytes(uint input)
85 static public ulong ReverseBytes(ulong input)
188 : ReverseBytes(value);
204 : ReverseBytes(value);
220 : ReverseBytes(value);
235 *(uint*)(ptr + offset) = ReverseBytes(*(uint*)(&value));
252 *(ulong*)(ptr + offset) = ReverseBytes(*(ulong*)(ptr + offset));
338 : ReverseBytes(*(ushort*)(ptr + offset));
354 : ReverseBytes(*(uint*)(ptr + offset))
    [all...]
  /external/gptfdisk/
support.cc 312 void ReverseBytes(void* theValue, int numBytes) {
323 cerr << "Could not allocate memory in ReverseBytes()! Terminating\n";
326 } // ReverseBytes()
  /prebuilts/go/darwin-x86/src/math/bits/
bits.go 248 // --- ReverseBytes ---
250 // ReverseBytes returns the value of x with its bytes in reversed order.
251 func ReverseBytes(x uint) uint {
  /prebuilts/go/linux-x86/src/math/bits/
bits.go 248 // --- ReverseBytes ---
250 // ReverseBytes returns the value of x with its bytes in reversed order.
251 func ReverseBytes(x uint) uint {
  /external/vixl/src/
utils-vixl.h 410 T ReverseBytes(T value, int block_bytes_log2) {

Completed in 185 milliseconds