Home
last modified time | relevance | path

Searched refs:ptrtmp (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dswap.c8 int32_t *ptrtmp = (int32_t *)ptr; in swap4byte() local
11 ptrtmp[i] = (((ptrtmp[i] >> 24) & 0x00ff) | ((ptrtmp[i] & 0x00ff) << 24) | in swap4byte()
12 ((ptrtmp[i] >> 8) & 0xff00) | ((ptrtmp[i] & 0xff00) << 8)); in swap4byte()
17 int64_t *ptrtmp = (int64_t *)ptr; in swap8byte() local
20 ptrtmp[i] = (((ptrtmp[i] >> 56) & 0x000000ff) | ((ptrtmp[i] & 0x000000ff) << 56) | in swap8byte()
21 ((ptrtmp[i] >> 40) & 0x0000ff00) | ((ptrtmp[i] & 0x0000ff00) << 40) | in swap8byte()
22 ((ptrtmp[i] >> 24) & 0x00ff0000) | ((ptrtmp[i] & 0x00ff0000) << 24) | in swap8byte()
23 ((ptrtmp[i] >> 8) & 0xff000000) | ((ptrtmp[i] & 0xff000000) << 8)); in swap8byte()
/dports/games/greed/greed-4.2/
H A Dgreed.c545 for (ptrtmp=toplist; ptrtmp < eof; ptrtmp++) in topscores()
546 ptrtmp->score = 0; in topscores()
551 for (ptrtmp=toplist; ptrtmp < eof; ptrtmp++) in topscores()
553 if (newscore > ptrtmp->score) break; in topscores()
558 *ptrtmp = *(ptrtmp-1); in topscores()
559 ptrtmp--; in topscores()
586 for (ptrtmp=toplist; ptrtmp < eof && ptrtmp->score; ptrtmp++, count++) { in topscores()
589 if (ptrtmp == new && boldon) in topscores()
591 (void)localtime_r(&ptrtmp->time, &when); in topscores()
596 ptrtmp->score, in topscores()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_ComputeKronrodPointsAndWeights.cxx76 Standard_Real *ptrtmp; in math_ComputeKronrodPointsAndWeights() local
97 ptrtmp = t; in math_ComputeKronrodPointsAndWeights()
99 s = ptrtmp; in math_ComputeKronrodPointsAndWeights()
124 ptrtmp = t; in math_ComputeKronrodPointsAndWeights()
126 s = ptrtmp; in math_ComputeKronrodPointsAndWeights()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/
H A Dptr.cpp253 DataPtr ptrtmp(wptrtmp); in run() local
255 QVERIFY(!ptrtmp.isNull()); in run()
257 DataPtr ptrtmp2(ptrtmp); in run()
258 ptrtmp.reset(); in run()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsymtab-thunks.cc302 tree ptrtmp; in thunk_adjust() local
305 ptrtmp = ptr; in thunk_adjust()
308 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
309 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
313 ptrtmp, fixed_offset); in thunk_adjust()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsymtab-thunks.cc302 tree ptrtmp; in thunk_adjust() local
305 ptrtmp = ptr; in thunk_adjust()
308 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
309 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
313 ptrtmp, fixed_offset); in thunk_adjust()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsymtab-thunks.cc302 tree ptrtmp; in thunk_adjust() local
305 ptrtmp = ptr; in thunk_adjust()
308 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
309 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
313 ptrtmp, fixed_offset); in thunk_adjust()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsymtab-thunks.cc302 tree ptrtmp; in thunk_adjust() local
305 ptrtmp = ptr; in thunk_adjust()
308 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
309 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
313 ptrtmp, fixed_offset); in thunk_adjust()
/dports/cad/pcb/pcb-4.2.0/src/
H A Daction.c1945 void *ptrtmp; in ActionFlip() local
1954 &ptrtmp, &ptrtmp, &ptrtmp)) != NO_TYPE) in ActionFlip()
2849 void *ptrtmp; in ActionDisplay() local
2855 &ptrtmp, &ptrtmp)) != NO_TYPE) in ActionDisplay()
5813 void *ptrtmp; in ActionSaveTo() local
5818 &ptrtmp, &ptrtmp, &ptrtmp)) != NO_TYPE) in ActionSaveTo()
6289 &ptrtmp, &ptr3, in ActionUndo()
6320 &ptrtmp, in ActionUndo()
6348 &ptrtmp, in ActionUndo()
8050 void *ptrtmp; in ActionAttributes() local
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcgraphunit.c1355 tree ptrtmp; in thunk_adjust() local
1358 ptrtmp = ptr; in thunk_adjust()
1361 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1362 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1366 ptrtmp, fixed_offset); in thunk_adjust()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcgraphunit.c1434 tree ptrtmp; in thunk_adjust() local
1437 ptrtmp = ptr; in thunk_adjust()
1440 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1441 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1445 ptrtmp, fixed_offset); in thunk_adjust()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcgraphunit.c1355 tree ptrtmp; in thunk_adjust() local
1358 ptrtmp = ptr; in thunk_adjust()
1361 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1362 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1366 ptrtmp, fixed_offset); in thunk_adjust()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcgraphunit.c1559 tree ptrtmp; in thunk_adjust() local
1562 ptrtmp = ptr; in thunk_adjust()
1565 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1566 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1570 ptrtmp, fixed_offset); in thunk_adjust()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcgraphunit.c1559 tree ptrtmp; in thunk_adjust() local
1562 ptrtmp = ptr; in thunk_adjust()
1565 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1566 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1570 ptrtmp, fixed_offset); in thunk_adjust()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraphunit.c1698 tree ptrtmp; in thunk_adjust() local
1701 ptrtmp = ptr; in thunk_adjust()
1704 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1705 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1709 ptrtmp, fixed_offset); in thunk_adjust()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcgraphunit.c1698 tree ptrtmp; in thunk_adjust() local
1701 ptrtmp = ptr; in thunk_adjust()
1704 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1705 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1709 ptrtmp, fixed_offset); in thunk_adjust()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraphunit.c1698 tree ptrtmp; in thunk_adjust() local
1701 ptrtmp = ptr; in thunk_adjust()
1704 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1705 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1709 ptrtmp, fixed_offset); in thunk_adjust()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcgraphunit.c1698 tree ptrtmp; in thunk_adjust() local
1701 ptrtmp = ptr; in thunk_adjust()
1704 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1705 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1709 ptrtmp, fixed_offset); in thunk_adjust()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraphunit.c1698 tree ptrtmp; in thunk_adjust() local
1701 ptrtmp = ptr; in thunk_adjust()
1704 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1705 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1709 ptrtmp, fixed_offset); in thunk_adjust()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcgraphunit.c1698 tree ptrtmp; in thunk_adjust() local
1701 ptrtmp = ptr; in thunk_adjust()
1704 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1705 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1709 ptrtmp, fixed_offset); in thunk_adjust()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dustring.cpp1416 const char *ptrtmp = p_utf8; in parse_utf8() local
1419 while (ptrtmp != ptrtmp_limit && *ptrtmp) { in parse_utf8()
1423 uint8_t c = *ptrtmp >= 0 ? *ptrtmp : uint8_t(256 + *ptrtmp); in parse_utf8()
1457 ptrtmp++; in parse_utf8()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dustring.cpp1416 const char *ptrtmp = p_utf8; in parse_utf8() local
1419 while (ptrtmp != ptrtmp_limit && *ptrtmp) { in parse_utf8()
1423 uint8_t c = *ptrtmp >= 0 ? *ptrtmp : uint8_t(256 + *ptrtmp); in parse_utf8()
1457 ptrtmp++; in parse_utf8()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcgraphunit.c1745 tree ptrtmp; in thunk_adjust() local
1748 ptrtmp = ptr; in thunk_adjust()
1751 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1752 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1756 ptrtmp, fixed_offset); in thunk_adjust()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcgraphunit.c1846 tree ptrtmp; in thunk_adjust() local
1849 ptrtmp = ptr; in thunk_adjust()
1852 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1853 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1857 ptrtmp, fixed_offset); in thunk_adjust()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcgraphunit.c1849 tree ptrtmp; in thunk_adjust() local
1852 ptrtmp = ptr; in thunk_adjust()
1855 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1856 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1860 ptrtmp, fixed_offset); in thunk_adjust()

12