Searched refs:inptr (Results 1 – 7 of 7) sorted by relevance
48 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())114 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()
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()251 inptr = 1; in fill_inbuf()
98 ;; Do the decompression and save compressed size in inptr106 add.d [inptr], $r9 ; size of compressed kernel
57 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable73 #define get_byte() (inbuf[inptr++])
660 unsigned long inptr, unsigned long outputr,
1187 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument1194 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()