Searched refs:prior (Results 1 - 25 of 149) sorted by relevance

123456

/macosx-10.10/IOPCIFamily-239.1.2/
H A Drballoc.c184 struct vtd_rblock * prior = NULL; local
201 prior = next;
210 if (prior)
212 next = RB_NEXT(vtd_rbaddr_list, &bf->rbaddr_list, prior);
213 if (addr != prior->end)
215 prior = NULL;
219 // coalesce to end of prior
220 addr = prior->start;
225 if (!prior)
228 prior
275 struct vtd_rblock * prior = NULL; local
357 struct vtd_rblock * prior = RB_ROOT(&bf->rbaddr_list); local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dchatwidget.rb87 cmd, prior = tk_split_simplelist(hook)
88 [procedure(cmd), number(prior)]
93 def hook_add(type, *args, &blk) # args -> [prior, cmd], [prior], [cmd]
96 if prior = args.shift
97 if !prior.kind_of?(Numeric)
98 cmd = prior
99 if (prior = args.shift) && !prior.kind_of?(Numeric) # error
100 args.unshift(prior)
[all...]
/macosx-10.10/emacs-93/emacs/lisp/term/
H A DAT386.el49 (define-key AT386-keypad-map "V" [prior]) ;; PgUp
H A Dlk201.el14 (define-key function-key-map "\e[5~" [prior])
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineLoopInfo.cpp53 MachineBasicBlock *PriorMBB = prior(MachineFunction::iterator(TopMBB));
57 PriorMBB = prior(MachineFunction::iterator(TopMBB));
66 if (BotMBB != prior(End)) {
H A DCodePlacementOpt.cpp136 MachineFunction::iterator OldBeginPrior = prior(Begin);
137 MachineFunction::iterator OldEndPrior = prior(End);
141 prior(Begin)->updateTerminator();
159 HasAnalyzableTerminator(prior(MachineFunction::iterator(TopMBB)))) {
174 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Pred))))
187 MachineFunction::iterator Prior = prior(Begin);
209 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Prior))))
211 // Ok, the block prior to Begin will be moved along with the rest.
261 !HasFallthrough(prior(MachineFunction::iterator(TopMBB))) &&
275 if (InsertPt != MF.begin() && HasAnalyzableTerminator(prior(InsertP
[all...]
H A DLatencyPriorityQueue.cpp127 if (Best != prior(Queue.end()))
136 if (I != prior(Queue.end()))
H A DRegisterScavenging.cpp370 MachineBasicBlock::iterator II = prior(I);
375 II = prior(UseMI);
379 ScavengeRestore = prior(UseMI);
H A DMachineBlockPlacement.cpp498 BB = *llvm::prior(Chain.end());
502 assert(*llvm::prior(Chain.end()) == BB);
533 BB = *llvm::prior(Chain.end());
638 if (*I != *llvm::prior(Chain.end()))
742 (!PredChain || *PI == *llvm::prior(PredChain->end()))) {
752 MachineBasicBlock *Bottom = *llvm::prior(LoopChain.end());
980 MachineBasicBlock *PrevBB = llvm::prior(MachineFunction::iterator(*BI));
1053 MachineBasicBlock *LayoutPred = *llvm::prior(BI);
H A DSlotIndexes.cpp132 IndexList::iterator startItr = prior(curItr);
H A DSpiller.cpp138 MachineInstr *loadInstr(prior(miItr));
/macosx-10.10/CPANInternal-159.1/IO-SessionData-1.03/lib/IO/
H A DSessionSet.pm104 my $prior = defined $self->{$select}->exists($handle);
105 if (defined $act && $act != $prior) {
112 return $prior;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tkDND/
H A Dtkdnd.rb101 #def dnd_bindtarget(type, event, cmd=Proc.new, prior=50, *args)
103 # if prior.kind_of?(Numeric)
106 # prior)
109 # install_bind_for_event_class(DND_Subst, cmd, prior, *args))
121 prior = 50
122 prior = args.shift unless args.empty?
125 if prior.kind_of?(Numeric)
128 prior)
131 install_bind_for_event_class(DND_Subst, cmd, prior, *args))
149 #def dnd_bindsource(type, cmd=Proc.new, prior
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dedt-lk201.el55 ("SELECT" . [select]) ("PREVIOUS" . [prior]) ("NEXT" . [next])
H A Dedt-pc.el84 ("FIND" . [insert]) ("INSERT" . [home]) ("REMOVE" . [prior])
/macosx-10.10/ruby-106/ruby/lib/rexml/validation/
H A Drelaxng.rb268 @prior = @previous.pop
269 return @prior.next( event )
280 return [ @prior.expected, @events[0] ].flatten if @current == 0
302 @prior = @previous.pop
303 return @prior.next( event ) if @current == 0
309 return [ @prior.expected, @events[0] ].flatten if @current == 0
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DProcess.inc46 // GetNativeSystemInfo. However, this interface is not present prior
H A DDynamicLibrary.inc51 // Ignore VC++ runtimes prior to 7.1. Somehow some of them get loaded
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dicuplug.h323 * @param prior pass in 'NULL' to get the first (most recent) plug,
324 * otherwise pass the value returned on a prior call to uplug_nextPlug
329 uplug_nextPlug(UPlugData *prior);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMHazardRecognizer.cpp54 I = llvm::prior(I);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSTLExtras.h145 // next/prior - These functions unlike std::advance do not modify the
150 // prior(myIt) returns copy of myIt decremented once
151 // prior(myIt, n) returns copy of myIt decremented n times
167 inline ItTy prior(ItTy it, Dist n) function in namespace:llvm
174 inline ItTy prior(ItTy it) function in namespace:llvm
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLoopInfo.cpp430 Loop *Subloop = *llvm::prior(Unloop->end());
431 Unloop->removeChildLoop(llvm::prior(Unloop->end()));
555 LI.addTopLevelLoop(Unloop->removeChildLoop(llvm::prior(Unloop->end())));
/macosx-10.10/emacs-93/emacs/lisp/
H A Dechistory.el84 (define-key electric-history-map [prior] 'scroll-down)
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMCFunction.cpp97 spe = llvm::prior(Splits.end()); spi != spe; ++spi) {
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFromNestedHash.pm126 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are created, the C<$filter_function> is passed the node value extracted from the hash prior to it being inserted into the tree being built. The C<$filter_function> is expected to return the value desired for inclusion into the tree.
144 The tree is validated prior being accepted, if it fails validation an execption will be thrown. The rules are as follows;

Completed in 257 milliseconds

123456