Home
last modified time | relevance | path

Searched defs:setbits (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_getsock.c28 unsigned int setbits = 0xffffffff; in ares_getsock() local
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/
Dsmhasher_test.go268 func setbits(h *hashSet, b []byte, i int, k int) { func
/aosp_15_r20/external/libcups/vcnet/regex/
H A Dregex2.h110 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A Dregex2.h139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
/aosp_15_r20/external/lua/src/
H A Dlgc.h61 #define setbits(x,m) ((x) |= (m)) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex2.h136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex2.h139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
/aosp_15_r20/external/llvm/lib/Support/
H A Dregex2.h136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member
/aosp_15_r20/external/libcap/libcap/
H A Dcap_text.c38 static void setbits(cap_t a, const __u32 *b, cap_flag_t set, unsigned blks) in setbits() function
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dhash_test.go286 func setbits(h *HashSet, b []byte, i int, k int) { func