| /freebsd/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
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterBytecode.cpp | 88 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 D | FormatterBytecode.h | 45 template <typename T> T Pop() { in Pop() function
|
| /freebsd/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()
|
| /freebsd/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.
|
| /freebsd/crypto/krb5/src/config-files/ |
| H A D | services.append | 7 kpop 1109/tcp # Pop with Kerberos
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_lfstack.h | 47 T *Pop() { in Pop() function
|
| /freebsd/lib/csu/i386/ |
| H A D | crt1_s.S | 31 popl %esi # Pop argc
|
| /freebsd/crypto/heimdal/etc/ |
| H A D | services.append | 21 kpop 1109/tcp # Pop with Kerberos
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 463 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 D | meson-g12a-fbx8am.dts | 7 * Commercial names: Freebox Pop, Player TV Free 4K 20 model = "Freebox Player Pop";
|
| /freebsd/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.
|
| /freebsd/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.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_allocator.h | 106 AsanChunk *Pop();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 497 void Pop() { in Pop() function
|
| /freebsd/sys/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 343 # Pop an exit handler off the cleanup stack
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 2557 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 D | ossl-guide-tls-server-block.pod | 251 /* Pop the client connection from the BIO chain */
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Opcodes.td | 767 def Pop : Opcode {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 1428 "Qualcomm 16-bit Push/Pop and Double Moves", 1433 "'Xqccmp' (Qualcomm 16-bit Push/Pop and Double Moves)">;
|