| /src/contrib/bearssl/T0/ |
| H A D | T0Comp.cs | 375 TValue c = cpu.Pop(); in T0Comp() 380 int max = cpu.Pop(); in T0Comp() 381 int min = cpu.Pop(); in T0Comp() 480 int dout = cpu.Pop(); in T0Comp() 481 int din = cpu.Pop(); in T0Comp() 482 TValue s = cpu.Pop(); in T0Comp() 516 wordBuilder = savedWordBuilders.Pop(); in T0Comp() 542 wordBuilder.Literal(cpu.Pop()); in T0Comp() 553 wordBuilder.Call(cpu.Pop().ToXT()); in T0Comp() 616 string name = cpu.Pop().ToString(); in T0Comp() [all …]
|
| H A D | OpcodePutLocal.cs | 39 cpu.PutLocal(num, cpu.Pop()); in Run()
|
| H A D | OpcodeJumpIf.cs | 40 TValue v = cpu.Pop(); in Run()
|
| H A D | OpcodeJumpIfNot.cs | 40 TValue v = cpu.Pop(); in Run()
|
| H A D | CPU.cs | 97 internal TValue Pop() in Pop() method in CPU
|
| /src/contrib/googletest/googlemock/test/ |
| H A D | gmock-function-mocker_test.cc | 541 virtual void Pop() = 0; 553 MOCK_METHOD(void, Pop, (), (final)); 572 MOCK_METHOD0_T(Pop, void()); 602 EXPECT_CALL(mock, Pop()).Times(AnyNumber()); in TYPED_TEST() 608 mock.Pop(); in TYPED_TEST() 633 STDMETHOD_(void, Pop)() = 0; 646 MOCK_METHOD(void, Pop, (), (Calltype(STDMETHODCALLTYPE), override)); 662 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void()); 691 EXPECT_CALL(mock, Pop()).Times(AnyNumber()); in TYPED_TEST() 697 mock.Pop(); in TYPED_TEST()
|
| /src/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 32 // Pop error message from the stack. 62 // Pop error message from the stack.
|
| /src/crypto/krb5/src/config-files/ |
| H A D | services.append | 7 kpop 1109/tcp # Pop with Kerberos
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_lfstack.h | 47 T *Pop() { in Pop() function
|
| /src/lib/csu/i386/ |
| H A D | crt1_s.S | 31 popl %esi # Pop argc
|
| /src/crypto/heimdal/etc/ |
| H A D | services.append | 21 kpop 1109/tcp # Pop with Kerberos
|
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 292 FuzzJob *Pop() { in Pop() function 304 while (auto Job = FuzzQ->Pop()) { in WorkerThread() 385 std::unique_ptr<FuzzJob> Job(MergeQ.Pop()); in FuzzWithFork()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 465 APInt &Pop = Popularity.insert({I.BB, APInt(UnsignedZero)}).first->second; in ProcessSwitchInst() local 466 if ((Pop += N).ugt(MaxPop)) { in ProcessSwitchInst() 467 MaxPop = Pop; in ProcessSwitchInst()
|
| /src/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-g12a-fbx8am.dts | 7 * Commercial names: Freebox Pop, Player TV Free 4K 20 model = "Freebox Player Pop";
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 142 // Pop, def is the 3rd operand. 145 // Pop + branch, def is the 3rd operand.
|
| H A D | ARMScheduleA8.td | 167 // Pop, def is the 3rd operand.
|
| /src/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 42 - Queue Management/Queue Proxy region for queue Pop. 47 - Queue Management/Queue Proxy region for queue Push/Pop.
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_allocator.h | 105 AsanChunk *Pop();
|
| /src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 496 void Pop() { in Pop() function
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 2358 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator()); in emitEpilogue() local 2359 while (Pop->getOpcode() == TargetOpcode::CFI_INSTRUCTION || in emitEpilogue() 2360 AArch64InstrInfo::isSEHInstruction(*Pop)) in emitEpilogue() 2361 Pop = std::prev(Pop); in emitEpilogue() 2364 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1); in emitEpilogue() 2370 MBB, Pop, DL, TII, PrologueSaveSize, NeedsWinCFI, &HasWinCFI, EmitCFI, in emitEpilogue()
|
| /src/sys/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 343 # Pop an exit handler off the cleanup stack
|
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 713 def Pop : Opcode {
|
| /src/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-tls-server-block.pod | 251 /* Pop the client connection from the BIO chain */
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1615 enum ActionType { Push, Pop, Attribute }; enumerator 1884 if (Info->Action == PragmaAttributeInfo::Pop) { in HandlePragmaAttribute() 3992 Info->Action = PragmaAttributeInfo::Pop; in HandlePragma()
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrData.td | 492 /// Pushe/Pop to/from SP for simplicity
|