Searched refs:TESTBIT (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | mem_sec.c | 292 # define TESTBIT(t, b) (t[(b) >> 3] & (ONE << ((b) & 7))) macro 330 if (TESTBIT(sh.bittable, bit)) in sh_getlist() 347 return TESTBIT(table, bit); in sh_testbit() 358 OPENSSL_assert(TESTBIT(table, bit)); in sh_clearbit() 370 OPENSSL_assert(!TESTBIT(table, bit)); in sh_setbit() 606 if (TESTBIT(sh.bittable, bit) && !TESTBIT(sh.bitmalloc, bit)) in sh_find_my_buddy()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/mip/ |
| D | optim2.c | 982 if(TESTBIT(p->bucket, i)) { in dominators() 1044 if (!TESTBIT(bblock->dfchildren, h)) in computeDF() 1048 if (TESTBIT(p2e->bbinfo.arr[h]->df, i) && in computeDF() 1067 if (TESTBIT(bb->df,i)) { in printDF() 1176 if (!TESTBIT(n->bb->df, j)) in placePhiFunctions() 1179 if (TESTBIT(p2e->bbinfo.arr[j]->Aphi, i)) in placePhiFunctions() 1204 if (!TESTBIT(y->in, in placePhiFunctions() 1228 if (!TESTBIT(p2e->bbinfo.arr[j]->Aorig, i)) { in placePhiFunctions() 1344 if (!TESTBIT(bb->dfchildren, h)) in renamevar() 2010 #define VALIDREG(p) (p->n_op == REG && TESTBIT(validregs, regno(p))) [all …]
|
| D | regs.c | 74 #define VALIDREG(p) (p->n_op == REG && TESTBIT(validregs, regno(p))) 872 TESTBIT(validregs, rv->nodnum) == 0) in setlive() 880 TESTBIT(validregs, p->n_regw->nodnum) == 0) in setlive() 911 TESTBIT(validregs, p->n_regw->nodnum) == 0) in addedge_r() 1150 !TESTBIT(validregs, regno(p->n_left))) in insnwalk() 1153 !TESTBIT(validregs, regno(p->n_right))) in insnwalk() 1214 if (!TESTBIT(validregs, regno(p))) in insnwalk() 1371 TESTBIT(lvar, BNO(p->n_left)) == 0) { in deldead() 1586 if (TESTBIT(gen[bbnum], i)) in LivenessAnalysis() 1590 if (TESTBIT(killed[bbnum], i)) in LivenessAnalysis() [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| D | local2.c | 88 if (TESTBIT(ipp->ipp_regs, i)) { in prtprolog() 124 if (TESTBIT(ipp->ipp_regs, i)) { in offcalc() 159 if (TESTBIT(ipp->ipp_regs, i)) { in eoftn()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| D | local2.c | 65 if (TESTBIT(ipp->ipp_regs, i)) in prtprolog() 82 if (TESTBIT(ipp->ipp_regs, i)) { in offcalc() 168 if (TESTBIT(ipp->ipp_regs, i)) in eoftn()
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lgc.h | 82 #define TESTBIT 7 macro
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/ |
| D | local2.c | 73 if (TESTBIT(ipp->ipp_regs, i)) in prtprolog() 90 if (TESTBIT(ipp->ipp_regs, i)) { in offcalc() 131 if (TESTBIT(ipp->ipp_regs, i)) in eoftn()
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | sqlite3.c | 53750 #define TESTBIT(V,I) (V[I>>3]&(1<<(I&7)))!=0 53843 if( (TESTBIT(pV,i))!=sqlite3BitvecTest(pBitvec,i) ){
|