Searched defs:setbits (Results 1 - 6 of 6) sorted by relevance
/external/libcap/libcap/ |
H A D | cap_text.c | 28 static void setbits(cap_t a, const __u32 *b, cap_flag_t set, unsigned blks) function 228 setbits(res, list, CAP_EFFECTIVE, cap_blks); 230 setbits(res, list, CAP_PERMITTED, cap_blks); 232 setbits(res, list, CAP_INHERITABLE, cap_blks);
|
/external/syslinux/com32/lua/src/ |
H A D | lgc.h | 77 #define setbits(x,m) ((x) |= (m)) macro 81 #define l_setbit(x,b) setbits(x, bitmask(b))
|
/external/llvm/lib/Support/ |
H A D | regex2.h | 136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member in struct:re_guts
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
H A D | regex2.h | 133 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member in struct:re_guts
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regex2.h | 136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member in struct:re_guts
|
/external/v8/src/arm64/ |
H A D | macro-assembler-arm64.h | 955 static const int setbits = CountSetBits(Field::kMask, 32); local 956 Ubfx(dst, src, shift, setbits);
|
Completed in 296 milliseconds