Searched refs:byteno (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/grep/dist/src/
H A Ddosbuf.c151 dossified_pos (off_t byteno) argument
157 return byteno;
167 if (byteno >= pos_hi)
171 byteno >= dos_pos_map[out_map_idx].pos)
175 else if (byteno < pos_lo)
178 while (out_map_idx > 1 && byteno < dos_pos_map[out_map_idx-1].pos)
182 return byteno + dos_pos_map[out_map_idx].add;
/netbsd-current/external/bsd/bzip2/dist/
H A Dunzcrash.c68 int byteno = bit / 8; local
72 // byteno, bitno, (int)mask );
73 zbuf[byteno] ^= mask;
/netbsd-current/sys/arch/atari/dev/
H A Dnvram.c120 nvr_get_byte(int byteno) argument
128 return mc146818_read(RTC, byteno + MC_NVRAM_START) & 0xff;

Completed in 124 milliseconds