Searched refs:getbits (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_compress.c140 static int getbits(struct archive_read_filter *, int n);
232 (void)getbits(self, 8); /* Skip first signature byte. */
233 (void)getbits(self, 8); /* Skip second signature byte. */
235 code = getbits(self, 8);
329 code = newcode = getbits(self, state->bits);
351 code = getbits(self, 8);
411 getbits(struct archive_read_filter *self, int n) function
/freebsd-9.3-release/lib/libc/inet/
H A Dinet_cidr_pton.c52 static int getbits(const char *, int ipv6);
115 bits = getbits(src, ipv6);
212 bits = getbits(src, 1);
257 getbits(const char *src, int ipv6) { function
H A Dinet_net_pton.c192 getbits(const char *src, int *bitsp) { function
249 return (getbits(src, bitsp));
329 if (ch == '/' && getbits(src, &bits) > 0)
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcr16-dis.c142 getbits (operand_type op) function
738 a.size = getbits (instruction->operands[i].op_type);
/freebsd-9.3-release/sys/kern/
H A Dsys_generic.c957 #define getbits(name, x) \ macro
973 getbits(fd_in, 0);
974 getbits(fd_ou, 1);
975 getbits(fd_ex, 2);
976 #undef getbits macro

Completed in 300 milliseconds