Lines Matching refs:read_byte
158 def read_prelude_sig(read_byte): argument
159 z = read_byte()
169 z = read_byte()
182 def read_prelude_size(read_byte): argument
187 z = read_byte()
636 def read_byte(f, out=None): function
646 b = read_byte(f, out)
696 ) = read_prelude_sig(lambda: read_byte(f, bytecode))
697 n_info, n_cell = read_prelude_size(lambda: read_byte(f, bytecode))
701 read_byte(f, bytecode)
713 op = read_byte(file, bytecode)
720 while read_byte(file, bytecode) & 0x80:
723 read_byte(file, bytecode)