HomeSort by relevance Sort by last modified time
    Searched refs:to_little_endian_string (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_marshal.py 29 def to_little_endian_string(value, nbytes): function in function:IntTestCase.test_int64
41 s = 'I' + to_little_endian_string(base, 8)
  /external/python/cpython2/Lib/test/
test_marshal.py 33 def to_little_endian_string(value, nbytes): function in function:IntTestCase.test_int64
45 s = 'I' + to_little_endian_string(base, 8)

Completed in 116 milliseconds