Searched refs:to_bytes (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | int_bytes.py | 1 print((10).to_bytes(1, "little")) 2 print((111111).to_bytes(4, "little")) 3 print((100).to_bytes(10, "little")) 13 print((10).to_bytes(1, "big")) 14 print((100).to_bytes(10, "big")) 20 (1).to_bytes(-1, "little")
|
A D | int_bytes_intbig.py | 1 print((2**64).to_bytes(9, "little")) 2 print((2**64).to_bytes(9, "big")) 10 print(il.to_bytes(20, "little")) 11 print(ib.to_bytes(20, "big"))
|
A D | builtin_help.py.exp | 5 to_bytes -- <function> 8 to_bytes -- <function>
|
A D | del_attr.py | 36 del int.to_bytes
|
A D | fun_name.py | 22 str((1).to_bytes.__name__)
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uctypes_ptr_native_le.py | 23 buf = addr.to_bytes(uctypes.sizeof(desc), "little")
|
A D | uctypes_ptr_le.py | 22 buf = addr.to_bytes(uctypes.sizeof(desc), "little")
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableBaseWorker.cc | 99 return conv.to_bytes(str); in toString()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | transymodem.py | 107 serialport.write(serial.to_bytes(handshake_data)) 155 serialport.write(serial.to_bytes(checkstatuslist))
|
A D | mpy_ld.py | 423 env.full_text[o : o + env.arch.word_size] = got_entry.link_addr.to_bytes( 460 env.full_text[o : o + env.arch.word_size] = value.to_bytes(env.arch.word_size, "little")
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1parse.c | 466 (void)psaux->ps_parser_funcs->to_bytes( &parser->root, in T1_Get_Private_Dict()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | psaux.h | 365 (*to_bytes)( PS_Parser parser, member
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 126 (p)->root.funcs.to_bytes( &(p)->root, b, m, n, d )
|
Completed in 35 milliseconds