Searched refs:BIT_SET (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c122 #define BIT_SET(a,n) ((a)[(n)>>SHIFT_WORD] |= (1L << ((n) & 31))) macro
211 BIT_SET(LargeSieve, u);
235 BIT_SET(LargeSieve, u);
361 BIT_SET(TinySieve, j);
398 BIT_SET(SmallSieve, s);
/macosx-10.10/libmalloc-53.1.1/src/
H A Dbitarray.c47 #define BIT_SET(old,bit) ((old) | (1ULL << (bit))) macro
60 *word = BIT_SET(old, bit);
66 uint64_t new = BIT_SET(old, bit);
76 uint64_t new = BIT_SET(old, bit);
86 uint64_t new = BIT_SET(old, bit);
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPDefinitions.h44 #define BIT_SET(x) (1 << x) macro
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp2529 if(addr->bytes[1] & BIT_SET(4))

Completed in 141 milliseconds