Home
last modified time | relevance | path

Searched refs:numents (Results 1 – 25 of 147) sorted by relevance

123456

/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dworld.h21 int numents; member
40 int numents; member
59 int numents; member
69 int numents; member
79 int worldsize, numents, numpvs, lightmaps, blendmap, numvslots; member
86 int worldsize, numents, numpvs, lightmaps, blendmap; member
93 int worldsize, numents, numpvs, lightmaps, blendmap; member
100 int worldsize, numents, numpvs, lightmaps; member
107 int worldsize, numents, lightmaps; member
/dports/games/freesweep/freesweep-1.0.2/
H A Dpbests.c77 bfd->numents = 0; in NewBFD()
112 unsigned int numents = 0; in Unpack() local
119 fscanf(abyss, "%u\n", &numents); in Unpack()
121 if (numents == 0) /* uh oh, first time */ in Unpack()
133 bfd->numents = numents; /* yes, this could be zero */ in Unpack()
157 for (i = 0; i < bfd->numents; i++) in Unpack()
240 for (i = 0; i < bfd->numents; i++) in InsertEntry()
265 bfd->ents[bfd->numents].area = n->area; in InsertEntry()
299 bfdnum = bfd->numents + 1; in Pack()
303 bfdnum = bfd->numents; in Pack()
[all …]
H A Dfgui.c100 farray[0].numents = count; in CreateFileBuf()
104 sort = (char**)xmalloc(sizeof(char*) * farray[0].numents); in CreateFileBuf()
116 qsort(sort, farray[0].numents, sizeof(char*), qstrcmp); in CreateFileBuf()
161 for (i = 0; i < head[0].numents; i++) in DestroyFileBuf()
259 if (cursor < (nlines - 3) && cursor < fb[0].numents) in Choose()
263 else if (find != fb[0].numents - (nlines-3) && in Choose()
264 fb[0].numents > nlines-3) in Choose()
310 for (i = 0; i < amount && i+find < fb[0].numents; i++) in Display()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/xmos/
H A Dtest5.c20 unsigned int numents, numalloc, i; in main() local
24 numents = numalloc = 0; in main()
37 numents = 0; in main()
39 &entries, &numents, &numalloc); in main()
40 for (i = 0; i < numents; i++) in main()
H A Dtest4.c20 unsigned int numents, numalloc, i; in main() local
25 numents = numalloc = 0; in main()
39 &entries, &numents, &numalloc); in main()
40 for (i = 0; i < numents; i++) in main()
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dlookup.cpp396 while (ind->numents == 0 && ind->pu.fp != NULL) in linit()
410 if (ind->numents == 0) in linit()
412 ind->numents++; in linit()
423 if (!viazero && ind->numents >= MAXSEARCH in linit()
438 ind->numents = 0; in linit()
473 if (ind->numents == 0) in linit()
475 ind->numents++; in linit()
486 if (!viazero && ind->numents >= MAXSEARCH in linit()
500 ind->numents = 0; in linit()
668 else if (indexp->numents)
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dworld.h24 int numents; member
43 int numents; member
62 int numents; member
71 int worldsize, numents, numpvs, lightmaps, blendmap; member
78 int worldsize, numents, numpvs, lightmaps, blendmap; member
85 int worldsize, numents, numpvs, lightmaps; member
92 int worldsize, numents, lightmaps; member
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/tools/
H A Dunmunch.cxx163 int numents = 0; in parse_aff_file() local
200 numents = atoi(piece); in parse_aff_file()
201 if ((numents <= 0) || ((std::numeric_limits<size_t>::max() / in parse_aff_file()
203 fprintf(stderr, "Error: too many entries: %d\n", numents); in parse_aff_file()
204 numents = 0; in parse_aff_file()
206 ptr = (struct affent*)malloc(numents * sizeof(struct affent)); in parse_aff_file()
209 fprintf(stderr, "parsing %c entries %d\n", achar, numents); in parse_aff_file()
222 for (j = 0; j < numents; j++) { in parse_aff_file()
288 ptable[numpfx].num = numents; in parse_aff_file()
294 stable[numsfx].num = numents; in parse_aff_file()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/tools/
H A Dunmunch.cxx163 int numents = 0; in parse_aff_file() local
200 numents = atoi(piece); in parse_aff_file()
201 if ((numents <= 0) || ((std::numeric_limits<size_t>::max() / in parse_aff_file()
203 fprintf(stderr, "Error: too many entries: %d\n", numents); in parse_aff_file()
204 numents = 0; in parse_aff_file()
206 ptr = (struct affent*)malloc(numents * sizeof(struct affent)); in parse_aff_file()
209 fprintf(stderr, "parsing %c entries %d\n", achar, numents); in parse_aff_file()
222 for (j = 0; j < numents; j++) { in parse_aff_file()
288 ptable[numpfx].num = numents; in parse_aff_file()
294 stable[numsfx].num = numents; in parse_aff_file()
[all …]
/dports/textproc/hunspell/hunspell-1.7.0/src/tools/
H A Dunmunch.cxx163 int numents = 0; in parse_aff_file() local
200 numents = atoi(piece); in parse_aff_file()
201 if ((numents <= 0) || ((std::numeric_limits<size_t>::max() / in parse_aff_file()
203 fprintf(stderr, "Error: too many entries: %d\n", numents); in parse_aff_file()
204 numents = 0; in parse_aff_file()
206 ptr = (struct affent*)malloc(numents * sizeof(struct affent)); in parse_aff_file()
209 fprintf(stderr, "parsing %c entries %d\n", achar, numents); in parse_aff_file()
222 for (j = 0; j < numents; j++) { in parse_aff_file()
288 ptable[numpfx].num = numents; in parse_aff_file()
294 stable[numsfx].num = numents; in parse_aff_file()
[all …]
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/tools/
H A Dunmunch.cxx163 int numents = 0; in parse_aff_file() local
200 numents = atoi(piece); in parse_aff_file()
201 if ((numents <= 0) || ((std::numeric_limits<size_t>::max() / in parse_aff_file()
203 fprintf(stderr, "Error: too many entries: %d\n", numents); in parse_aff_file()
204 numents = 0; in parse_aff_file()
206 ptr = (struct affent*)malloc(numents * sizeof(struct affent)); in parse_aff_file()
209 fprintf(stderr, "parsing %c entries %d\n", achar, numents); in parse_aff_file()
222 for (j = 0; j < numents; j++) { in parse_aff_file()
288 ptable[numpfx].num = numents; in parse_aff_file()
294 stable[numsfx].num = numents; in parse_aff_file()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/
H A Djas_icc.c218 prof->tagtab.numents = 0; in jas_iccprof_create()
234 newprof->tagtab.numents = 0; in jas_iccprof_copy()
293 numtags = prof->tagtab.numents; in jas_iccprof_load()
383 tagtab->numents = prof->attrtab->numattrs; in jas_iccprof_save()
1001 curv->numents = 0; in jas_icccurv_input()
1004 if (jas_iccgetuint32(in, &curv->numents)) in jas_icccurv_input()
1008 for (i = 0; i < curv->numents; ++i) { in jas_icccurv_input()
1024 return 4 + 2 * curv->numents; in jas_icccurv_getsize()
1032 if (jas_iccputuint32(out, curv->numents)) in jas_icccurv_output()
1034 for (i = 0; i < curv->numents; ++i) { in jas_icccurv_output()
[all …]
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/base/
H A Djas_icc.c301 prof->tagtab.numents = 0; in jas_iccprof_create()
317 newprof->tagtab.numents = 0; in jas_iccprof_copy()
458 tagtab->numents = prof->attrtab->numattrs; in jas_iccprof_save()
483 if (i < tagtab->numents - 1) { in jas_iccprof_save()
510 while (i < tagtab->numents && in jas_iccprof_save()
513 newoff = (i < tagtab->numents) ? in jas_iccprof_save()
1084 curv->numents = 0; in jas_icccurv_input()
1096 if (4 + 2 * curv->numents != cnt) in jas_icccurv_input()
1108 return 4 + 2 * curv->numents; in jas_icccurv_getsize()
1132 if (curv->numents == 1) { in jas_icccurv_dump()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djas_icc.c215 prof->tagtab.numents = 0; in jas_iccprof_create()
231 newprof->tagtab.numents = 0; in jas_iccprof_copy()
290 numtags = prof->tagtab.numents; in jas_iccprof_load()
379 tagtab->numents = prof->attrtab->numattrs; in jas_iccprof_save()
996 curv->numents = 0; in jas_icccurv_input()
999 if (jas_iccgetuint32(in, &curv->numents)) in jas_icccurv_input()
1003 for (i = 0; i < curv->numents; ++i) { in jas_icccurv_input()
1020 return 4 + 2 * curv->numents; in jas_icccurv_getsize()
1028 if (jas_iccputuint32(out, curv->numents)) in jas_icccurv_output()
1030 for (i = 0; i < curv->numents; ++i) { in jas_icccurv_output()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c28 int numents; member
80 while (ind->numents == 0 && ind->pu.fp != ((void *) 0)) in linit()
87 if (!viazero && ind->numents >= 4 in linit()

123456