Searched refs:and_mask (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c75 static UInt32 OSBitwiseAtomic(UInt32 and_mask, UInt32 or_mask, UInt32 xor_mask, volatile UInt32 * value) argument
82 newValue = ((oldValue & and_mask) | or_mask) ^ xor_mask;
186 static UInt8 OSBitwiseAtomic8(UInt32 and_mask, UInt32 or_mask, UInt32 xor_mask, volatile UInt8 * value) argument
193 newValue = ((oldValue & and_mask) | or_mask) ^ xor_mask;
260 static UInt16 OSBitwiseAtomic16(UInt32 and_mask, UInt32 or_mask, UInt32 xor_mask, volatile UInt16 * value) argument
267 newValue = ((oldValue & and_mask) | or_mask) ^ xor_mask;
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemastypes.c3991 unsigned char xmask, ymask, xor_mask, and_mask; local
4182 and_mask = xmask & ymask; /* mark field specification */
4187 else if (and_mask & 1) {
4197 else if (and_mask & 2) {
4207 else if (and_mask & 4) {
4217 else if (and_mask & 8) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c3984 unsigned char xmask, ymask, xor_mask, and_mask; local
4175 and_mask = xmask & ymask; /* mark field specification */
4180 else if (and_mask & 1) {
4190 else if (and_mask & 2) {
4200 else if (and_mask & 4) {
4210 else if (and_mask & 8) {

Completed in 195 milliseconds