Home
last modified time | relevance | path

Searched refs:arrp (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/math/ggobi/ggobi-2.1.11/src/
H A Darray.c29 arrp->nrows = arrp->ncols = 0; in arrayd_init_null()
48 arrp->nrows = arrp->ncols = 0; in arrayd_free()
74 if ((arrp->nrows != 0) || (arrp->ncols != 0)) in arrayd_alloc()
90 if ((arrp->nrows != 0) || (arrp->ncols != 0)) { in arrayd_alloc_zero()
215 arrp->nrows = arrp->ncols = 0; in arrayf_init_null()
234 arrp->nrows = arrp->ncols = 0; in arrayf_free()
260 if ((arrp->nrows != 0) || (arrp->ncols != 0)) in arrayf_alloc()
401 arrp->nrows = arrp->ncols = 0; in arrays_init_null()
447 if (arrp->nrows != 0 || arrp->ncols != 0) in arrays_alloc()
577 arrp->nrows = arrp->ncols = 0; in arrayl_init_null()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkArray.h268 assert(!*arrp || (*arrp)->size != 0xdeadbeef); \
270 assert(!*arrp || ((*arrp)->size = 0xdeadbeef)); \
276 *arrp = ckrealloc(*arrp, memSize); \
303 oldCapacity = *arrp ? (*arrp)->capacity : 0; \
329 AT##_Resize(arrp, (*arrp)->capacity + ((*arrp)->capacity + 1)/2); \
331 (*arrp)->buf[(*arrp)->size++] = *elem; \
481 assert(!*arrp || ((*arrp)->size = 0xdeadbeef)); \
487 *arrp = ckrealloc(*arrp, memSize); \
514 oldCapacity = *arrp ? (*arrp)->capacity : 0; \
538 AT##_Resize(arrp, (*arrp)->capacity + ((*arrp)->capacity + 1)/2); \
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkArray.h268 assert(!*arrp || (*arrp)->size != 0xdeadbeef); \
270 assert(!*arrp || ((*arrp)->size = 0xdeadbeef)); \
276 *arrp = (AT *)ckrealloc(*arrp, memSize); \
303 oldCapacity = *arrp ? (*arrp)->capacity : 0; \
329 AT##_Resize(arrp, (*arrp)->capacity + ((*arrp)->capacity + 1)/2); \
331 (*arrp)->buf[(*arrp)->size++] = *elem; \
481 assert(!*arrp || ((*arrp)->size = 0xdeadbeef)); \
487 *arrp = (AT *)ckrealloc(*arrp, memSize); \
514 oldCapacity = *arrp ? (*arrp)->capacity : 0; \
538 AT##_Resize(arrp, (*arrp)->capacity + ((*arrp)->capacity + 1)/2); \
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_array/
H A Darray.c59 return arrp; in calloc_double()
73 int * arrp; in calloc_int() local
78 return arrp; in calloc_int()
88 return arrp; in calloc_size_t()
199 return arrp; in dzeros()
212 return arrp; in izeros()
227 return arrp; in dones()
242 return arrp; in drandu()
258 return arrp; in darray_val()
280 return arrp; in linspace()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dnopt.pas312 arrp : tarrayconstructornode;
318 arrp:=nil;
331 arrp:=carrayconstructornode.create(sn,arrp);
341 arrp:=carrayconstructornode.create(sn,arrp);
349 arrp,
385 arrp,
439 arrp:=nil;
444 arrp:=carrayconstructornode.create(sn,arrp);
448 arrp:=carrayconstructornode.create(sn,arrp);
456 arrp,
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dnopt.pas312 arrp : tarrayconstructornode;
318 arrp:=nil;
331 arrp:=carrayconstructornode.create(sn,arrp);
341 arrp:=carrayconstructornode.create(sn,arrp);
349 arrp,
385 arrp,
439 arrp:=nil;
444 arrp:=carrayconstructornode.create(sn,arrp);
448 arrp:=carrayconstructornode.create(sn,arrp);
456 arrp,
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dnopt.pas312 arrp : tarrayconstructornode;
318 arrp:=nil;
331 arrp:=carrayconstructornode.create(sn,arrp);
341 arrp:=carrayconstructornode.create(sn,arrp);
349 arrp,
385 arrp,
439 arrp:=nil;
444 arrp:=carrayconstructornode.create(sn,arrp);
448 arrp:=carrayconstructornode.create(sn,arrp);
456 arrp,
[all …]
/dports/astro/siril/siril/subprojects/wcslib/
H A Dwcsutil.c291 int *arrp; in wcsutil_setBit() local
297 for (arrp = array; arrp < array + nelem; arrp++) { in wcsutil_setBit()
298 *arrp |= bits; in wcsutil_setBit()
303 for (arrp = array; arrp < array + nelem; arrp++) { in wcsutil_setBit()
304 if (*(sel++)) *arrp |= bits; in wcsutil_setBit()
/dports/games/tads/tads-3.0.8/tads3/
H A Dmsgcomp.cpp281 msg_t **arrp; in main() local
706 for (cur_msg = first_msg, arrp = msg_array ; cur_msg != 0 ; in main()
707 cur_msg = cur_msg->nxt_, ++arrp) in main()
708 *arrp = cur_msg; in main()
734 for (arrp = msg_array, i = 0 ; i < msg_count ; ++i, ++arrp) in main()
740 short_len = strlen((*arrp)->short_msg_); in main()
741 long_len = strlen((*arrp)->long_msg_); in main()
747 oswp4(writebuf, (*arrp)->id_); in main()
756 || osfwb(fpout, (*arrp)->short_msg_, short_len) in main()
757 || osfwb(fpout, (*arrp)->long_msg_, long_len)) in main()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/tokenize/
H A Dwordgraph.c58 void gwordlist_append(Gword ***arrp, Gword *p) in gwordlist_append() argument
60 size_t n = gwordlist_len((const Gword **)*arrp); in gwordlist_append()
62 *arrp = gwordlist_resize(*arrp, n); in gwordlist_append()
63 (*arrp)[n] = p; in gwordlist_append()
90 static void wordlist_replace(Gword ***arrp, size_t start, size_t count,
93 size_t n = gwordlist_len((const Gword **)(*arrp+start+count));
95 memmove(*arrp+start+1, *arrp+start+count, (n+1) * sizeof(Gword *));
96 (*arrp)[start] = (Gword *)wnew;
/dports/cad/irsim/irsim-9.7.110/other/h2a/
H A DHist.c59 register phist *arrp, p; in sortAndPrint() local
71 for( arrp = data, p = theHistory.first; p != NULL; p = p->next ) in sortAndPrint()
73 *arrp++ = p; in sortAndPrint()
76 *arrp = NULL; in sortAndPrint()
80 for( arrp = data; (p = *arrp) != NULL; arrp++ ) in sortAndPrint()
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcsutil.c329 for (int *arrp = array; arrp < array + nelem; arrp++) { in wcsutil_setBit() local
330 *arrp |= bits; in wcsutil_setBit()
335 for (int *arrp = array; arrp < array + nelem; arrp++) { in wcsutil_setBit() local
336 if (*(sel++)) *arrp |= bits; in wcsutil_setBit()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcsutil.c329 for (int *arrp = array; arrp < array + nelem; arrp++) { in wcsutil_setBit() local
330 *arrp |= bits; in wcsutil_setBit()
335 for (int *arrp = array; arrp < array + nelem; arrp++) { in wcsutil_setBit() local
336 if (*(sel++)) *arrp |= bits; in wcsutil_setBit()
/dports/biology/p5-AcePerl/AcePerl-1.92/acelib/
H A Dfreesubs.c970 if (a && text >= arrp(a,0,char) && text < arrp(a,arrayMax(a),char)) in freeprotect()
971 { base = text - arrp(a,0,char) ; in freeprotect()
973 text = arrp(a,0,char) + base ; /* may have relocated */ in freeprotect()
982 cq = arrp (a, base, char) ; in freeprotect()
993 return arrp (a, base, char) ; in freeprotect()
1004 if (a && text >= arrp(a,0,char) && text < arrp(a,arrayMax(a),char)) in freejavaprotect()
1005 { base = text - arrp(a,0,char) ; in freejavaprotect()
1007 text = arrp(a,0,char) + base ; /* may have relocated */ in freejavaprotect()
1016 cq = arrp (a, base, char) ; in freejavaprotect()
1058 return arrp (a, base, char) ; in freejavaprotect()
/dports/x11-wm/awesome/awesome-4.3/common/
H A Darray.h69 static inline void pfx##_array_delete(pfx##_array_t **arrp) { \
70 if (*arrp) { \
71 pfx##_array_wipe(*arrp); \
72 p_delete(arrp); \
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/collector/
H A D_utils.h68 …static inline void pfx##_array_delete(pfx##_array_t* arrp) …
70 …pfx##_array_wipe(arrp); …
71 …p_delete(arrp); …
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/SLPVectorizer/X86/
H A Dhorizontal-minmax.ll9 @arrp = local_unnamed_addr global [32 x i32*] zeroinitializer, align 16
619 ; THRESH-NEXT: [[TMP2:%.*]] = load <2 x i32*>, <2 x i32*>* bitcast ([32 x i32*]* @arrp to <2 x i…
624 …*]] = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 2), ali…
644 …%2 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 0), alig…
645 …%3 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 1), alig…
648 …%6 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 2), alig…
651 …%9 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 3), alig…
654 …%12 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 4), ali…
657 …%15 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 5), ali…
660 …%18 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 6), ali…
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/SLPVectorizer/X86/
H A Dhorizontal-minmax.ll9 @arrp = local_unnamed_addr global [32 x i32*] zeroinitializer, align 16
619 ; THRESH-NEXT: [[TMP2:%.*]] = load <2 x i32*>, <2 x i32*>* bitcast ([32 x i32*]* @arrp to <2 x i…
624 …*]] = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 2), ali…
644 …%2 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 0), alig…
645 …%3 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 1), alig…
648 …%6 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 2), alig…
651 …%9 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 3), alig…
654 …%12 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 4), ali…
657 …%15 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 5), ali…
660 …%18 = load i32*, i32** getelementptr inbounds ([32 x i32*], [32 x i32*]* @arrp, i64 0, i64 6), ali…
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/sparc/
H A D20160229-1.c136 float *arrp[1]; in main() local
143 write_xpm (0, 0, "", "", "", "", 0, 0, arrf, arrf, arrp, 0.0f, 0.0f, lo, hi); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/sparc/
H A D20160229-1.c136 float *arrp[1]; in main() local
143 write_xpm (0, 0, "", "", "", "", 0, 0, arrf, arrf, arrp, 0.0f, 0.0f, lo, hi); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/sparc/
H A D20160229-1.c136 float *arrp[1]; in main() local
143 write_xpm (0, 0, "", "", "", "", 0, 0, arrf, arrf, arrp, 0.0f, 0.0f, lo, hi); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A D20160229-1.c136 float *arrp[1]; in main() local
143 write_xpm (0, 0, "", "", "", "", 0, 0, arrf, arrf, arrp, 0.0f, 0.0f, lo, hi); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/sparc/
H A D20160229-1.c136 float *arrp[1]; in main() local
143 write_xpm (0, 0, "", "", "", "", 0, 0, arrf, arrf, arrp, 0.0f, 0.0f, lo, hi); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/sparc/
H A D20160229-1.c136 float *arrp[1]; in main() local
143 write_xpm (0, 0, "", "", "", "", 0, 0, arrf, arrf, arrp, 0.0f, 0.0f, lo, hi); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A D20160229-1.c136 float *arrp[1]; in main() local
143 write_xpm (0, 0, "", "", "", "", 0, 0, arrf, arrf, arrp, 0.0f, 0.0f, lo, hi); in main()

12345678910