Searched refs:read_uint8 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/tools/wasm-compilation-hints/ |
H A D | wasm-objdump-compilation-hints.py | 40 hint, bs = read_uint8(fin)
|
H A D | wasm.py | 21 def read_uint8(fin): function
|
/third_party/ffmpeg/libavformat/ |
H A D | mlvdec.c | 97 static void read_uint8(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt) in read_uint8() function 180 read_uint8(avctx, pb, "stabilizerMode", "%i"); in scan_file() 181 read_uint8(avctx, pb, "autofocusMode", "%i"); in scan_file()
|
/third_party/python/Lib/ |
H A D | pickletools.py | 294 def read_uint8(f): function 297 >>> read_uint8(io.BytesIO(b'\xff\x00\x00\x00\x00\x00\x00\x00')) 299 >>> read_uint8(io.BytesIO(b'\xff' * 8)) == 2**64-1 311 reader=read_uint8, 548 n = read_uint8(f) 583 n = read_uint8(f) 727 n = read_uint8(f)
|
Completed in 5 milliseconds