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

  /external/v8/src/arm64/
utils-arm64.h 45 T ReverseBytes(T value, int block_bytes_log2) {
  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 300 static public ushort ReverseBytes(ushort input)
305 static public uint ReverseBytes(uint input)
312 static public ulong ReverseBytes(ulong input)
462 : ReverseBytes(value);
483 : ReverseBytes(value);
504 : ReverseBytes(value);
524 *(uint*)(ptr + offset) = ReverseBytes(*(uint*)(&value));
544 *(ulong*)(ptr + offset) = ReverseBytes(*(ulong*)(&value));
663 : ReverseBytes(*(ushort*)(ptr + offset));
684 : 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()
  /external/vixl/src/
utils-vixl.h 498 T ReverseBytes(T value, int block_bytes_log2) {
    [all...]

Completed in 335 milliseconds