Searched refs:push (Results 151 - 175 of 278) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/nvi/vi/
H A Dvi.c1100 CHAR_T push; local
1104 push = '$';
1108 push = '$';
1112 push = '_';
1116 push = '_';
1123 NULL, &push, 1, CH_NOMAP | CH_QUOTED) ? NULL : &vikeys[vp->key]);
/freebsd-11.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch1037 push(@offs,$F[$[+2]);
1038 push(@freq,$F[$[+3] * (2**20/10**6));
1039 push(@cmpl,$F[$[+5]);
1041 push(@break, (defined($lastT) && ($t - $lastT > $deltaT)));
1043 push(@time,$t);
1044 push(@loffset, tell(IN) - length($_));
1045 push(@filekey, $key);
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp917 LoopStack.push(Fused);
919 LoopStack.push(nullptr); // a switch means breaks are now useless,
920 // push a dummy
923 LoopStack.push(nullptr); // a switch means breaks are now
924 // useless, push a dummy
960 LoopStack.push(Multiple);
968 LoopStack.push(Loop);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp523 AvailableQueue.push(&SUnits[i]);
542 AvailableQueue.push(PendingQueue[i]);
582 // If we have a non-preferred node, push it back onto the available list.
590 AvailableQueue.push(NotPreferredSUnit);
H A DLiveDebugValues.cpp360 Worklist.push(RPONumber);
391 Pending.push(BBToOrder[s]);
H A DRegAllocBasic.cpp91 Queue.push(LI);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp297 Pending.push(SU);
299 Available.push(SU);
379 Available.push(SU);
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.js92 push = Array.prototype.push,
242 // Take an array of elements and push it onto the stack
249 push.apply( ret, elems );
318 push: push,
697 push.call( ret, array );
757 ret.push( elems[ i ] );
1050 list.push( elem );
1179 stack.push( [ contex
[all...]
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dcrti.asm51 push {r3, r4, r5, r6, r7, lr}
H A Dlib1funcs.asm216 push { r1, lr }
718 push { work }
758 push {r0, r1, lr}
790 push { work }
826 push { work }
897 push {r0, r1, lr}
927 push { work }
931 push { dividend }
1191 _interwork_call_via_rN(), will push the return address onto the
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dmaint-tool260 push(@pending, split(' ', $deps{$p}));
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dmaint-tool260 push(@pending, split(' ', $deps{$p}));
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DTaskPool.h25 #pragma warning(push)
/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Dikev2_common.h21 #pragma pack(push, 1)
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius.h15 #pragma pack(push, 1)
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLoopPass.cpp327 // and push new managers into PMS
332 PMS.push(LPPM);
H A DRegionPass.cpp268 // and push new managers into PMS
272 PMS.push(RGPM);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp53 void push(SUnit *U) { function in struct:__anon2532::FastPriorityQueue
157 AvailableQueue.push(PredSU);
543 AvailableQueue.push(RootSU);
627 AvailableQueue.push(NotReady[i]);
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp212 push(const_reference r_val);
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp50 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
H A Dthin_heap_.hpp145 push(const_reference r_val);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h203 void addErrInfo(HexagonMCErrInfo &err) { ErrInfoQ.push(err.s); };
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm64 ! shared object termination. Just push it onto the stack for now
136 ! Pop the argc, argv, and environ arguments off the stack, push the
H A Dsol2-gc1.asm67 ! shared object termination. Just push it onto the stack for now
149 ! Pop the argc, argv, and environ arguments off the stack, push the
/freebsd-11.0-release/sys/amd64/include/
H A Dpcpu.h213 #pragma clang diagnostic push

Completed in 152 milliseconds

1234567891011>>