OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SETBIT
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/byacc/dist/
closure.c
45
SETBIT
(row, symbol);
96
SETBIT
(rrow, rule);
defs.h
53
/*
SETBIT
sets the n-th bit starting from r */
78
#define
SETBIT
(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1))))
lalr.c
315
SETBIT
(rowp, symbol);
340
SETBIT
(F, 0);
/src/lib/libc/db/hash/
hash.h
160
#define
SETBIT
(A, N) ((A)[(N)/BITS_PER_MAP] |= (1U<<((N)%BITS_PER_MAP)))
hash_page.c
655
SETBIT
(ip, 0);
780
SETBIT
(freep, free_bit);
793
SETBIT
(freep, bit);
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 86 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026