HomeSort by: relevance | last modified time | path
    Searched refs:bit_test (Results 1 - 6 of 6) sorted by relevancy

  /src/include/
bitstring.h 79 #define bit_test(name, bit) \ macro
119 if (!bit_test(_name, _bit)) { \
132 if (bit_test(_name, _bit)) { \
  /src/sys/arch/ia64/stand/common/
bitstring.h 63 #define bit_test(name, bit) \ macro
bcache.c 189 if (bit_test(bcache_miss, i)) {
  /src/usr.bin/sockstat/
sockstat.c 503 if (!bit_test(portmap,
505 !bit_test(portmap,
511 if (!bit_test(portmap,
513 !bit_test(portmap,
  /src/tests/include/
t_bitstring.c 57 (void) fprintf(file, "%c", (bit_test(b, i) ? '1' : '0'));
108 (void) fprintf(file, "\ntest bit_test using previous bitstring\n");
109 (void) fprintf(file, " i bit_test(i)\n");
111 (void) fprintf(file, "%3d%15d\n", i, bit_test(bs, i));
  /src/share/man/man3/
Makefile 48 bitstring.3 bit_test.3

Completed in 13 milliseconds