Home
last modified time | relevance | path

Searched refs:pstart (Results 1 – 25 of 2060) sorted by relevance

12345678910>>...83

/dports/math/scalapack/scalapack-2.1.0/TOOLS/
H A DSL_gridreshape.c4 int SL_Cgridreshape(ctxt, pstart, row_major_in, row_major_out, P, Q) in SL_Cgridreshape() argument
5 int ctxt, pstart, row_major_in, row_major_out, P, Q; in SL_Cgridreshape()
12 if (Np+pstart > P0*Q0)
27 g[(i%Q)*P+i/Q] = Cblacs_pnum(ctxt, (pstart+i)/Q0, (pstart+i)%Q0);
30 g[i] = Cblacs_pnum(ctxt, (pstart+i)/Q0, (pstart+i)%Q0);
36 g[(i%Q)*P+i/Q] = Cblacs_pnum(ctxt, (pstart+i)%P0, (pstart+i)/P0);
39 g[i] = Cblacs_pnum(ctxt, (pstart+i)%P0, (pstart+i)/P0);
49 int *ctxt, *pstart, *row_major_in, *row_major_out, *P, *Q; in sl_gridreshape_()
56 int *ctxt, *pstart, *row_major_in, *row_major_out, *P, *Q; in SL_GRIDRESHAPE()
63 int *ctxt, *pstart, *row_major_in, *row_major_out, *P, *Q; in sl_gridreshape__()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dpoly.c226 pstart[0] = ((INT64)v1->p[0] << 16) | 0x8000; in FUNC_NAME()
231 pstart[1] = ((INT64)v1->p[1] << 16) | 0x8000; in FUNC_NAME()
236 pstart[2] = ((INT64)v1->p[2] << 16) | 0x8000; in FUNC_NAME()
241 pstart[3] = ((INT64)v1->p[3] << 16) | 0x8000; in FUNC_NAME()
246 pstart[4] = ((INT64)v1->p[4] << 16) | 0x8000; in FUNC_NAME()
251 pstart[5] = ((INT64)v1->p[5] << 16) | 0x8000; in FUNC_NAME()
320 if (NUM_PARAMS >= 0) pstart[0] += pdelta[0]; in FUNC_NAME()
321 if (NUM_PARAMS >= 1) pstart[1] += pdelta[1]; in FUNC_NAME()
322 if (NUM_PARAMS >= 2) pstart[2] += pdelta[2]; in FUNC_NAME()
323 if (NUM_PARAMS >= 3) pstart[3] += pdelta[3]; in FUNC_NAME()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dpoly.c226 pstart[0] = ((INT64)v1->p[0] << 16) | 0x8000; in FUNC_NAME()
231 pstart[1] = ((INT64)v1->p[1] << 16) | 0x8000; in FUNC_NAME()
236 pstart[2] = ((INT64)v1->p[2] << 16) | 0x8000; in FUNC_NAME()
241 pstart[3] = ((INT64)v1->p[3] << 16) | 0x8000; in FUNC_NAME()
246 pstart[4] = ((INT64)v1->p[4] << 16) | 0x8000; in FUNC_NAME()
251 pstart[5] = ((INT64)v1->p[5] << 16) | 0x8000; in FUNC_NAME()
320 if (NUM_PARAMS >= 0) pstart[0] += pdelta[0]; in FUNC_NAME()
321 if (NUM_PARAMS >= 1) pstart[1] += pdelta[1]; in FUNC_NAME()
322 if (NUM_PARAMS >= 2) pstart[2] += pdelta[2]; in FUNC_NAME()
323 if (NUM_PARAMS >= 3) pstart[3] += pdelta[3]; in FUNC_NAME()
[all …]
/dports/devel/ga/ga-5.8/armci/src/locks/
H A Dmemlock.c64 bgml_lockmem(pstart, pend, proc); in armci_lockmem_()
141 register void* pstart, *pend; in armci_lockmem()
179 pstart = ALIGN_ADDRESS(start); in armci_lockmem()
182 pstart=start; in armci_lockmem()
190 pstart = armci_shmalloc_remote_addr(pstart, proc); in armci_lockmem()
191 pend = (char*)pstart + bytes; in armci_lockmem()
196 pstart = shmem_ptr(pstart,armci_me); in armci_lockmem()
216 if(pstart >= start_addr && pstart <= end_addr) {seg_id=i; break;} in armci_lockmem()
221 pstart = ((char*)pstart + offset); in armci_lockmem()
244 if( (pstart >= table[slot].start && pstart <= table[slot].end) in armci_lockmem()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/core/parser/
H A Dparse_identity.c56 int movetomybuffer (char *pstart, in movetomybuffer() argument
65 if (!(ib->hash.s=pkg_malloc(phashend-pstart))) { in movetomybuffer()
71 memcpy(ib->hash.s, pstart, ib->hash.len); in movetomybuffer()
79 char *p=NULL, *pstart=NULL; in parse_identity() local
87 *buffer == '"' ? (pstart = buffer + 1) : (pstart = buffer); in parse_identity()
89 ib->hash.s=pstart; in parse_identity()
92 for (p = pstart; p < end; p++) { in parse_identity()
107 if (!ib->ballocated && (movetomybuffer(pstart, end, p-1, ib))) in parse_identity()
115 if (!ib->ballocated && (movetomybuffer(pstart, end, p-1, ib))) in parse_identity()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopt_5.c5 void foo (char *pstart, int n) in foo() argument
8 char *pend = pstart + n; in foo()
10 for (p = pstart; p < pend; p++) in foo()
14 void foo1 (char *pstart, int n) in foo1() argument
17 char *pend = pstart + n; in foo1()
19 for (p = pstart; p != pend; p++) in foo1()
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/arm/
H A Dunwind-arm-vxworks.c50 __EIT_entry *pstart = 0; in __gnu_Unwind_Find_exidx() local
56 (void **) &pstart, (void **) &pend); in __gnu_Unwind_Find_exidx()
58 if (!pstart) in __gnu_Unwind_Find_exidx()
60 pstart = &__exidx_start; in __gnu_Unwind_Find_exidx()
64 *nrec = pend - pstart; in __gnu_Unwind_Find_exidx()
66 return pstart; in __gnu_Unwind_Find_exidx()
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/arm/
H A Dunwind-arm-vxworks.c50 __EIT_entry *pstart = 0; in __gnu_Unwind_Find_exidx() local
56 (void **) &pstart, (void **) &pend); in __gnu_Unwind_Find_exidx()
58 if (!pstart) in __gnu_Unwind_Find_exidx()
60 pstart = &__exidx_start; in __gnu_Unwind_Find_exidx()
64 *nrec = pend - pstart; in __gnu_Unwind_Find_exidx()
66 return pstart; in __gnu_Unwind_Find_exidx()

12345678910>>...83