Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
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()
/external/llvm-project/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
/external/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
/external/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
/external/llvm/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
/external/libcups/vcnet/regex/
Dregfree.c32 if (g->setbits != NULL)
33 free((char *)g->setbits);
Dregcomp.c138 g->setbits = NULL;
1018 if (p->g->setbits == NULL)
1019 p->g->setbits = (uch *)malloc(nbytes);
1021 p->g->setbits = (uch *)realloc((char *)p->g->setbits,
1025 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1027 if (p->g->sets != NULL && p->g->setbits != NULL)
1028 (void) memset((char *)p->g->setbits + (nbytes - css),
1039 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT);
1274 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1296 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
Dregex2.h110 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
/external/libcap/libcap/
Dcap_text.c38 static void setbits(cap_t a, const __u32 *b, cap_flag_t set, unsigned blks) in setbits() function
255 setbits(res, list, CAP_EFFECTIVE, cap_blks); in cap_from_text()
257 setbits(res, list, CAP_PERMITTED, cap_blks); in cap_from_text()
259 setbits(res, list, CAP_INHERITABLE, cap_blks); in cap_from_text()
/external/lua/src/
Dlgc.h61 #define setbits(x,m) ((x) |= (m)) macro
65 #define l_setbit(x,b) setbits(x, bitmask(b))
/external/toolchain-utils/go/patch/go-1.10.2/
Dgo6.patch182 @@ -259,19 +257,17 @@ func setbits(h *HashSet, b []byte, i int, k int) {
183 setbits(h, b, j+1, k-1)
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo6.patch112 @@ -264,9 +262,7 @@ func setbits(h *HashSet, b []byte, i int, k int) {