OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIT_TEST
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/moduli/qsieve/
qsieve.c
108
#define
BIT_TEST
(a,n) ((a)[(n)>>SHIFT_WORD] & (1U << ((n) & 31)))
340
if (
BIT_TEST
(TinySieve, i)) {
364
if (
BIT_TEST
(TinySieve, i)) {
401
if (
BIT_TEST
(SmallSieve, i)) {
420
if (
BIT_TEST
(LargeSieve, j)) {
/src/games/gomoku/
pickmove.c
50
#define
BIT_TEST
(a, b) (((a)[(b)/BITS_PER_INT] & (1U << ((b) % BITS_PER_INT))) != 0)
171
!
BIT_TEST
(forcemap, ts))
207
if (
BIT_TEST
(forcemap, as) !=
BIT_TEST
(forcemap, bs))
208
return
BIT_TEST
(forcemap, as);
Completed in 15 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025