Searched refs:mask (Results 101 - 125 of 1495) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixNotfy.c33 int mask; /* Mask of desired events: TCL_READABLE, member in struct:FileHandler
428 Tcl_CreateFileHandler(fd, mask, proc, clientData)
430 int mask; /* OR'ed combination of TCL_READABLE,
442 tclStubs.tcl_CreateFileHandler(fd, mask, proc, clientData);
461 filePtr->mask = mask;
467 if ( mask & TCL_READABLE ) {
472 if ( mask & TCL_WRITABLE ) {
477 if ( mask & TCL_EXCEPTION ) {
536 if (filePtr->mask
595 int mask; local
665 int mask; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DvRijndael-alg-ref.c82 register vector unsigned char v1, v2, mask; local
121 mask = (vector unsigned char) ( 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff );
124 v2 = vec_and( v1, mask );
130 mask = (vector unsigned char) ( 0, 0xff, 0xff, 0xff, 0, 0, 0, 0, 0, 0xff, 0xff, 0xff, 0, 0, 0, 0 );
133 v2 = vec_and( v1, mask );
137 mask = vec_sld( mask, mask, 4 );
138 v2 = vec_and( v1, mask );
140 mask
153 register vector unsigned char v1, v2, v3, mask; local
272 register vector unsigned char mask, mask1, t; local
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDKeyboardDevice.cpp231 UInt8 mask; local
238 mask = (1 << (kHIDUsage_LED_NumLock - 1));
239 if ( (ledState & mask) && !(_cachedLEDState & mask) )
243 else if ( !(ledState & mask) && (_cachedLEDState & mask) )
248 mask = (1 << (kHIDUsage_LED_CapsLock - 1));
249 if ( (ledState & mask) && !(_cachedLEDState & mask) )
253 else if ( !(ledState & mask)
265 UInt8 mask = (1 << (kHIDUsage_LED_CapsLock-1)); local
283 UInt8 mask = (1 << (kHIDUsage_LED_NumLock-1)); local
[all...]
/macosx-10.10/shell_cmds-179/jot/
H A Djot.c102 int mask = 0; local
152 mask |= HAVE_STEP;
161 mask |= HAVE_ENDER;
170 mask |= HAVE_BEGIN;
181 mask |= HAVE_REPS;
191 while (mask) /* 4 bit mask has 1's where last 4 args were given */
192 switch (mask) { /* fill in the 0's by default or computation */
199 mask |= HAVE_REPS;
203 mask |
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32xfns.c316 int mask = NoValue; local
322 if ((string == NULL) || (*string == '\0')) return (mask);
333 mask |= WidthValue;
343 mask |= HeightValue;
355 mask |= XNegative;
366 mask |= XValue;
376 mask |= YNegative;
387 mask |= YValue;
396 if (mask & XValue)
398 if (mask
[all...]
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_so_meteor_contest.rb17 # an array (by location) containing a bit mask for how the piece maps at the given location.
18 # if the rotation is invalid at that location the mask will contain false
34 # create the rotational masks by placing the base mask at the location and seeing if
38 mask = is_even(offset) ? (@even_mask << offset) : (@odd_mask << offset)
39 if (blank_board & mask == 0 && !prunable(blank_board | mask, 0, true)) then
40 imask = compute_required( mask, offset)
41 @start_masks[offset] = [ mask, imask, imask | mask ]
48 def compute_required( mask, offse
[all...]
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixNotfy.c36 int mask; /* Mask of desired events: TCL_READABLE, member in struct:FileHandler
432 int mask, /* OR'ed combination of TCL_READABLE,
445 tclStubs.tcl_CreateFileHandler(fd, mask, proc, clientData);
464 filePtr->mask = mask;
470 if (mask & TCL_READABLE) {
475 if (mask & TCL_WRITABLE) {
480 if (mask & TCL_EXCEPTION) {
540 if (filePtr->mask & TCL_READABLE) {
543 if (filePtr->mask
424 Tcl_CreateFileHandler( int fd, int mask, Tcl_FileProc *proc, ClientData clientData) argument
601 int mask; local
670 int mask; local
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-weak.h76 uintptr_t mask; member in struct:weak_entry_t::__anon66::__anon67
93 uintptr_t mask; member in struct:weak_table_t
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dmodify_c.c41 uint32_t mask)
61 krb5_store_int32(sp, mask);
39 kadm5_c_modify_principal(void *server_handle, kadm5_principal_ent_t princ, uint32_t mask) argument
H A Diprop-log.c70 conf.mask |= KADM5_CONFIG_REALM;
114 int32_t mask; local
166 mask = ~0;
172 krb5_ret_int32(sp, &mask);
178 if(ent.principal /* mask & KADM5_PRINCIPAL */) {
183 if(mask & KADM5_PRINC_EXPIRE_TIME) {
192 if(mask & KADM5_PW_EXPIRATION) {
201 if(mask & KADM5_LAST_PWD_CHANGE) {
203 if(mask & KADM5_ATTRIBUTES) {
208 if(mask
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmuscle++.h77 bool read(Value mask) const { return mRead & mask; }
80 bool write(Value mask) const { return mWrite & mask; }
83 bool erase(Value mask) const { return mErase & mask; }
87 bool use(Value mask) const { return mErase & mask; }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmuscle++.h77 bool read(Value mask) const { return mRead & mask; }
80 bool write(Value mask) const { return mWrite & mask; }
83 bool erase(Value mask) const { return mErase & mask; }
87 bool use(Value mask) const { return mErase & mask; }
/macosx-10.10/ruby-106/ruby/lib/
H A Dsecurerandom.rb220 mask = bin[0].ord
221 mask |= mask >> 1
222 mask |= mask >> 2
223 mask |= mask >> 4
226 rnd[0] = (rnd[0].ord & mask).chr
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_syslog.rb101 assert_equal(nil, Syslog.mask)
105 orig = Syslog.mask
107 Syslog.mask = Syslog.LOG_UPTO(Syslog::LOG_ERR)
108 assert_equal(Syslog.LOG_UPTO(Syslog::LOG_ERR), Syslog.mask)
110 Syslog.mask = Syslog.LOG_MASK(Syslog::LOG_CRIT)
111 assert_equal(Syslog.LOG_MASK(Syslog::LOG_CRIT), Syslog.mask)
113 Syslog.mask = orig
174 assert_equal(format('<#%s: opened=true, ident="%s", options=%d, facility=%d, mask=%d>',
179 sl.mask),
/macosx-10.10/xnu-2782.1.97/osfmk/i386/vmx/
H A Dvmx_cpu.h73 #define VMX_CAP(msr, shift, mask) (rdmsr64(msr) & ((mask) << (shift)))
/macosx-10.10/objc4-646/test/
H A DbadCache.m46 mask_t mask;
67 cache->mask = 0;
H A DbadCache2.m46 mask_t mask;
67 cache->mask = 0;
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DOpenTypeTables.h47 FeatureMask mask; member in struct:FeatureMap
/macosx-10.10/IOGraphics-485/tools/
H A Dprobe.c21 uint32_t mask; local
58 mask = 0xffffffff;
60 mask = strtol( argv[2], 0, 0 );
64 if (!(mask & (1 << i)))
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventOverrideDriver.h52 uint32_t mask; member in struct:IOHIDEventOverrideDriver::__anon1957::__anon1958::__anon1960
/macosx-10.10/adv_cmds-158/mklocale/
H A Dldef.h66 uint32_t mask; member in struct:__anon6074
/macosx-10.10/emacs-93/emacs/src/s/
H A Dunipl5-2.h135 #define sigsetmask(mask) /* Null expansion */
H A Dxenix.h161 #define sigsetmask(mask) /* Null expansion */
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dproclib.h50 Sig_mask_t mask; /* original blocked sig mask */ \
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dmktemp.c70 mode_t mask; local
126 mask = umask(0);
128 mode = (fdp ? (S_IRUSR|S_IWUSR) : S_IRWXU) & ~mask;
167 umask(mask);

Completed in 315 milliseconds

1234567891011>>