Searched refs:inptr (Results 1 – 13 of 13) sorted by relevance
47 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable59 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())113 inptr = 1; in fill_inbuf()
39 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable51 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())121 inptr = 1; in fill_inbuf()
36 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable48 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())131 inptr = 1; in fill_inbuf()
41 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable53 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())132 inptr = 1; in fill_inbuf()
43 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable55 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())153 inptr = 1; in fill_inbuf()
188 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable200 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())258 inptr = 1; in fill_inbuf()
149 static unsigned inptr; variable163 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())415 inptr = 0; in decompress_kernel()
92 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable128 unsigned char ch = inptr < insize ? inbuf[inptr++] : fill_inbuf(); in get_byte()250 inptr = 1; in fill_inbuf()
47 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable63 #define get_byte() (inbuf[inptr++])
98 ;; Do the decompression and save compressed size in inptr106 add.d [inptr], $r9 ; size of compressed kernel
55 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable71 #define get_byte() inbuf[inptr++]
657 unsigned long inptr, unsigned long outputr,
1203 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument1210 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()