Home
last modified time | relevance | path

Searched refs:to_bytes (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/basics/
A Dint_bytes.py1 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 Dint_bytes_intbig.py1 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 Dbuiltin_help.py.exp5 to_bytes -- <function>
8 to_bytes -- <function>
A Ddel_attr.py36 del int.to_bytes
A Dfun_name.py22 str((1).to_bytes.__name__)
/AliOS-Things-master/components/py_engine/tests/extmod/
A Ductypes_ptr_native_le.py23 buf = addr.to_bytes(uctypes.sizeof(desc), "little")
A Ductypes_ptr_le.py22 buf = addr.to_bytes(uctypes.sizeof(desc), "little")
/AliOS-Things-master/components/oss/src/resumable/
A DResumableBaseWorker.cc99 return conv.to_bytes(str); in toString()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dtransymodem.py107 serialport.write(serial.to_bytes(handshake_data))
155 serialport.write(serial.to_bytes(checkstatuslist))
A Dmpy_ld.py423 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 Dt1parse.c466 (void)psaux->ps_parser_funcs->to_bytes( &parser->root, in T1_Get_Private_Dict()
/AliOS-Things-master/components/freetype/include/internal/
A Dpsaux.h365 (*to_bytes)( PS_Parser parser, member
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c126 (p)->root.funcs.to_bytes( &(p)->root, b, m, n, d )

Completed in 35 milliseconds