Home
last modified time | relevance | path

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

12345678910>>...242

/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/
H A Dtoken_store_test.go27 Expect(s.Pop(origin)).To(Equal(mockToken(2)))
28 Expect(s.Pop(origin)).To(Equal(mockToken(1)))
29 Expect(s.Pop(origin)).To(BeNil())
38 Expect(s.Pop(origin)).To(Equal(mockToken(5)))
42 Expect(s.Pop(origin)).To(BeNil())
56 Expect(s.Pop(origin)).To(BeNil())
65 Expect(s.Pop("host1")).To(BeNil())
67 Expect(s.Pop("host2")).To(BeNil())
75 Expect(s.Pop("host1")).To(BeNil())
88 Expect(s.Pop("host2")).To(BeNil())
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/
H A Dtoken_store_test.go27 Expect(s.Pop(origin)).To(Equal(mockToken(2)))
28 Expect(s.Pop(origin)).To(Equal(mockToken(1)))
29 Expect(s.Pop(origin)).To(BeNil())
38 Expect(s.Pop(origin)).To(Equal(mockToken(5)))
42 Expect(s.Pop(origin)).To(BeNil())
56 Expect(s.Pop(origin)).To(BeNil())
65 Expect(s.Pop("host1")).To(BeNil())
67 Expect(s.Pop("host2")).To(BeNil())
75 Expect(s.Pop("host1")).To(BeNil())
88 Expect(s.Pop("host2")).To(BeNil())
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/
H A Dtoken_store_test.go27 Expect(s.Pop(origin)).To(Equal(mockToken(2)))
28 Expect(s.Pop(origin)).To(Equal(mockToken(1)))
29 Expect(s.Pop(origin)).To(BeNil())
38 Expect(s.Pop(origin)).To(Equal(mockToken(5)))
42 Expect(s.Pop(origin)).To(BeNil())
56 Expect(s.Pop(origin)).To(BeNil())
65 Expect(s.Pop("host1")).To(BeNil())
67 Expect(s.Pop("host2")).To(BeNil())
75 Expect(s.Pop("host1")).To(BeNil())
88 Expect(s.Pop("host2")).To(BeNil())
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/
H A Dtoken_store_test.go27 Expect(s.Pop(origin)).To(Equal(mockToken(2)))
28 Expect(s.Pop(origin)).To(Equal(mockToken(1)))
29 Expect(s.Pop(origin)).To(BeNil())
38 Expect(s.Pop(origin)).To(Equal(mockToken(5)))
42 Expect(s.Pop(origin)).To(BeNil())
56 Expect(s.Pop(origin)).To(BeNil())
65 Expect(s.Pop("host1")).To(BeNil())
67 Expect(s.Pop("host2")).To(BeNil())
75 Expect(s.Pop("host1")).To(BeNil())
88 Expect(s.Pop("host2")).To(BeNil())
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/
H A Dtoken_store_test.go27 Expect(s.Pop(origin)).To(Equal(mockToken(2)))
28 Expect(s.Pop(origin)).To(Equal(mockToken(1)))
29 Expect(s.Pop(origin)).To(BeNil())
38 Expect(s.Pop(origin)).To(Equal(mockToken(5)))
42 Expect(s.Pop(origin)).To(BeNil())
56 Expect(s.Pop(origin)).To(BeNil())
65 Expect(s.Pop("host1")).To(BeNil())
67 Expect(s.Pop("host2")).To(BeNil())
75 Expect(s.Pop("host1")).To(BeNil())
88 Expect(s.Pop("host2")).To(BeNil())
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/
H A Dtoken_store_test.go27 Expect(s.Pop(origin)).To(Equal(mockToken(2)))
28 Expect(s.Pop(origin)).To(Equal(mockToken(1)))
29 Expect(s.Pop(origin)).To(BeNil())
38 Expect(s.Pop(origin)).To(Equal(mockToken(5)))
42 Expect(s.Pop(origin)).To(BeNil())
56 Expect(s.Pop(origin)).To(BeNil())
65 Expect(s.Pop("host1")).To(BeNil())
67 Expect(s.Pop("host2")).To(BeNil())
75 Expect(s.Pop("host1")).To(BeNil())
88 Expect(s.Pop("host2")).To(BeNil())
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/
H A Dtoken_store_test.go27 Expect(s.Pop(origin)).To(Equal(mockToken(2)))
28 Expect(s.Pop(origin)).To(Equal(mockToken(1)))
29 Expect(s.Pop(origin)).To(BeNil())
38 Expect(s.Pop(origin)).To(Equal(mockToken(5)))
42 Expect(s.Pop(origin)).To(BeNil())
56 Expect(s.Pop(origin)).To(BeNil())
65 Expect(s.Pop("host1")).To(BeNil())
67 Expect(s.Pop("host2")).To(BeNil())
75 Expect(s.Pop("host1")).To(BeNil())
88 Expect(s.Pop("host2")).To(BeNil())
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DEqualInstruction.cs26 object right = frame.Pop(); in Run()
27 object left = frame.Pop(); in Run()
48 object right = frame.Pop(); in Run()
49 object left = frame.Pop(); in Run()
70 object right = frame.Pop(); in Run()
71 object left = frame.Pop(); in Run()
92 object right = frame.Pop(); in Run()
93 object left = frame.Pop(); in Run()
115 object left = frame.Pop(); in Run()
137 object left = frame.Pop(); in Run()
[all …]
H A DNotEqualInstruction.cs26 object right = frame.Pop(); in Run()
27 object left = frame.Pop(); in Run()
48 object right = frame.Pop(); in Run()
49 object left = frame.Pop(); in Run()
70 object right = frame.Pop(); in Run()
71 object left = frame.Pop(); in Run()
92 object right = frame.Pop(); in Run()
93 object left = frame.Pop(); in Run()
115 object left = frame.Pop(); in Run()
137 object left = frame.Pop(); in Run()
[all …]
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_acs.c950 Push(Pop()+Pop()); in CmdAdd()
965 Push(Pop()*Pop()); in CmdMultiply()
989 Push(Pop() == Pop()); in CmdEQ()
995 Push(Pop() != Pop()); in CmdNE()
1205 if(Pop()) in CmdIfGoto()
1431 Push(Pop() && Pop()); in CmdAndLogical()
1437 Push(Pop() || Pop()); in CmdOrLogical()
1443 Push(Pop()&Pop()); in CmdAndBitwise()
1449 Push(Pop()|Pop()); in CmdOrBitwise()
1455 Push(Pop()^Pop()); in CmdEorBitwise()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/tools/amber2lmp/
H A Damber2lammps.py14 def Pop(S, I=-1): function
421 self.ITITL = Pop(Item_list,0)
435 self.TIME = eval(Pop(Item_list,0))
491 self.ITITL = Pop(Item_list,0)
501 self.NTYPES = eval(Pop(Item_list,0))
502 self.NBONH = eval(Pop(Item_list,0))
503 self.MBONA = eval(Pop(Item_list,0))
504 self.NTHETH = eval(Pop(Item_list,0))
505 self.MTHETA = eval(Pop(Item_list,0))
540 Pop(Item_list,0)
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/data/
H A Dprocess_running.nsh27 Pop $R0
51 Pop $R3
52 Pop $R2
60 Pop $R3
61 Pop $R2
62 Pop $R0
63 Pop $R1
116 Pop $R3
117 Pop $R2
119 Pop $R1
[all …]
/dports/graphics/hugin/hugin-2020.0.0/platforms/windows/huginsetup/Functions/
H A DDownloadFunctions.nsh17 # Pop Return
81 Pop $R3
127 Pop $R4
146 Pop $R6
147 Pop $R5
148 Pop $R3
149 Pop $R2
152 Pop $R4
154 Pop $R1
156 Pop $0
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_acs.c1161 Push(Pop() + Pop()); in CmdAdd()
1176 Push(Pop() * Pop()); in CmdMultiply()
1200 Push(Pop() == Pop()); in CmdEQ()
1206 Push(Pop() != Pop()); in CmdNE()
1451 low = Pop(); in CmdRandom()
1471 tid = Pop(); in CmdThingCount()
1642 Push(Pop() && Pop()); in CmdAndLogical()
1648 Push(Pop() || Pop()); in CmdOrLogical()
1654 Push(Pop() & Pop()); in CmdAndBitwise()
1660 Push(Pop() | Pop()); in CmdOrBitwise()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_acs.c1035 Push(Pop() + Pop()); in CmdAdd()
1050 Push(Pop() * Pop()); in CmdMultiply()
1074 Push(Pop() == Pop()); in CmdEQ()
1080 Push(Pop() != Pop()); in CmdNE()
1353 low = Pop(); in CmdRandom()
1375 tid = Pop(); in CmdThingCount()
1554 Push(Pop() && Pop()); in CmdAndLogical()
1560 Push(Pop() || Pop()); in CmdOrLogical()
1566 Push(Pop() & Pop()); in CmdAndBitwise()
1572 Push(Pop() | Pop()); in CmdOrBitwise()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_psengine.cpp219 d1 = Pop(); in DoOperator()
220 d2 = Pop(); in DoOperator()
224 d2 = Pop(); in DoOperator()
225 d1 = Pop(); in DoOperator()
229 d1 = Pop(); in DoOperator()
230 d2 = Pop(); in DoOperator()
234 d2 = Pop(); in DoOperator()
235 d1 = Pop(); in DoOperator()
261 d1 = Pop(); in DoOperator()
265 d1 = Pop(); in DoOperator()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_psengine.cpp218 d1 = Pop(); in DoOperator()
219 d2 = Pop(); in DoOperator()
223 d2 = Pop(); in DoOperator()
224 d1 = Pop(); in DoOperator()
228 d1 = Pop(); in DoOperator()
229 d2 = Pop(); in DoOperator()
233 d2 = Pop(); in DoOperator()
234 d1 = Pop(); in DoOperator()
260 d1 = Pop(); in DoOperator()
264 d1 = Pop(); in DoOperator()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/core/hle/service/boss/
H A Dboss.cpp17 const u64 programID = rp.Pop<u64>(); in InitializeSession()
29 const u32 boss_size = rp.Pop<u32>(); in SetStorageInfo()
109 output_flag = rp.Pop<u8>(); in SetOptoutFlag()
129 const u32 size = rp.Pop<u32>(); in RegisterTask()
144 const u32 size = rp.Pop<u32>(); in UnregisterTask()
157 const u32 size = rp.Pop<u32>(); in ReconfigureTask()
179 const u32 size = rp.Pop<u32>(); in GetStepIdList()
272 const u32 size = rp.Pop<u32>(); in SendProperty()
421 const u8 state = rp.Pop<u8>(); in GetTaskState()
520 const u8 type = rp.Pop<u8>(); in GetNsDataHeaderInfo()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/service/boss/
H A Dboss.cpp17 const u64 programID = rp.Pop<u64>(); in InitializeSession()
29 const u32 boss_size = rp.Pop<u32>(); in SetStorageInfo()
109 output_flag = rp.Pop<u8>(); in SetOptoutFlag()
129 const u32 size = rp.Pop<u32>(); in RegisterTask()
144 const u32 size = rp.Pop<u32>(); in UnregisterTask()
157 const u32 size = rp.Pop<u32>(); in ReconfigureTask()
179 const u32 size = rp.Pop<u32>(); in GetStepIdList()
272 const u32 size = rp.Pop<u32>(); in SendProperty()
421 const u8 state = rp.Pop<u8>(); in GetTaskState()
520 const u8 type = rp.Pop<u8>(); in GetNsDataHeaderInfo()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dinterp.c266 p1 = Pop(vm); in Interp_SPVTL()
267 p2 = Pop(vm); in Interp_SPVTL()
299 p1 = Pop(vm); in Interp_SFVTL()
300 p2 = Pop(vm); in Interp_SFVTL()
339 p1 = Pop(vm); in Interp_SDPVTL()
362 x = Pop(vm); in Inpterp_SPVFS()
363 y = Pop(vm); in Inpterp_SPVFS()
380 x = Pop(vm); in Inpterp_SFVFS()
381 y = Pop(vm); in Inpterp_SFVFS()
583 n = Pop(vm); in Interp_SROUND()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/airwindows/src/
H A DPop.cpp10 namespace Pop { namespace
15 Pop::Pop(audioMasterCallback audioMaster) : in Pop() function in Pop::Pop
65 Pop::~Pop() {} in ~Pop()
66 VstInt32 Pop::getVendorVersion () {return 1000;} in getVendorVersion()
79 VstInt32 Pop::getChunk (void** data, bool isPreset) in getChunk()
106 void Pop::setParameter(VstInt32 index, float value) { in setParameter()
115 float Pop::getParameter(VstInt32 index) { in getParameter()
169 VstInt32 Pop::canDo(char *text) in canDo()
172 bool Pop::getEffectName(char* name) { in getEffectName()
178 bool Pop::getProductString(char* text) { in getProductString()
[all …]
/dports/lang/cocor/cocor-1.7_3/taste/
H A Dtc.c81 static int Pop(void) in Pop() function
118 val = Pop(); Push(Pop() + val); in Interpret()
121 val = Pop(); Push(Pop() - val); in Interpret()
124 val = Pop(); Push(Pop() * val); in Interpret()
127 val = Pop(); in Interpret()
129 Push(Pop() / val); in Interpret()
132 val = Pop(); Push(Pop() == val); in Interpret()
135 val = Pop(); Push(Pop() < val); in Interpret()
138 val = Pop(); Push(Pop() > val); in Interpret()
165 Push(-Pop()); in Interpret()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/installer/windows/nsis/
H A Doverrides.nsh89 Pop $0
397 Pop $0
431 Pop $0
445 Pop $0
535 Pop $0
536 Pop $9
537 Pop $8
538 Pop $7
539 Pop $6
540 Pop $5
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/installer/windows/nsis/
H A Doverrides.nsh89 Pop $0
397 Pop $0
431 Pop $0
445 Pop $0
535 Pop $0
536 Pop $9
537 Pop $8
538 Pop $7
539 Pop $6
540 Pop $5
[all …]
/dports/lang/cocor/cocor-1.7_3/taste_cp/
H A Dtc.cpp78 int Machine::Pop() in Pop() function in Machine
115 val = Pop(); Push(Pop() + val); in Interpret()
118 val = Pop(); Push(Pop() - val); in Interpret()
121 val = Pop(); Push(Pop() * val); in Interpret()
124 val = Pop(); in Interpret()
126 Push(Pop() / val); in Interpret()
129 val = Pop(); Push(Pop() == val); in Interpret()
132 val = Pop(); Push(Pop() < val); in Interpret()
135 val = Pop(); Push(Pop() > val); in Interpret()
162 Push(-Pop()); in Interpret()
[all …]

12345678910>>...242