Home
last modified time | relevance | path

Searched refs:Pop (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/bearssl/T0/
H A DT0Comp.cs375 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 DOpcodePutLocal.cs39 cpu.PutLocal(num, cpu.Pop()); in Run()
H A DOpcodeJumpIf.cs40 TValue v = cpu.Pop(); in Run()
H A DOpcodeJumpIfNot.cs40 TValue v = cpu.Pop(); in Run()
H A DCPU.cs97 internal TValue Pop() in Pop() method in CPU
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.cpp88 auto fmt = data.Pop<std::string>(); in FormatImpl()
250 uint64_t idx = data.Pop<uint64_t>(); in Interpret()
292 if (data.Pop<uint64_t>() != 0) { in Interpret()
303 if (data.Pop<uint64_t>() == 0) in Interpret()
331 int64_t val = data.Pop<int64_t>(); in Interpret()
339 uint64_t val = data.Pop<uint64_t>(); in Interpret()
346 data.Push(data.Pop<ValueObjectSP>() ? (uint64_t)0 : (uint64_t)1); in Interpret()
359 data.Push((uint64_t)(data.Pop<uint64_t>() OP std::get<uint64_t>(y))); \ in Interpret()
364 data.Push((int64_t)(data.Pop<int64_t>() OP std::get<int64_t>(y))); \ in Interpret()
389 uint64_t y = data.Pop<uint64_t>(); \ in Interpret()
[all …]
H A DFormatterBytecode.h45 template <typename T> T Pop() { in Pop() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc541 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()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig32 // Pop error message from the stack.
62 // Pop error message from the stack.
/freebsd/crypto/krb5/src/config-files/
H A Dservices.append7 kpop 1109/tcp # Pop with Kerberos
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h47 T *Pop() { in Pop() function
/freebsd/lib/csu/i386/
H A Dcrt1_s.S31 popl %esi # Pop argc
/freebsd/crypto/heimdal/etc/
H A Dservices.append21 kpop 1109/tcp # Pop with Kerberos
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp292 FuzzJob *Pop() { in Pop() function
304 while (auto Job = FuzzQ->Pop()) { in WorkerThread()
385 std::unique_ptr<FuzzJob> Job(MergeQ.Pop()); in FuzzWithFork()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp463 APInt &Pop = Popularity.insert({I.BB, APInt(UnsignedZero)}).first->second; in ProcessSwitchInst() local
464 if ((Pop += N).ugt(MaxPop)) { in ProcessSwitchInst()
465 MaxPop = Pop; in ProcessSwitchInst()
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12a-fbx8am.dts7 * Commercial names: Freebox Pop, Player TV Free 4K
20 model = "Freebox Player Pop";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleV6.td142 // Pop, def is the 3rd operand.
145 // Pop + branch, def is the 3rd operand.
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt42 - Queue Management/Queue Proxy region for queue Pop.
47 - Queue Management/Queue Proxy region for queue Push/Pop.
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h106 AsanChunk *Pop();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h497 void Pop() { in Pop() function
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib343 # Pop an exit handler off the cleanup stack
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2557 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator()); in emitEpilogue() local
2558 while (Pop->getOpcode() == TargetOpcode::CFI_INSTRUCTION || in emitEpilogue()
2559 AArch64InstrInfo::isSEHInstruction(*Pop)) in emitEpilogue()
2560 Pop = std::prev(Pop); in emitEpilogue()
2563 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1); in emitEpilogue()
2569 MBB, Pop, DL, TII, PrologueSaveSize, NeedsWinCFI, &HasWinCFI, EmitCFI, in emitEpilogue()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-tls-server-block.pod251 /* Pop the client connection from the BIO chain */
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td767 def Pop : Opcode {
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td1428 "Qualcomm 16-bit Push/Pop and Double Moves",
1433 "'Xqccmp' (Qualcomm 16-bit Push/Pop and Double Moves)">;

12