Searched refs:Used (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/vim-55/src/xxd/
H A DMake_bc5.mak2 # Used for Borland C++.
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetCallingConv.h114 bool Used; member in struct:llvm::ISD::InputArg
124 InputArg() : VT(MVT::Other), Used(false) {}
127 : Flags(flags), Used(used), OrigArgIndex(origIdx), PartOffset(partOffs) {
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DDCE.cpp114 if (Instruction *Used = dyn_cast<Instruction>(*OI))
115 WorkList.push_back(Used);
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dabaqus.vim17 " Used in :check gf ^wf [i and other commands
32 " Used in [d ^wd and other commands
/macosx-10.10/vim-55/src/po/
H A Dcheck.vim10 " Used for both msgid and msgstr lines.
/macosx-10.10/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.cpp647 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used }; enumerator in enum:__anon10780::RecordStreamer::State
661 case Used:
676 case Used:
690 case Used:
691 S = Used;
839 Value == RecordStreamer::Used)
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp493 UInt32 Used; local
504 Used = UsedSpaceinQueue(&fPort.TX);
507 XTRACE(this, Free, Used, "CheckQueues");
514 if (Used == 0)
526 if (Used < fPort.TXStats.LowWater)
530 if (Used > fPort.TXStats.HighWater)
537 Used = UsedSpaceinQueue(&fPort.RX);
545 if (Used == 0)
557 if (Used < fPort.RXStats.LowWater)
561 if (Used > fPor
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DELFObjectWriter.cpp49 bool Used, bool Renamed);
777 bool Used, bool Renamed) {
781 if (Used)
881 bool Used = UsedInReloc.count(&Symbol); local
886 Used || WeakrefUsed || isSignature,
896 bool Local = isLocal(*it, isSignature, Used);
903 if (RefSymbol.isUndefined() && !Used && WeakrefUsed)
912 if (isSignature && !Used)
775 isInSymtab(const MCAssembler &Asm, const MCSymbolData &Data, bool Used, bool Renamed) argument
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/
H A DBuilder.pm140 bad parses, return C<DateTime> objects on good parse. Used
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DFilterStack.pm206 Used for END OF DATA bookkeeping.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DURL.pm115 reference of default parameters and values. Used from with a template,
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_dependency_command.rb142 Used by
/macosx-10.10/vim-55/runtime/keymap/
H A Dkana.vim596 " Used only for counting someone or something
604 " Used for the sound `v' of European languages
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp687 UInt32 Used; local
698 Used = UsedSpaceinQueue(&fPort.TX);
701 XTRACE(this, Free, Used, "CheckQueues");
708 if (Used == 0)
720 if (Used < fPort.TXStats.LowWater)
724 if (Used > fPort.TXStats.HighWater)
731 Used = UsedSpaceinQueue(&fPort.RX);
739 if (Used == 0)
751 if (Used < fPort.RXStats.LowWater)
755 if (Used > fPor
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp675 unsigned long Used; local
684 Used = UsedSpaceinQueue( &port->TX );
686 // ELG( Free, Used, 'CkQs', "CheckQueues" );
692 else if ( Used == 0 )
704 if ( Used < port->TXStats.LowWater )
708 if ( Used > port->TXStats.HighWater )
714 Used = UsedSpaceinQueue( &port->RX );
722 else if ( Used == 0 )
734 if ( Used < port->RXStats.LowWater )
738 if ( Used > por
[all...]
/macosx-10.10/vim-55/runtime/macros/
H A Dless.vim51 " Used after each command: put cursor at end and display position
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DFilterStack.pm208 Used for END OF DATA bookkeeping.
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCodeExtractor.cpp406 static BasicBlock* FindPhiPredForUseInBlock(Value* Used, BasicBlock* BB) { argument
407 for (Value::use_iterator UI = Used->use_begin(),
408 UE = Used->use_end(); UI != UE; ++UI) {
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t222 /* Used in lex.c for parsing pragmas. */
1028 /* Used instead of declspecs where storage classes are not allowed
/macosx-10.10/vim-55/runtime/syntax/
H A Dibasic.vim141 " Used with OPEN statement
H A Dbasic.vim136 " Used with OPEN statement
H A Dfreebasic.vim203 " Used with OPEN statement
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dmakeapps.com199 $! -1 Means The Application File Name Is To Be Used.
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DVerifier.cpp1658 if (Instruction *Used = dyn_cast<Instruction>(*UI))
1659 Assert2(Used->getParent() != 0, "Instruction referencing instruction not"
1660 " embedded in a basic block!", &I, Used);
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DTester.pm462 Copyright Micheal G Schwern 2001. Used and distributed with

Completed in 177 milliseconds

12