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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_filter_compress.c139 static int getbits(struct archive_read_filter *, int n);
238 (void)getbits(self, 8); /* Skip first signature byte. */
239 (void)getbits(self, 8); /* Skip second signature byte. */
242 code = getbits(self, 8);
331 code = newcode = getbits(self, state->bits);
353 code = getbits(self, 8);
414 getbits(struct archive_read_filter *self, int n) function
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dpowlo.c40 getbits (const mp_limb_t *p, mp_bitcnt_t bi, unsigned nbits) function
123 expbits = getbits (ep, ebi, windowsize);
157 expbits = getbits (ep, ebi, windowsize);
H A Dsec_powm.c51 * Make getbits a macro, thereby allowing it to update the index operand.
52 That will simplify the code using getbits. (Perhaps make getbits' sibling
145 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) function
297 expbits = getbits (ep, enb, windowsize);
310 expbits = getbits (ep, enb, windowsize); \
H A Dpowm.c53 * Make getbits a macro, thereby allowing it to update the index operand.
54 That will simplify the code using getbits. (Perhaps make getbits' sibling
139 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) function
307 expbits = getbits (ep, ebi, windowsize);
334 expbits = getbits (ep, ebi, windowsize); \
/netbsd-current/external/bsd/libbind/dist/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)
/netbsd-current/lib/libc/inet/
H A Dinet_cidr_pton.c56 static int getbits(const char *, int ipv6);
120 bits = getbits(src, ipv6);
217 bits = getbits(src, 1);
262 getbits(const char *src, int ipv6) { function
H A Dinet_net_pton.c194 getbits(const char *src, int *bitsp) function
253 return (getbits(src, bitsp));
334 if (ch == '/' && getbits(src, &bits) > 0)
/netbsd-current/sys/kern/
H A Dsys_select.c379 #define getbits(name, x) \ macro
386 getbits(in, 0);
387 getbits(ou, 1);
388 getbits(ex, 2);
389 #undef getbits macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcrx-dis.c117 getbits (operand_type op) function
651 a.size = getbits (instruction->operands[i].op_type);
H A Dcr16-dis.c133 getbits (operand_type op) function
740 a.size = getbits (instruction->operands[i].op_type);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcrx-dis.c117 getbits (operand_type op) function
651 a.size = getbits (instruction->operands[i].op_type);
H A Dcr16-dis.c133 getbits (operand_type op)
740 a.size = getbits (instruction->operands[i].op_type);
139 getbits (operand_type op) function
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dcrx-dis.c117 getbits (operand_type op) function
651 a.size = getbits (instruction->operands[i].op_type);
H A Dcr16-dis.c133 getbits (operand_type op) function
740 a.size = getbits (instruction->operands[i].op_type);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcrx-dis.c117 getbits (operand_type op) function
651 a.size = getbits (instruction->operands[i].op_type);
H A Dcr16-dis.c133 getbits (operand_type op) function
740 a.size = getbits (instruction->operands[i].op_type);
/netbsd-current/sys/dev/
H A Dipmi.c243 static int getbits(uint8_t *, int, int);
1198 getbits(uint8_t *bytes, int bitpos, int bitlen) function
1245 *(name++) = getbits(bits, i, 6) + ' ';

Completed in 192 milliseconds