Home
last modified time | relevance | path

Searched refs:read_uint8 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/wasm-compilation-hints/
H A Dwasm-objdump-compilation-hints.py40 hint, bs = read_uint8(fin)
H A Dwasm.py21 def read_uint8(fin): function
/third_party/ffmpeg/libavformat/
H A Dmlvdec.c97 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 Dpickletools.py294 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