Home
last modified time | relevance | path

Searched refs:ptrs1 (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/ga/ga-5.8/armci/testing/
H A Dtest_mt.c79 void **ptrs1, **ptrs2; variable
248 ptrs1 = calloc(th_size, sizeof(void *)); in main()
249 assert(ptrs1); in main()
294 cbufl += sprintf(cbuf + cbufl, " %p", ptrs1[i]); in thread_main()
303 init_array(th_idx, ptrs1[TH_ME]); in thread_main()
451 src = &AELEM(ptrs1[rem_th], TH_ME, i, 0); in test_pairs()
492 init_array(th_idx, ptrs1[TH_ME]); in test_PutGetAcc()
501 src = &AELEM(ptrs1[a], b, i, 0); /* a.ptrs1[b] */ in test_PutGetAcc()
525 init_array(th_idx, ptrs1[TH_ME]); in test_PutGetAcc()
534 src = &AELEM(ptrs1[b], a, i, 0); /* b.ptrs1[a] */ in test_PutGetAcc()
[all …]
/dports/devel/csmith/csmith-2.3.0/src/
H A DExpressionComma.cpp106 vector<const ExpressionVariable*> ptrs1 = lhs.get_dereferenced_ptrs(); in get_dereferenced_ptrs() local
108 ptrs1.insert(ptrs1.end(), ptrs2.begin(), ptrs2.end()); in get_dereferenced_ptrs()
109 return ptrs1; in get_dereferenced_ptrs()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dsaverestore.cpp147 uint32_t ptrs1=0; in writeNewRecordHeader() local
149 xdr_uint32_t(xdrs, &ptrs1); //-8 in writeNewRecordHeader()
1591 uint32_t ptrs0, ptrs1; in gdl_restore() local
1621 if (!xdr_uint32_t(xdrs, &ptrs1)) break; in gdl_restore()
1624 if (ptrs1 > 0) in gdl_restore()
1626 DULong64 tmp = ptrs1; in gdl_restore()
1803 if (!xdr_uint32_t(xdrs, &ptrs1)) break; in gdl_restore()
1806 if (ptrs1 > 0) in gdl_restore()
1808 DULong64 tmp = ptrs1; in gdl_restore()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dmalloc.c1059 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1060 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1061 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dmalloc.c1054 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1055 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1056 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dmalloc.c1062 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1063 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1064 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dmalloc.c1060 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1061 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1062 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dmalloc.c1059 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1060 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1061 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dmalloc.c1060 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1061 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1062 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dmalloc.c1059 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1060 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1061 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dmalloc.c1062 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1063 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1064 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dmalloc.c1059 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1060 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1061 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dmalloc.c1059 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1060 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1061 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dmalloc.c1062 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1063 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1064 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dmalloc.c1059 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1060 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1061 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dmalloc.c1062 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1063 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1064 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dmalloc.c1060 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1061 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1062 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dmalloc.c1062 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1063 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1064 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dmalloc.c1062 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local
1063 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()
1064 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dengine.c14414 char *ptrs1[4]; in hashing_08400() local
14416 ptrs1[0] = (char *) &plains1[0].buf; in hashing_08400()
14417 ptrs1[1] = (char *) &plains1[1].buf; in hashing_08400()
14418 ptrs1[2] = (char *) &plains1[2].buf; in hashing_08400()
14419 ptrs1[3] = (char *) &plains1[3].buf; in hashing_08400()
15089 uint32_t *ptrs1[4]; in hashing_11200() local
15128 ptrs1[i][0] = dgst[i].buf.sha1[0]; in hashing_11200()
15129 ptrs1[i][1] = dgst[i].buf.sha1[1]; in hashing_11200()
15130 ptrs1[i][2] = dgst[i].buf.sha1[2]; in hashing_11200()
15131 ptrs1[i][3] = dgst[i].buf.sha1[3]; in hashing_11200()
[all …]
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h23174 ptrs1 = (unsigned int)mp.opcode[4] + 1,
27827 *ptrs0+=7*err0; *ptrs1+=7*err1;
27842 const T *ptrs0 = data(0,y + 1,z,0), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd;
27848 *ptrs0 = cache_current, *ptrs1 = ptrs0 + cwhd, *ptrs2 = ptrs1 + cwhd,
27958 for (const T *ptrs0 = data(0,y,z), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd,
31827 my = cimg::mod((float)*(ptrs1++),h2);
31864 my = cimg::mod((float)*(ptrs1++),h2);
31945 Y = y + (int)cimg::round(*(ptrs1++)),
31966 Y = (int)cimg::round(*(ptrs1++)),
32120 my = cimg::mod((float)*(ptrs1++),h2),
[all …]
/dports/multimedia/zart/gmic-2.8.1/src/
H A DCImg.h25299 ptrs1 = (unsigned int)mp.opcode[4] + 1,
30107 *ptrs0+=7*err0; *ptrs1+=7*err1;
30122 const T *ptrs0 = data(0,y + 1,z,0), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd;
30128 *ptrs0 = cache_current, *ptrs1 = ptrs0 + cwhd, *ptrs2 = ptrs1 + cwhd,
30241 for (const T *ptrs0 = data(0,y,z), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd,
34183 my = cimg::mod((float)*(ptrs1++),h2);
34219 my = cimg::mod((float)*(ptrs1++),h2);
34301 Y = y + (int)cimg::round(*(ptrs1++)),
34322 Y = (int)cimg::round(*(ptrs1++)),
34478 my = cimg::mod((float)*(ptrs1++),h2),
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h23023 ptrs1 = (unsigned int)mp.opcode[4] + 1,
27811 *ptrs0+=7*err0; *ptrs1+=7*err1;
27826 const T *ptrs0 = data(0,y + 1,z,0), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd;
27832 *ptrs0 = cache_current, *ptrs1 = ptrs0 + cwhd, *ptrs2 = ptrs1 + cwhd,
27942 for (const T *ptrs0 = data(0,y,z), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd,
31811 my = cimg::mod((float)*(ptrs1++),h2);
31848 my = cimg::mod((float)*(ptrs1++),h2);
31929 Y = y + (int)cimg::round(*(ptrs1++)),
31950 Y = (int)cimg::round(*(ptrs1++)),
32104 my = cimg::mod((float)*(ptrs1++),h2),
[all …]
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h26285 *ptrs1 = &_mp_arg(3) + 1,
26363 ptrs1 = (unsigned int)mp.opcode[4] + 1,
31789 *ptrs0+=7*err0; *ptrs1+=7*err1;
31804 const T *ptrs0 = data(0,y + 1,z,0), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd;
31810 *ptrs0 = cache_current, *ptrs1 = ptrs0 + cwhd, *ptrs2 = ptrs1 + cwhd,
31923 for (const T *ptrs0 = data(0,y,z), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd,
35915 my = cimg::mod((float)*(ptrs1++),h2);
35951 my = cimg::mod((float)*(ptrs1++),h2);
36033 Y = y + (int)cimg::round(*(ptrs1++)),
36054 Y = (int)cimg::round(*(ptrs1++)),
[all …]
/dports/graphics/gmic/gmic-3.0.0/src/
H A DCImg.h26957 *ptrs1 = &_mp_arg(3) + 1,
27035 ptrs1 = (unsigned int)mp.opcode[4] + 1,
32530 *ptrs0+=7*err0; *ptrs1+=7*err1;
32545 const T *ptrs0 = data(0,y + 1,z,0), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd;
32551 *ptrs0 = cache_current, *ptrs1 = ptrs0 + cwhd, *ptrs2 = ptrs1 + cwhd,
32664 for (const T *ptrs0 = data(0,y,z), *ptrs1 = ptrs0 + whd, *ptrs2 = ptrs1 + whd,
36683 my = cimg::mod((float)*(ptrs1++),h2);
36719 my = cimg::mod((float)*(ptrs1++),h2);
36801 Y = y + (int)cimg::round(*(ptrs1++)),
36822 Y = (int)cimg::round(*(ptrs1++)),
[all …]

1234