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

  /external/catch2/include/internal/
catch_tostring.cpp 38 enum Arch { Big, Little };
47 return ( u.asChar[sizeof(int)-1] == 1 ) ? Big : Little;
53 // Reverse order for little endian architectures
55 if( Endianness::which() == Endianness::Little ) {
  /external/python/cpython2/Lib/ctypes/test/
test_bitfields.py 265 class Little(LittleEndianStructure):
270 x = Little.from_buffer(b)
  /external/python/cpython3/Lib/ctypes/test/
test_bitfields.py 264 class Little(LittleEndianStructure):
269 x = Little.from_buffer(b)

Completed in 273 milliseconds