Home
last modified time | relevance | path

Searched refs:pUL (Results 1 – 25 of 60) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ww8import/
H A Dww8import.cxx254 auto pUL = static_cast<const SvxULSpaceItem*>(pItem); variable
255 CPPUNIT_ASSERT(pUL);
256 CPPUNIT_ASSERT_EQUAL(sal_uInt16(0), pUL->GetUpper());
257 CPPUNIT_ASSERT_EQUAL(sal_uInt16(0), pUL->GetLower());
321 auto pUL = static_cast<const SvxULSpaceItem*>(pItem); variable
322 CPPUNIT_ASSERT(pUL);
323 CPPUNIT_ASSERT_EQUAL(sal_uInt16(0), pUL->GetUpper());
324 CPPUNIT_ASSERT_EQUAL(sal_uInt16(0), pUL->GetLower());
366 auto pUL = static_cast<const SvxULSpaceItem*>(pItem); variable
367 CPPUNIT_ASSERT(pUL);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ww8import/
H A Dww8import.cxx166 auto pUL = static_cast<const SvxULSpaceItem*>(pItem); variable
167 CPPUNIT_ASSERT(pUL);
168 CPPUNIT_ASSERT_EQUAL(sal_uInt16(0), pUL->GetUpper());
169 CPPUNIT_ASSERT_EQUAL(sal_uInt16(0), pUL->GetLower());
233 auto pUL = static_cast<const SvxULSpaceItem*>(pItem); variable
234 CPPUNIT_ASSERT(pUL);
235 CPPUNIT_ASSERT_EQUAL(sal_uInt16(0), pUL->GetUpper());
236 CPPUNIT_ASSERT_EQUAL(sal_uInt16(0), pUL->GetLower());
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dpointers.exp248 gdb_test_multiple "ptype pUL" "ptype pUL" {
249 -re "type = unsigned long \\*.*$gdb_prompt $" { pass "ptype pUL" }
250 -re "type = long unsigned int \\*.*$gdb_prompt $" { pass "ptype pUL" }
H A Dpointers.c189 unsigned long UL, *pUL; in more_code() local
215 pUL = &UL; in more_code()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dpointers.exp258 gdb_test_multiple "ptype pUL" "ptype pUL" {
259 -re "type = unsigned long \\*.*$gdb_prompt $" { pass "ptype pUL" }
260 -re "type = long unsigned int \\*.*$gdb_prompt $" { pass "ptype pUL" }
H A Dpointers.c193 unsigned long UL, *pUL; in more_code() local
219 pUL = &UL; in more_code()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dpointers.exp253 gdb_test_multiple "ptype pUL" "ptype pUL" {
254 -re "type = unsigned long \\*.*$gdb_prompt $" { pass "ptype pUL" }
255 -re "type = long unsigned int \\*.*$gdb_prompt $" { pass "ptype pUL" }
H A Dpointers.c189 unsigned long UL, *pUL; in more_code() local
215 pUL = &UL; in more_code()
/dports/devel/terminality/tn-2.1/demo/
H A Dprecalc.c384 inline shadechar pc_shapeblock(int pUL, int pUR, int pLL, int pLR, int avg) in pc_shapeblock() argument
391 top = (pUL + pUR) >> 1; in pc_shapeblock()
393 left = (pUL + pLL) >> 1; in pc_shapeblock()
436 sqr(pUL - pc_shadebrightness(sctop.fgcol)) + in pc_shapeblock()
442 sqr(pUL - pc_shadebrightness(scbottom.bgcol)) + in pc_shapeblock()
448 sqr(pUL - pc_shadebrightness(scleft.fgcol)) + in pc_shapeblock()
454 sqr(pUL - pc_shadebrightness(scright.bgcol)) + in pc_shapeblock()
460 sqr(pUL - brightfull) + in pc_shapeblock()
H A Ddemoansi.c272 unsigned char pUL, pUR, pLL, pLR; in render_shape() local
302 pUL = simg[y*2][x*2]; in render_shape()
308 putsc( get_monochrome_shape(pUL, pUR, pLL, pLR) ); in render_shape()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dpointers.c184 unsigned long UL, *pUL; in more_code() local
210 pUL = &UL; in more_code()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dpointers.c184 unsigned long UL, *pUL; in more_code() local
210 pUL = &UL; in more_code()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dformularesult.hxx215 …Matrix( SCCOL nCols, SCROW nRows, const ScConstMatrixRef& pMat, const formula::FormulaToken* pUL );
H A Dtoken.hxx304 ScMatrixCellResultToken( const ScConstMatrixRef& pMat, const formula::FormulaToken* pUL );
330 …ulaCellToken( SCCOL nC, SCROW nR, const ScConstMatrixRef& pMat, const formula::FormulaToken* pUL );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dformularesult.hxx218 …Matrix( SCCOL nCols, SCROW nRows, const ScConstMatrixRef& pMat, const formula::FormulaToken* pUL );
H A Dtoken.hxx302 ScMatrixCellResultToken( const ScConstMatrixRef& pMat, const formula::FormulaToken* pUL );
328 …ulaCellToken( SCCOL nC, SCROW nR, const ScConstMatrixRef& pMat, const formula::FormulaToken* pUL );
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s ) in pUL() function
117 pUL( s ) in pUL()
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s ) in pUL() function
117 pUL( s ) in pUL()
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s ) in pUL() function
117 pUL( s ) in pUL()
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s ) in pUL() function
117 pUL( s ) in pUL()
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s ) in pUL() function
117 pUL( s ) in pUL()
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s ) in pUL() function
117 pUL( s ) in pUL()
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s ) in pUL() function
117 pUL( s ) in pUL()
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s )
117 pUL( s )
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk.c115 pUL( char *s )
117 pUL( s )
354 { "-user-lexer", 0, pUL, "Do not create a DLG-based scanner"},

123