HomeSort by: relevance | last modified time | path
    Searched defs:getbits (Results 1 - 18 of 18) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
powlo.c 40 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);
powm.c 53 * 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); \
sec_powm.c 51 * 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); \
  /src/lib/libc/inet/
inet_cidr_pton.c 56 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
inet_net_pton.c 194 getbits(const char *src, int *bitsp) function
253 return (getbits(src, bitsp));
334 if (ch == '/' && getbits(src, &bits) > 0)
  /src/external/bsd/libbind/dist/inet/
inet_cidr_pton.c 52 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
inet_net_pton.c 192 getbits(const char *src, int *bitsp) { function
249 return (getbits(src, bitsp));
329 if (ch == '/' && getbits(src, &bits) > 0)
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_compress.c 139 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);
332 code = newcode = getbits(self, state->bits);
354 code = getbits(self, 8);
415 getbits(struct archive_read_filter *self, int n) function
  /src/external/gpl3/binutils/dist/opcodes/
cr16-dis.c 133 getbits (operand_type op) function
740 a.size = getbits (instruction->operands[i].op_type);
crx-dis.c 117 getbits (operand_type op) function
651 a.size = getbits (instruction->operands[i].op_type);
  /src/external/gpl3/binutils.old/dist/opcodes/
cr16-dis.c 133 getbits (operand_type op) function
740 a.size = getbits (instruction->operands[i].op_type);
crx-dis.c 117 getbits (operand_type op) function
651 a.size = getbits (instruction->operands[i].op_type);
  /src/external/gpl3/gdb/dist/opcodes/
cr16-dis.c 133 getbits (operand_type op) function
740 a.size = getbits (instruction->operands[i].op_type);
crx-dis.c 117 getbits (operand_type op) function
651 a.size = getbits (instruction->operands[i].op_type);
  /src/external/gpl3/gdb.old/dist/opcodes/
cr16-dis.c 133 getbits (operand_type op) function
740 a.size = getbits (instruction->operands[i].op_type);
crx-dis.c 117 getbits (operand_type op) function
651 a.size = getbits (instruction->operands[i].op_type);
  /src/sys/kern/
sys_select.c 474 #define getbits(name, x) \ macro
484 getbits(in, 0);
485 getbits(ou, 1);
486 getbits(ex, 2);
487 #undef getbits macro
  /src/sys/dev/
ipmi.c 243 static int getbits(uint8_t *, int, int);
1209 getbits(uint8_t *bytes, int bitpos, int bitlen) function
1256 *(name++) = getbits(bits, i, 6) + ' ';

Completed in 39 milliseconds