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

  /external/libtextclassifier/
base.h 104 static uint32 ToHost32(uint32 x) { return x; }
117 static uint32 ToHost32(uint32 x) { return gbswap_32(x); }
  /external/protobuf/src/google/protobuf/stubs/
port.h 332 static uint32 ToHost32(uint32 x) { return bswap_32(x); }
345 static uint32 ToHost32(uint32 x) { return x; }
364 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p));
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 330 static uint32 ToHost32(uint32 x) { return bswap_32(x); }
343 static uint32 ToHost32(uint32 x) { return x; }
362 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p));

Completed in 392 milliseconds