Lines Matching defs:bs
37 magic_number, bs = read_magic_number(fin);
38 fout.write(bs)
39 version, bs = read_version(fin);
40 fout.write(bs)
43 id, bs = read_varuintN(fin)
44 fout.write(bs)
47 payload_length, bs = read_varuintN(fin)
48 fout.write(bs)
52 num_declared_functions, bs = peek_varuintN(fin)
54 bs = fin.read(payload_length)
55 fout.write(bs)