OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTBIT
(Results
1 - 12
of
12
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
mem_sec.c
312
#define
TESTBIT
(t, b) (t[(b) >> 3] & (ONE << ((b) & 7)))
347
if (
TESTBIT
(sh.bittable, bit))
363
return
TESTBIT
(table, bit);
374
OPENSSL_assert(
TESTBIT
(table, bit));
386
OPENSSL_assert(!
TESTBIT
(table, bit));
621
if (
TESTBIT
(sh.bittable, bit) && !
TESTBIT
(sh.bitmalloc, bit))
/src/crypto/external/bsd/openssl/dist/crypto/
mem_sec.c
292
# define
TESTBIT
(t, b) (t[(b) >> 3] & (ONE << ((b) & 7)))
330
if (
TESTBIT
(sh.bittable, bit))
347
return
TESTBIT
(table, bit);
358
OPENSSL_assert(
TESTBIT
(table, bit));
370
OPENSSL_assert(!
TESTBIT
(table, bit));
606
if (
TESTBIT
(sh.bittable, bit) && !
TESTBIT
(sh.bitmalloc, bit))
/src/crypto/external/bsd/openssl.old/dist/crypto/
mem_sec.c
264
# define
TESTBIT
(t, b) (t[(b) >> 3] & (ONE << ((b) & 7)))
302
if (
TESTBIT
(sh.bittable, bit))
319
return
TESTBIT
(table, bit);
330
OPENSSL_assert(
TESTBIT
(table, bit));
342
OPENSSL_assert(!
TESTBIT
(table, bit));
529
if (
TESTBIT
(sh.bittable, bit) && !
TESTBIT
(sh.bitmalloc, bit))
/src/external/bsd/pcc/dist/pcc/mip/
optim2.c
982
if(
TESTBIT
(p->bucket, i)) {
1044
if (!
TESTBIT
(bblock->dfchildren, h))
1048
if (
TESTBIT
(p2e->bbinfo.arr[h]->df, i) &&
1067
if (
TESTBIT
(bb->df,i)) {
1176
if (!
TESTBIT
(n->bb->df, j))
1179
if (
TESTBIT
(p2e->bbinfo.arr[j]->Aphi, i))
1204
if (!
TESTBIT
(y->in,
1228
if (!
TESTBIT
(p2e->bbinfo.arr[j]->Aorig, i)) {
1344
if (!
TESTBIT
(bb->dfchildren, h))
2010
#define VALIDREG(p) (p->n_op == REG &&
TESTBIT
(validregs, regno(p))
[
all
...]
regs.c
74
#define VALIDREG(p) (p->n_op == REG &&
TESTBIT
(validregs, regno(p)))
872
TESTBIT
(validregs, rv->nodnum) == 0)
880
TESTBIT
(validregs, p->n_regw->nodnum) == 0)
911
TESTBIT
(validregs, p->n_regw->nodnum) == 0)
1150
!
TESTBIT
(validregs, regno(p->n_left)))
1153
!
TESTBIT
(validregs, regno(p->n_right)))
1214
if (!
TESTBIT
(validregs, regno(p)))
1371
TESTBIT
(lvar, BNO(p->n_left)) == 0) {
1586
if (
TESTBIT
(gen[bbnum], i))
1590
if (
TESTBIT
(killed[bbnum], i)
[
all
...]
/src/external/bsd/pcc/dist/pcc/arch/hppa/
local2.c
88
if (
TESTBIT
(ipp->ipp_regs, i)) {
124
if (
TESTBIT
(ipp->ipp_regs, i)) {
159
if (
TESTBIT
(ipp->ipp_regs, i)) {
/src/external/mit/lua/dist/src/
lgc.h
69
#define
testbit
(x,b) testbits(x, bitmask(b))
macro
82
#define
TESTBIT
7
90
#define isblack(x)
testbit
((x)->marked, BLACKBIT)
94
#define tofinalize(x)
testbit
((x)->marked, FINALIZEDBIT)
/src/external/bsd/pcc/dist/pcc/arch/amd64/
local2.c
65
if (
TESTBIT
(ipp->ipp_regs, i))
82
if (
TESTBIT
(ipp->ipp_regs, i)) {
168
if (
TESTBIT
(ipp->ipp_regs, i))
/src/external/bsd/pcc/dist/pcc/arch/i386/
local2.c
73
if (
TESTBIT
(ipp->ipp_regs, i))
90
if (
TESTBIT
(ipp->ipp_regs, i)) {
131
if (
TESTBIT
(ipp->ipp_regs, i))
/src/external/bsd/pcc/dist/pcc/arch/i86/
local2.c
69
if (
TESTBIT
(ipp->ipp_regs, i))
86
if (
TESTBIT
(ipp->ipp_regs, i)) {
124
if (
TESTBIT
(ipp->ipp_regs, i))
/src/external/bsd/pcc/dist/pcc/arch/m68k/
local2.c
57
if (
TESTBIT
(ipp->ipp_regs, i)) {
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 143 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026