Searched refs:MASK (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/trace/
H A DInfo.c134 #define MASK(X) char * _mask_##X[] macro
142 MASK (SQL_AGGREGATE_FUNCTIONS) =
156 MASK (SQL_ALTER_DOMAIN) =
172 MASK (SQL_ALTER_TABLE) =
199 MASK (SQL_ASYNC_MODE) =
208 MASK (SQL_BATCH_ROW_COUNT) =
218 MASK (SQL_BATCH_SUPPORT) =
229 MASK (SQL_BOOKMARK_PERSISTENCE) =
243 MASK (SQL_CATALOG_LOCATION) =
252 MASK (SQL_CATALOG_USAG
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dpwcache.c44 #define MASK (NCACHE - 1) /* bits to store with */ macro
59 cp = c_uid + (uid & MASK);
94 cp = c_gid + (gid & MASK);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsyssignal.h62 #define sigpause(MASK) sigsuspend (&(MASK))
83 #define sys_sigdel(MASK,SIG) sigdelset (&MASK,SIG)
/macosx-10.9.5/Libc-997.90.3/darwin/
H A D_dirhelper.c60 #define MASK(x) ((1 << (x)) - 1) macro
108 n = ((n & MASK(3)) << 8) | *bp++;
112 n &= MASK(6);
116 n = ((n & MASK(1)) << 8) | *bp++;
120 n = ((n & MASK(4)) << 8) | *bp++;
124 n &= MASK(7);
128 n = ((n & MASK(2)) << 8) | *bp++;
132 *str++ = encode[n & MASK(5)];
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr_float.c208 #define MASK(nbits) ((1 << nbits) - 1) macro
272 id.mantissa2 = ((vd.mantissa2 & MASK(3)) << 29) |
274 ((vd.mantissa4 >> 3) & MASK(13));
312 vd.mantissa2 = ((id.mantissa1 & MASK(13)) << 3) |
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dlapic_native.c336 #define MASK(lvt) \ macro
364 MASK(LVT_CMCI));
369 MASK(LVT_TIMER),
379 MASK(LVT_PERFCNT));
384 MASK(LVT_THERMAL));
391 MASK(LVT_LINT0));
398 MASK(LVT_LINT1));
402 MASK(LVT_ERROR));
/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difconfig.h112 MASK, enumerator in enum:__anon11214
H A Daf_inet.c136 if (which != MASK)
146 struct sockaddr_in *min = sintab[MASK];
H A Daf_inet6.c114 afp->af_getprefix(addr, MASK);
389 if (which != MASK)
411 if (which != MASK)
418 in6_getprefix(p + 1, MASK);
500 /* in6_getprefix("64", MASK) if MASK is available here... */
H A Difconfig.c692 afp->af_getaddr(addr, MASK);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DCommonServices.h671 @abstract Inserts BITS (both 0 and 1 bits) into X, controlled by MASK and SHIFT, and returns the result.
675 MASK is the bitmask of the bits in the final position.
676 SHIFT is the number of bits to shift left for 1 to reach the first bit position of MASK.
683 #define InsertBits( X, BITS, MASK, SHIFT ) ( ( ( X ) &~( MASK ) ) | ( ( ( BITS ) << ( SHIFT ) ) & ( MASK ) ) )
688 @abstract Extracts bits from X, controlled by MASK and SHIFT, and returns the result.
692 MASK is the bitmask of the bits in the final position.
693 SHIFT is the number of bits to shift right to right justify MASK.
700 #define ExtractBits( X, MASK, SHIF
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h318 #define MASK MUL +4 macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dsh-opc.h202 #define MASK(LO,HI) ( LO < 1 ? ((1 << (HI + 1)) - 1) \ macro
215 #define arch_sh_base_mask MASK (0, 7)
222 #define arch_opann_mask MASK (25, 25)
226 #define arch_sh_mmu_mask MASK (26, 27)
232 #define arch_sh_co_mask MASK (28, 31)
H A Dm88k-dis.c159 {0x48000000,"mask ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {1,1,PINT,MASK ,i16bit,1,0,1,0,0,0,0,0,0,0,0} },
160 {0x4c000000,"mask.u ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {1,1,PINT,MASK ,i16bit,1,0,1,0,1,0,0,0,0,0,0} },
H A Dmt-opc.c653 { { MNEM, ' ', '#', OP (MASK), ',', '#', OP (RC2), ',', '#', OP (CTXDISP), 0 } },
659 { { MNEM, ' ', '#', OP (MASK), ',', '#', OP (CELL), ',', '#', OP (RC2), ',', '#', OP (CTXDISP), 0 } },
H A Diq2000-opc.c818 { { MNEM, ' ', OP (RD), ',', OP (RS), ',', OP (RT), ',', OP (MASK), 0 } },
824 { { MNEM, ' ', OP (RD_RS), ',', OP (RT), ',', OP (MASK), 0 } },
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dabap.vim77 syn match abapStatement "\(\W\|^\)\(USING\W\+\(EDIT\W\+MASK\)\|USING\)\(\W\|$\)"ms=s+1,me=e-1
H A Domnimark.vim31 syn keyword omnimarkKeywords MACRO-END MARKED-SECTION MARKUP-COMMENT MARKUP-ERROR MARKUP-PARSER MASK MATCH MINUS MODULO
H A Dmasm.vim74 syn keyword masmOperator HIGH HIGHWORD LOW LOWWORD OPATTR MASK WIDTH
H A Dbaan.vim719 syn keyword baanConstant PRTCL.MASK
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfsm_subs.h461 #define nfsm_chain_add_bitmap_masked(E, NMC, B, LEN, MASK) \
466 nfsm_chain_add_32((E), (NMC), ((B)[__i] & (MASK)[__i])); \

Completed in 222 milliseconds