/netbsd-src/external/bsd/libbind/dist/inet/ |
H A D | inet_cidr_pton.c | 52 static int getbits(const char *, int ipv6); 115 bits = getbits(src, ipv6); in inet_cidr_pton_ipv4() 212 bits = getbits(src, 1); in inet_cidr_pton_ipv6() 257 getbits(const char *src, int ipv6) { in getbits() function
|
H A D | inet_net_pton.c | 192 getbits(const char *src, int *bitsp) { in getbits() function 249 return (getbits(src, bitsp)); in getv4() 329 if (ch == '/' && getbits(src, &bits) > 0) in inet_net_pton_ipv6()
|
/netbsd-src/lib/libc/inet/ |
H A D | inet_cidr_pton.c | 56 static int getbits(const char *, int ipv6); 120 bits = getbits(src, ipv6); in inet_cidr_pton_ipv4() 217 bits = getbits(src, 1); in inet_cidr_pton_ipv6() 262 getbits(const char *src, int ipv6) { in getbits() function
|
H A D | inet_net_pton.c | 194 getbits(const char *src, int *bitsp) in getbits() function 253 return (getbits(src, bitsp)); in getv4() 334 if (ch == '/' && getbits(src, &bits) > 0) in inet_net_pton_ipv6()
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | powlo.c | 40 getbits (const mp_limb_t *p, mp_bitcnt_t bi, unsigned nbits) in getbits() function 123 expbits = getbits (ep, ebi, windowsize); in mpn_powlo() 157 expbits = getbits (ep, ebi, windowsize); in mpn_powlo()
|
H A D | sec_powm.c | 145 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) in getbits() function 297 expbits = getbits (ep, enb, windowsize); in mpn_sec_powm() 310 expbits = getbits (ep, enb, windowsize); \ in mpn_sec_powm()
|
H A D | powm.c | 139 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) in getbits() function 307 expbits = getbits (ep, ebi, windowsize); in mpn_powm() 334 expbits = getbits (ep, ebi, windowsize); \ in mpn_powm()
|
/netbsd-src/sys/kern/ |
H A D | sys_select.c | 474 #define getbits(name, x) \ in sys_poll() 484 getbits(in, 0); in sys_poll() 485 getbits(ou, 1); in sys_poll() 486 getbits(ex, 2); 487 #undef getbits 379 #define getbits( selcommon() macro
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | crx-dis.c | 117 getbits (operand_type op) in getbits() function 651 a.size = getbits (instruction->operands[i].op_type); in make_instruction()
|
H A D | cr16-dis.c | 133 getbits (operand_type op) in getbits() function 740 a.size = getbits (instruction->operands[i].op_type); in cr16_make_instruction()
|
H A D | ChangeLog-2019 | 188 (get_number_of_operands, getargtype, getbits, getregname),
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | crx-dis.c | 117 getbits (operand_type op) in getbits() function 651 a.size = getbits (instruction->operands[i].op_type); in make_instruction()
|
H A D | cr16-dis.c | 133 getbits (operand_type op) in getbits() function 740 a.size = getbits (instruction->operands[i].op_type); in cr16_make_instruction()
|
H A D | ChangeLog-2019 | 188 (get_number_of_operands, getargtype, getbits, getregname),
|
/netbsd-src/sys/dev/ |
H A D | ipmi.c | 243 static int getbits(uint8_t *, int, int); 1209 getbits(uint8_t *bytes, int bitpos, int bitlen) in getbits() 1256 *(name++) = getbits(bits, i, 6) + ' '; in ipmi_sensor_name() 1198 getbits(uint8_t *bytes, int bitpos, int bitlen) getbits() function
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2019 | 188 (get_number_of_operands, getargtype, getbits, getregname),
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2019 | 188 (get_number_of_operands, getargtype, getbits, getregname),
|