Home
last modified time | relevance | path

Searched refs:pR1 (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0167.pp13 pR1, pR2 : ptRec;
15 GetMem(pR1, SizeOf(tRec));
18 pR1^.D := 10;
19 Move(pR1^,pR2^,SizeOf(tRec));
20 WriteLn(pR1^.D:16,pR2^.D:16);
22 pR1^.D := 1;
23 pR2^.D := pR1^.D*2; { THE BUG IS HERE }
24 WriteLn(pR1^.D:16,pR2^.D:16);
25 if (pR1^.D<>1) or (pR2^.D<>2) then
/dports/biology/haplohseq/haplohseq-0.1.2/scripts/
H A Dldmap.py84 def dCalc(self, A, B, ref1, ref2, pR1, pR2, pA1, pA2): argument
98 dRR = pRR - pR1 * pR2
99 dRA = pRA - pR1 * pA2
174 pR1 = 1.0 * refCount1 / (refCount1 + altCount1)
179 … = self.dCalc(self.markerCalls[index_i], self.markerCalls[index_j], ref1, ref2, pR1, pR2, pA1, pA2)
/dports/science/iboview/ibo-view.20150427/src/IrCore/
H A DIrDrv.cpp899 *pDataR, *pR1, *pFinal; in EvalInt2e2c_LaplaceC() local
902 Mem.Alloc(pR1, nCartY(la)*(2*lc+1) * TotalCo); in EvalInt2e2c_LaplaceC()
905 ShTrA_YY(pR1, pDataR, lc, (la + lc), TotalCo); in EvalInt2e2c_LaplaceC()
906 ShTrA_YY(pFinal, pR1, la, la, (2*lc + 1)*TotalCo); in EvalInt2e2c_LaplaceC()
1005 *pDataR, *pDataR_xyz, *pR1, *pFinal; in EvalInt2e2c1d_LaplaceC() local
1011 Mem.Alloc(pR1, nCartY(la)*(2*lc+1) * TotalCo * 3); in EvalInt2e2c1d_LaplaceC()
1018 ShTrA_YY(pR1, pDataR_xyz, lc, (la + lc), TotalCo*3); in EvalInt2e2c1d_LaplaceC()
1019 ShTrA_YY(pFinal, pR1, la, la, (2*lc + 1)*TotalCo*3); in EvalInt2e2c1d_LaplaceC()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dregdisplay.h55 PTR_UIntNative pR1; member
H A DStackFrameIterator.cpp195 if (pFrame->m_Flags & PTFF_SAVE_R1) { m_RegDisplay.pR1 = pPreservedRegsCursor++; } in InternalInit()
H A DRHCodeMan.cpp87 case SR_NUM_R1: return (PTR_PTR_Object)pContext->pR1; in GetScratchRegObjectAddr()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Plugin/
H A DAbstractPlugin.php667 $pR1 = $pointer * $results_at_a_time + 1;
673 …rray['###FROM###'] = $this->cObj->wrap($this->internal['res_count'] > 0 ? $pR1 : 0, $wrapper['show…
676 …['###FROM_TO###'] = $this->cObj->wrap(($this->internal['res_count'] > 0 ? $pR1 : 0) . ' ' . $this-…
683 …BEGIN###%s to %s</span> out of ###SPAN_BEGIN###%s</span>')), $count > 0 ? $pR1 : 0, min($count, $p…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Plugin/
H A DAbstractPlugin.php656 $pR1 = $pointer * $results_at_a_time + 1;
662 …rray['###FROM###'] = $this->cObj->wrap($this->internal['res_count'] > 0 ? $pR1 : 0, $wrapper['show…
665 …['###FROM_TO###'] = $this->cObj->wrap(($this->internal['res_count'] > 0 ? $pR1 : 0) . ' ' . $this-…
672 …BEGIN###%s to %s</span> out of ###SPAN_BEGIN###%s</span>')), $count > 0 ? $pR1 : 0, min($count, $p…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Plugin/
H A DAbstractPlugin.php682 $pR1 = $pointer * $results_at_a_time + 1;
688 …rray['###FROM###'] = $this->cObj->wrap($this->internal['res_count'] > 0 ? $pR1 : 0, $wrapper['show…
691 …['###FROM_TO###'] = $this->cObj->wrap(($this->internal['res_count'] > 0 ? $pR1 : 0) . ' ' . $this-…
698 …BEGIN###%s to %s</span> out of ###SPAN_BEGIN###%s</span>')), $count > 0 ? $pR1 : 0, min($count, $p…
/dports/games/py-pychess/pychess-1.0.2/learn/puzzles/
H A Dlichess_study_lichess-practice-interference_by_arex_2017.02.11.pgn94 [FEN "2r4k/5pR1/7p/4pN1q/7P/2n1P3/2Q2P1K/8 b - - 0 36"]
H A Dmate_in_4.pgn723 [FEN "r3rk2/5pR1/pp1q1P1p/8/3p3P/P2B4/1P1Q2b1/1K6 w - - 1 0"]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/uno/
H A Dunotext.cxx1458 SvxUnoTextRangeBase* pR1 = comphelper::getUnoTunnelImplementation<SvxUnoTextRangeBase>( xR1 ); in compareRegionStarts() local
1461 if( (pR1 == nullptr) || (pR2 == nullptr) ) in compareRegionStarts()
1464 const ESelection& r1 = pR1->maSelection; in compareRegionStarts()
1482 SvxUnoTextRangeBase* pR1 = comphelper::getUnoTunnelImplementation<SvxUnoTextRangeBase>( xR1 ); in compareRegionEnds() local
1485 if( (pR1 == nullptr) || (pR2 == nullptr) ) in compareRegionEnds()
1488 const ESelection& r1 = pR1->maSelection; in compareRegionEnds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/uno/
H A Dunotext.cxx1453 SvxUnoTextRangeBase* pR1 = comphelper::getUnoTunnelImplementation<SvxUnoTextRangeBase>( xR1 ); in compareRegionStarts() local
1456 if( (pR1 == nullptr) || (pR2 == nullptr) ) in compareRegionStarts()
1459 const ESelection& r1 = pR1->maSelection; in compareRegionStarts()
1477 SvxUnoTextRangeBase* pR1 = comphelper::getUnoTunnelImplementation<SvxUnoTextRangeBase>( xR1 ); in compareRegionEnds() local
1480 if( (pR1 == nullptr) || (pR2 == nullptr) ) in compareRegionEnds()
1483 const ESelection& r1 = pR1->maSelection; in compareRegionEnds()
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_color_rules.c149 gGraphColorMapEntryPtr pR1 = *((gGraphColorMapEntryPtr *) p1); in cmp_color_rules1() local
151 return color_rule_compare1 (pR1->min, pR2->max, pR2->min, pR2->max); in cmp_color_rules1()
169 gGraphColorMapEntryPtr pR1 = (gGraphColorMapEntryPtr) p1; in cmp_color_rules2() local
171 return color_rule_compare2 (pR1->min, pR2->min, pR2->max); in cmp_color_rules2()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dintrin.def3135 DEFIMP (AMAX1, "AMAX1", ,,, "R1:*:A=pR1")
3137 DEFIMP (AMIN1, "AMIN1", ,,, "R1:*:A=pR1")
3201 DEFIMP (MAX1, "MAX1", ,,, "I1:*:A=pR1")
3203 DEFIMP (MIN1, "MIN1", ,,, "I1:*:A=pR1")
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dintrin.def3135 DEFIMP (AMAX1, "AMAX1", ,,, "R1:*:A=pR1")
3137 DEFIMP (AMIN1, "AMIN1", ,,, "R1:*:A=pR1")
3201 DEFIMP (MAX1, "MAX1", ,,, "I1:*:A=pR1")
3203 DEFIMP (MIN1, "MIN1", ,,, "I1:*:A=pR1")
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/exp-sgcheck/
H A Dsg_main.c275 StackBlock* pR1 = VG_(indexXA)( orig, r+1 ); in StackBlocks__find_and_dealloc__or_add() local
276 Word c = StackBlock__cmp(pR0,pR1); in StackBlocks__find_and_dealloc__or_add()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/exp-sgcheck/
H A Dsg_main.c275 StackBlock* pR1 = VG_(indexXA)( orig, r+1 ); in StackBlocks__find_and_dealloc__or_add() local
276 Word c = StackBlock__cmp(pR0,pR1); in StackBlocks__find_and_dealloc__or_add()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp6441 PP_RevisionAttr * pR1 = pRun->getRevisions(); in cmdFindRevision() local
6451 if(!(*pR1 == *pR2)) in cmdFindRevision()
/dports/devel/upp/upp/uppsrc/ScatterCtrl/srcdoc.tpp/
H A DProcess_en-us.tpp48 …x652vYnFwf+fj/+lumPUUu7Rka9aM9jx8/uf/gkXvc+1nc/zna9SjzZ3GfPdYtryHLZKXCz+65/pR1/LN8XdajzmP/h//dWfbR…
/dports/games/tsito/tsito-0.8.4/
H A Dbook.dat224 1heakae2/9/6h2/p1C1p3p/6pR1/6P2/P1P1c1c1P/H3C4/4A3H/2E1KAE2 b: g7h5
360 1r2kae2/3Ra4/c3e1c1h/p4h2p/6pR1/4C4/P1P1H1P1P/H1C6/9/2EAKAE2 b: f6h5
361 1r2kae2/3ra4/c3e1c1h/p4h2p/6pR1/3RC4/P1P1H1P1P/H1C6/9/2EAKAE2 r: d4d8
565 1reak1e2/5r3/2h1ca2h/pCp1p1c1p/6pR1/2P6/P3P1P1P/2HCE1H2/4A4/1RE1KA3 b: b9b8
1572 2eak1e2/1r3r3/2h1ca2h/pCp1p1c1p/6pR1/2P6/P3P1P1P/2HCE1H2/4A4/1RE1KA3 r: h5g5
/dports/security/hashcat/hashcat-6.2.5/rules/
H A Dd3ad0ne.rule2813 $pR1
/dports/security/hashcat-legacy/hashcat-legacy-2.00/rules/
H A Dd3ad0ne.rule2873 $pR1
/dports/security/john/john-1.9.0-jumbo-1/run/rules/
H A Dd3ad0ne.rule2813 $pR1
/dports/math/gap/gap-4.11.0/grp/
H A Dclasmax.grp15461 …TM..ujna3j7lpY/AM^HQCL/;c8gryQUxpQ/[82>p>pKqInrqKv3tTx=]esv,tuv3J-hUQbD8QA7]9/k_]r7I5o0]D1tb[?pR1",

12