Searched refs:taken (Results 1 - 25 of 109) sorted by relevance

12345

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/map/
H A Dmap_slippy_cache.tcl95 set taken 0
99 set taken 1
102 if {!$taken} {
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dfasttrap_isa.c1173 uint_t taken; local
1177 taken = (regs32->efl & FASTTRAP_EFLAGS_OF) != 0;
1180 taken = (regs32->efl & FASTTRAP_EFLAGS_OF) == 0;
1183 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) != 0;
1186 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) == 0;
1189 taken = (regs32->efl & FASTTRAP_EFLAGS_ZF) != 0;
1192 taken = (regs32->efl & FASTTRAP_EFLAGS_ZF) == 0;
1195 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) != 0 ||
1199 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) == 0 &&
1203 taken
1245 uint_t taken; local
1715 uint_t taken; local
1787 uint_t taken; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dthreading.h238 StSyncLock(TakeLock &tlck, ReleaseLock &rlck) : taken(tlck), released(rlck) {
240 (taken.*_lock)();
243 StSyncLock(TakeLock &tlck, ReleaseLock &rlck, bool option) : taken(tlck), released(rlck), mActive(option) { }
244 ~StSyncLock() { if (mActive) { (taken.*_unlock)(); (released.*_rlock)(); }}
247 void lock() { if(!mActive) { (released.*_runlock)(); (taken.*_lock)(); mActive = true; }}
248 void unlock() { if(mActive) { (taken.*_unlock)(); (released.*_rlock)(); mActive = false; }}
252 TakeLock &taken; member in class:Security::StSyncLock
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dthreading.h238 StSyncLock(TakeLock &tlck, ReleaseLock &rlck) : taken(tlck), released(rlck) {
240 (taken.*_lock)();
243 StSyncLock(TakeLock &tlck, ReleaseLock &rlck, bool option) : taken(tlck), released(rlck), mActive(option) { }
244 ~StSyncLock() { if (mActive) { (taken.*_unlock)(); (released.*_rlock)(); }}
247 void lock() { if(!mActive) { (released.*_runlock)(); (taken.*_lock)(); mActive = true; }}
248 void unlock() { if(mActive) { (taken.*_unlock)(); (released.*_rlock)(); mActive = false; }}
252 TakeLock &taken; member in class:Security::StSyncLock
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/t/
H A D04_MRO.t14 example taken from: L<http://gauss.gwydiondylan.org/books/drm/drm_50.html>
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/t/
H A D04_MRO.t14 example taken from: L<http://gauss.gwydiondylan.org/books/drm/drm_50.html>
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dtex.vim36 " Value errorformat are taken from vim help, see :help errorformat-LaTeX, with
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim3678 " the first matching one is taken.
6260 let taken = "" variable
6264 let g:taken = g:taken . "E" . a:n
6332 if taken != expected
6334 Xout "'taken' is" taken "instead of" expected
6346 unlet! caught errmsg3 taken expected
6645 let taken = "" variable
6649 let g:taken
7165 let taken = "" variable
7285 let taken = "" variable
7550 let taken = "" variable
8037 let taken = "" variable
8434 let taken = "" variable
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DExtra.pm58 Care should be taken when choosing names for the functions to export
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhastepreproc.vim4 " Credits: some parts have been taken from vhdl, verilog, and C syntax
H A Dmason.vim51 " of these cases so I've taken the safe option of just using perlTop in all of
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT64.cpp386 BlockIndex taken = branchNode->takenBlockIndex(); local
389 if (taken == nextBlock()) {
391 BlockIndex tmp = taken;
392 taken = notTaken;
409 jump(invert ? taken : notTaken, ForceJump);
418 branchTest8(JITCompiler::Zero, JITCompiler::Address(resultGPR, Structure::typeInfoFlagsOffset()), JITCompiler::TrustedImm32(MasqueradesAsUndefined), invert ? taken : notTaken);
424 branchPtr(JITCompiler::Equal, localGlobalObjectGPR, remoteGlobalObjectGPR, invert ? notTaken : taken);
434 branch64(invert ? JITCompiler::NotEqual : JITCompiler::Equal, resultGPR, JITCompiler::TrustedImm64(ValueNull), taken);
465 BlockIndex taken = branchNode->takenBlockIndex(); local
470 // The branch instruction will branch to the taken bloc
608 BlockIndex taken = branchNode->takenBlockIndex(); local
1464 BlockIndex taken = branchNode->takenBlockIndex(); local
1760 emitObjectOrOtherBranch(Edge nodeUse, BlockIndex taken, BlockIndex notTaken) argument
1813 BlockIndex taken = node->takenBlockIndex(); local
3182 BlockIndex taken = node->takenBlockIndex(); local
[all...]
H A DDFGSpeculativeJIT32_64.cpp438 BlockIndex taken = branchNode->takenBlockIndex(); local
441 if (taken == nextBlock()) {
443 BlockIndex tmp = taken;
444 taken = notTaken;
462 jump(invert ? taken : notTaken, ForceJump);
471 branchTest8(JITCompiler::Zero, JITCompiler::Address(resultGPR, Structure::typeInfoFlagsOffset()), JITCompiler::TrustedImm32(MasqueradesAsUndefined), invert ? taken : notTaken);
477 branchPtr(JITCompiler::Equal, localGlobalObjectGPR, remoteGlobalObjectGPR, invert ? notTaken : taken);
488 branch32(invert ? JITCompiler::NotEqual : JITCompiler::Equal, resultGPR, JITCompiler::TrustedImm32(JSValue::NullTag), taken);
519 BlockIndex taken = branchNode->takenBlockIndex(); local
524 // The branch instruction will branch to the taken bloc
672 BlockIndex taken = branchNode->takenBlockIndex(); local
1451 BlockIndex taken = branchNode->takenBlockIndex(); local
1741 emitObjectOrOtherBranch(Edge nodeUse, BlockIndex taken, BlockIndex notTaken) argument
1799 BlockIndex taken = node->takenBlockIndex(); local
3253 BlockIndex taken = node->takenBlockIndex(); local
[all...]
H A DDFGSpeculativeJIT.cpp1385 BlockIndex taken = branchNode->takenBlockIndex(); local
1391 branchDouble(condition, op1.fpr(), op2.fpr(), taken);
1397 BlockIndex taken = branchNode->takenBlockIndex(); local
1402 if (taken == nextBlock()) {
1404 BlockIndex tmp = taken;
1405 taken = notTaken;
1468 branchPtr(condition, op1GPR, op2GPR, taken);
1474 BlockIndex taken = branchNode->takenBlockIndex(); local
1477 // The branch instruction will branch to the taken block.
1478 // If taken i
1505 BlockIndex taken = branchNode->takenBlockIndex(); local
3627 BlockIndex taken = branchNode->takenBlockIndex(); local
4100 BlockIndex taken = branchNode->takenBlockIndex(); local
[all...]
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Ddata.pm123 whether to base64 encode the data in the URI is taken automatically,
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmdata.h132 void *use(size_t taken) // logically remove some bytes argument
133 { assert(taken <= Length); void *r = Data; Length -= taken; Data += taken; return r; }
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.h132 void *use(size_t taken) // logically remove some bytes argument
133 { assert(taken <= Length); void *r = Data; Length -= taken; Data += taken; return r; }
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dhelp_command.rb53 version. These values are taken from values in rbconfig.rb. You can view
/macosx-10.9.5/lsof-52/lsof/
H A DInventory43 unpacked. Once the inventory has been taken, this script creates
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DUnix.pm336 L</rel2abs()>. This means that it is taken to be relative to
344 This means that it is taken to be relative to L<cwd()|Cwd>.
418 L</rel2abs()>. This means that it is taken to be relative to
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A DAFPUsers.c228 Boolean taken = FALSE; local
256 taken = TRUE;
261 return (taken);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm94 C<SOAPAction> is taken from HTTP header and method_uri and method_name are
117 If you specify C<PATH/> name of module/classes will be taken from uri as
174 Cookies will be taken from response and provided for request. You may
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm94 C<SOAPAction> is taken from HTTP header and method_uri and method_name are
117 If you specify C<PATH/> name of module/classes will be taken from uri as
174 Cookies will be taken from response and provided for request. You may
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/lib/Class/C3/
H A DComponentised.pm54 C<+> character, it is taken to be a fully qualified class name, otherwise
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DUpdate.pm50 the default domain will be taken from the resolver configuration.

Completed in 217 milliseconds

12345