Home
last modified time | relevance | path

Searched refs:setbits (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_getsock.c28 unsigned int setbits = 0xffffffff; in ares_getsock() local
44 bitmap |= ARES_GETSOCK_READABLE(setbits, sockindex); in ares_getsock()
56 bitmap |= ARES_GETSOCK_READABLE(setbits, sockindex); in ares_getsock()
60 bitmap |= ARES_GETSOCK_WRITABLE(setbits, sockindex); in ares_getsock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregfree.c67 if (g->setbits != NULL) in llvm_regfree()
68 free((char *)g->setbits); in llvm_regfree()
Dregcomp.c214 g->setbits = NULL; in llvm_regcomp()
1090 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()
1093 p->g->setbits = ptr; in allocset()
1096 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1098 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1101 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1105 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1115 free(p->g->setbits); in allocset()
1116 p->g->setbits = NULL; in allocset()
1268 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
[all …]
Dregex2.h136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregfree.c67 if (g->setbits != NULL) in llvm_regfree()
68 free((char *)g->setbits); in llvm_regfree()
Dregcomp.c342 g->setbits = NULL; in llvm_regcomp()
1218 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()
1221 p->g->setbits = ptr; in allocset()
1224 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1226 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1229 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1233 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1243 free(p->g->setbits); in allocset()
1244 p->g->setbits = NULL; in allocset()
1396 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize) in isinsets()
[all …]
Dregex2.h139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
/third_party/ffmpeg/libavcodec/
Dmqcenc.c61 static void setbits(MqcState *mqc) in setbits() function
107 setbits(mqc); in ff_mqc_flush()