Searched refs:setbits (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Support/
H A Dregfree.c67 if (g->setbits != NULL)
68 free((char *)g->setbits);
H A Dregex2.h136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member in struct:re_guts
H A Dregcomp.c206 g->setbits = NULL;
1080 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1083 p->g->setbits = ptr;
1086 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1088 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css);
1091 if (p->g->sets == NULL || p->g->setbits == NULL)
1095 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT);
1105 free(p->g->setbits);
1106 p->g->setbits = NULL;
1258 for (i = 0, col = g->setbits;
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DKeysetTest.h165 bool SparseKeyTest ( hashfunc<hashtype> hash, const int setbits, bool inclusive, bool testColl, bool testDist, bool drawDiagram ) argument
167 printf("Keyset 'Sparse' - %d-bit keys with %s %d bits set - ",keybits, inclusive ? "up to" : "exactly", setbits);
185 SparseKeygenRecurse(hash,0,setbits,inclusive,k,hashes);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlgc.h77 #define setbits(x,m) ((x) |= (m)) macro
81 #define l_setbit(x,b) setbits(x, bitmask(b))
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h888 static const uint64_t setbits = CountSetBits(Field::kMask, 32); local
889 Ubfx(dst, src, shift, setbits);

Completed in 132 milliseconds