Searched refs:mask (Results 251 - 275 of 1495) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dm68k-dis.c176 case '/': /* MAC/EMAC mask bit. */
345 mask is interpreted differently for different EAs. */
350 int mode, mask;
358 mask = M (1,1,1,1,1,1,1,1,1,1,1,1);
361 mask = M (0,0,1,1,1,1,1,1,1,0,0,0);
364 mask = M (1,1,1,1,1,1,1,1,1,0,0,0);
367 mask = M (1,0,1,1,1,1,1,1,1,1,1,1);
370 mask = M (1,0,1,1,1,1,1,1,1,1,1,0);
373 mask = M (0,0,1,0,0,1,1,1,1,1,1,0);
376 mask
348 int mode, mask; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c670 int nc, mask; local
694 mask = sigmask(nc);
695 p->p_sigcatch &= ~mask;
698 p->p_sigignore |= mask;
699 ut->uu_siglist &= ~mask;
718 * Manipulate signal mask.
719 * Note that we receive new mask, not pointer,
720 * and return old mask as return value;
734 if (uap->mask == USER_ADDR_NULL) {
735 /* just want old mask */
1232 sigset_t mask; local
1628 int mask; local
1661 sigset_t mask = sigmask(signum); local
1718 int mask; local
2211 int signum, mask, prop, sigbits; local
2509 int signum, mask, prop, sigbits; local
2657 int mask, returnmask; local
3018 proc_pendingsignals(proc_t p, sigset_t mask) argument
3049 thread_issignal(proc_t p, thread_t th, sigset_t mask) argument
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp565 // Figure out what has changed to get mask.
1261 UInt32 mask; local
1275 mask = STATE_ALL;
1276 setStateGated(&state, &mask);
1286 mask = PD_S_ACQUIRED;
1287 rtn = watchStateGated(&busyState, &mask);
1304 mask = PD_RS232_S_CTS;
1305 setStateGated(&state, &mask);
1373 UInt32 mask; local
1394 mask
1502 setState(UInt32 state, UInt32 mask, void *refCon) argument
1574 UInt32 mask = *pMask; local
1639 watchState(UInt32 *state, UInt32 mask, void *refCon) argument
1700 UInt32 mask = *pMask; local
1898 UInt32 mask; local
2396 UInt32 mask; local
2538 UInt32 mask; local
2645 UInt32 mask; local
[all...]
/macosx-10.10/IOGraphics-485/tools/
H A Drange.c19 uint32_t mask; local
29 mask = 0xffffffff;
31 mask = strtol( argv[1], 0, 0 );
35 if (!(mask & (1 << i)))
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp108 setState(UInt32 state, UInt32 mask) argument
109 { return fProvider->setState(state, mask, fRefCon); }
116 watchState(UInt32 *state, UInt32 mask) argument
117 { return fProvider->watchState(state, mask, fRefCon); }
H A DIOSerialDriverSync.h48 virtual IOReturn setState(UInt32 state, UInt32 mask, void *refCon) = 0;
52 virtual IOReturn watchState(UInt32 *state, UInt32 mask, void *refCon) = 0;
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dpathwatch.h52 /* all bits mask */
81 path_node_t *path_node_create(const char *path, uid_t uid, gid_t gid, uint32_t mask, dispatch_queue_t queue);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allop/
H A Dallop.c166 slap_mask_t mask; local
207 mask = slap_attr_flags( op->ors_attrs );
208 if ( SLAP_OPATTRS( mask ) ) {
212 if ( !SLAP_USERATTRS( mask ) ) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dsandbox-seccomp-filter.c169 sigset_t mask; local
173 sigemptyset(&mask);
174 sigaddset(&mask, SIGSYS);
180 if (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1)
/macosx-10.10/OpenSSL098-52/src/crypto/pqueue/
H A Dpq_compat.h146 PQ_64BIT mask = 1; \
147 mask = mask << (num); \
148 *(x) |= mask; \
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dpq_compat.h146 PQ_64BIT mask = 1; \
147 mask = mask << (num); \
148 *(x) |= mask; \
/macosx-10.10/PostgreSQL-97/Support/
H A D05_PostgresRestoreExtra.pl155 my $mask = umask;
172 umask $mask;
245 my $mask = umask;
261 umask $mask;
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleReflection.h50 const NinePieceImage& mask() const { return m_mask; } function in class:WebCore::StyleReflection
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestipsub.c26 const char *mask; member in struct:__anon6472
70 rv = apr_ipsubnet_create(&ipsub, testcases[i].ipstr, testcases[i].mask, p);
109 const char *ipstr, *mask; member in struct:__anon6473
136 rv = apr_ipsubnet_create(&ipsub, testcases[i].ipstr, testcases[i].mask, p);
156 "The specified network mask is invalid.");
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic80.h37 /* The opcode mask. This is used by the disassembler. This is a mask
42 unsigned long mask; member in struct:tic80_opcode
244 /* This mask is used to strip operand bits from an int that contains
/macosx-10.10/sudo-73/src/
H A Dbsm_audit.c50 struct au_mask *mask; local
58 mask = &ainfo.ai_mask;
62 mask = &ainfo_addr.ai_mask;
64 rc = au_preselect(AUE_sudo, mask, sorf, AU_PRS_REREAD);
/macosx-10.10/sudo-73/src/zlib/
H A Dinftrees.c52 unsigned mask; /* mask for low root bits */ local
208 mask = used - 1; /* mask for comparing low */
260 if (len > root && (huff & mask) != low) {
285 low = huff & mask;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpng.c231 int freer, png_uint_32 mask)
239 info_ptr->free_me |= mask;
241 info_ptr->free_me &= ~mask;
248 png_free_data(png_structp png_ptr, png_infop info_ptr, png_uint_32 mask, argument
258 if ((mask & PNG_FREE_TEXT) & info_ptr->free_me)
282 if ((mask & PNG_FREE_TRNS) & info_ptr->free_me)
292 if ((mask & PNG_FREE_SCAL) & info_ptr->free_me)
306 if ((mask & PNG_FREE_PCAL) & info_ptr->free_me)
329 if ((mask & PNG_FREE_ICCP) & info_ptr->free_me)
341 if ((mask
230 png_data_freer(png_structp png_ptr, png_infop info_ptr, int freer, png_uint_32 mask) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dquota.h217 #define dqhash1(id, shift, mask) \
218 ((((id) * 2654435761U) >> (shift)) & (mask))
220 #define dqhash2(id, mask) \
221 (dqhash1((id), 11, (mask)>>1) | 1)
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssembler.h359 PatchableJump patchableBranchTest32(ResultCondition cond, RegisterID reg, TrustedImm32 mask = TrustedImm32(-1))
361 return PatchableJump(branchTest32(cond, reg, mask));
656 Jump branchTestPtr(ResultCondition cond, RegisterID reg, RegisterID mask) argument
658 return branchTest32(cond, reg, mask);
661 Jump branchTestPtr(ResultCondition cond, RegisterID reg, TrustedImm32 mask = TrustedImm32(-1))
663 return branchTest32(cond, reg, mask);
666 Jump branchTestPtr(ResultCondition cond, Address address, TrustedImm32 mask = TrustedImm32(-1))
668 return branchTest32(cond, address, mask);
671 Jump branchTestPtr(ResultCondition cond, BaseIndex address, TrustedImm32 mask = TrustedImm32(-1))
673 return branchTest32(cond, address, mask);
883 testPtr(ResultCondition cond, RegisterID reg, TrustedImm32 mask, RegisterID dest) argument
888 testPtr(ResultCondition cond, RegisterID reg, RegisterID mask, RegisterID dest) argument
923 branchTestPtr(ResultCondition cond, RegisterID reg, RegisterID mask) argument
1250 keyForConstant(uint32_t value, uint32_t& mask) argument
1266 uint32_t mask = 0; local
1292 uint32_t mask = 0; local
1301 uint32_t mask = 0; local
[all...]
/macosx-10.10/libtelnet-13/
H A Dauth.c278 int i, mask = -1; local
285 mask = 0;
287 if ((mask & (i = typemask(ap->type))) != 0)
289 mask |= i;
295 if (!getauthmask(type, &mask)) {
300 i_wont_support &= ~mask;
302 i_wont_support |= mask;
321 int i, mask; local
328 mask = 0;
330 if ((mask
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixCursor.c132 * Define test cursor to check that mask fg and bg color settings are working.
135 * . configure -cursor {@myarrow.xbm myarrow-mask.xbm green red}
167 char *mask; member in struct:TkCursorName
257 * they are name and fg color (ignore mask). If three args, they are
321 * mask fg bg). A cursor defined in the Tk table accepts the same
400 Pixmap mask = None;
494 * If there is no mask data, then create the cursor now.
497 if ((!inTkTable && (argc == 2)) || (inTkTable && tkCursorPtr->mask == NULL)) {
504 * Parse bitmap mask data and create cursor with fg and bg colors.
514 data = TkGetBitmapData(NULL, tkCursorPtr->mask, NUL
399 Pixmap mask = None; local
571 TkCreateCursorFromData( Tk_Window tkwin, CONST char *source, CONST char *mask, int width, int height, int xHot, int yHot, XColor fgColor, XColor bgColor) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DTokenStreamHiddenTokenFilter.cpp97 void TokenStreamHiddenTokenFilter::hide(const BitSet& mask) argument
99 hideMask = mask;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DSecurityContext.cpp70 void SecurityContext::enforceSandboxFlags(SandboxFlags mask) argument
72 m_sandboxFlags |= mask;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DWKCAImageQueue.cpp91 void WKCAImageQueue::setFlags(uint32_t mask, uint32_t flags) argument
93 wkCAImageQueueSetFlags(m_private->m_imageQueue.get(), mask, flags);

Completed in 201 milliseconds

<<11121314151617181920>>