Home
last modified time | relevance | path

Searched refs:newnum (Results 201 – 225 of 363) sorted by relevance

12345678910>>...15

/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_InterfaceModel.hxx282 …Standard_EXPORT void ChangeOrder (const Standard_Integer oldnum, const Standard_Integer newnum, co…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DInterface_InterfaceModel.hxx282 …Standard_EXPORT void ChangeOrder (const Standard_Integer oldnum, const Standard_Integer newnum, co…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DInterface_InterfaceModel.hxx287 …Standard_EXPORT void ChangeOrder (const Standard_Integer oldnum, const Standard_Integer newnum, co…
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/CUT/
H A Dshrink.c1029 n->newnum = ncount;
1055 num = n->newnum;
1057 if (num < e->end->newnum) {
1059 (*olist)[2 * k + 1] = e->end->newnum;
/dports/games/dungeon/dungeon-3.2_1/glkterm/
H A Dgtw_buf.c452 long newnum) in replace_lines() argument
457 diff = newnum - (oldend - oldbeg); in replace_lines()
480 if (newnum) in replace_lines()
481 memcpy(&(lines[oldbeg]), dwin->tmplines, newnum * sizeof(tbline_t)); in replace_lines()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DShared.hs521 let newnum =
529 unless (null newnum) $ S.modify $ \(mbl, _) -> (mbl, newnum)
539 ("number", T.intercalate "." (map tshow newnum)) : kvs
/dports/irc/srvx/srvx-1.3.1/src/
H A Dproto-p10.c2655 int newnum = numeric + 8; in reg_privmsg_func() local
2656 privmsg_funcs = realloc(privmsg_funcs, newnum*sizeof(privmsg_func_t)); in reg_privmsg_func()
2657 … memset(privmsg_funcs+num_privmsg_funcs, 0, (newnum-num_privmsg_funcs)*sizeof(privmsg_func_t)); in reg_privmsg_func()
2658 num_privmsg_funcs = newnum; in reg_privmsg_func()
2688 int newnum = numeric + 8; in reg_notice_func() local
2689 notice_funcs = realloc(notice_funcs, newnum*sizeof(privmsg_func_t)); in reg_notice_func()
2690 memset(notice_funcs+num_notice_funcs, 0, (newnum-num_notice_funcs)*sizeof(privmsg_func_t)); in reg_notice_func()
2691 num_notice_funcs = newnum; in reg_notice_func()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dgamemap_planes.cpp86 unsigned short newnum; member
292 thing.type = type.newnum; in TranslateThing()
503 thing.newnum = sc->number; in LoadThingTable()
/dports/math/form/form-4.2.1/sources/
H A Dnames.c2726 LONG newnum; in GetLabel() local
2733 newnum = 2*AC.MaxLabels; in GetLabel()
2734 if ( newnum == 0 ) newnum = 10; in GetLabel()
2735 if ( newnum > 32765 ) newnum = 32765; in GetLabel()
2736 if ( newnum == AC.MaxLabels ) { in GetLabel()
2741 *newnum,"Labels"); in GetLabel()
2742 NewLabel = (int *)(NewLabelNames+newnum); in GetLabel()
2750 AC.MaxLabels = newnum; in GetLabel()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DShared.hs566 let newnum =
574 unless (null newnum) $ S.modify $ \(mbl, _) -> (mbl, newnum)
584 ("number", T.intercalate "." (map tshow newnum)) : kvs
/dports/games/tenebrae/tenebrae_0/
H A Dgl_model.c1047 int newnum = out->nummarksurfaces; in Mod_LoadLeafs() local
1055 newnum = 0; in Mod_LoadLeafs()
1058 out->firstmarksurface[newnum] = out->firstmarksurface[j]; in Mod_LoadLeafs()
1059 newnum++; in Mod_LoadLeafs()
1062 out->nummarksurfaces = newnum; in Mod_LoadLeafs()
/dports/math/calc/calc-2.14.0.14/
H A Dfile.c2397 ZVALUE num, zden, newnum, newden, div, tmp;
2496 zmul(num, tmp, &newnum);
2498 num = newnum;
2505 zequo(num, div, &newnum);
2509 num = newnum;
/dports/math/SCIP/scip-7.0.3/src/blockmemshell/
H A Dmemory.c1985 size_t newnum, /**< new size of array */ in BMSreallocBlockMemoryArray_call() argument
1996 return BMSallocBlockMemoryArray_call(blkmem, newnum, typesize, filename, line); in BMSreallocBlockMemoryArray_call()
2000 if ( newnum > (MAXMEMSIZE / typesize) ) in BMSreallocBlockMemoryArray_call()
2008 if ( oldnum == newnum ) in BMSreallocBlockMemoryArray_call()
2011 newptr = BMSallocBlockMemoryArray_call(blkmem, newnum, typesize, filename, line); in BMSreallocBlockMemoryArray_call()
2013 BMScopyMemorySize(newptr, ptr, MIN(oldnum, newnum) * typesize); in BMSreallocBlockMemoryArray_call()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-ast.h263 sieve_number_t newnum);
/dports/games/tads/tads-3.0.8/tads2/
H A Dlinf.c537 void linfren(lindef *lin, objnum oldnum, objnum newnum) in linfren() argument
571 oswp2(objp, newnum); in linfren()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dline_source_file.cpp534 void linfren(lindef *lin, objnum oldnum, objnum newnum) in linfren() argument
568 oswp2(objp, newnum); in linfren()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dline_source_file.cpp534 void linfren(lindef *lin, objnum oldnum, objnum newnum) in linfren() argument
568 oswp2(objp, newnum); in linfren()
/dports/dns/nsd/nsd-4.3.9/
H A Dquery.c1131 size_t newnum = 0; in answer_authoritative() local
1162 newnum = query_synthesize_cname(q, answer, name, newname, in answer_authoritative()
1164 if(!newnum) { in answer_authoritative()
1176 answer_lookup_zone(nsd, q, answer, newnum, in answer_authoritative()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dpaledit.cc375 gint newnum = static_cast<gint>(gtk_adjustment_get_value(adj)); in palnum_changed() local
376 paled->show_palette(newnum); in palnum_changed()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dtracepoint.c2939 int newnum; in set_current_traceframe() local
2947 newnum = target_trace_find (tfind_number, num, 0, 0, NULL); in set_current_traceframe()
2949 if (newnum != num) in set_current_traceframe()
2952 traceframe_number = newnum; in set_current_traceframe()
3780 int newnum; in set_tfile_traceframe() local
3788 newnum = target_trace_find (tfind_number, in set_tfile_traceframe()
3792 if (newnum != get_traceframe_number ()) in set_tfile_traceframe()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-write.c683 int newnum, streama = 0, streamb = 0, differ = 0; in removeduplicateobjs() local
753 newnum = fz_mini(num, other); in removeduplicateobjs()
757 opts->renumber_map[num] = newnum; in removeduplicateobjs()
758 opts->renumber_map[other] = newnum; in removeduplicateobjs()
759 opts->rev_renumber_map[newnum] = num; /* Either will do */ in removeduplicateobjs()
776 int num, newnum; in compactxref() local
789 newnum = 1; in compactxref()
800 opts->rev_renumber_map[newnum] = opts->rev_renumber_map[num]; in compactxref()
801 opts->renumber_map[num] = newnum++; in compactxref()
/dports/math/concorde/concorde/CUT/
H A Dshrink.c1433 n->newnum = ncount; in CCcut_SRK_grab_edges()
1459 num = n->newnum; in CCcut_SRK_grab_edges()
1461 if (num < e->end->newnum) { in CCcut_SRK_grab_edges()
1463 (*olist)[2 * k + 1] = e->end->newnum; in CCcut_SRK_grab_edges()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dglossaries-extra.cwl252 #keyvals:\glsxtrnewsymbol#c,\glsxtrnewnumber#c,\newsym#c,\newnum#c
523 \newnum{label}{number}#l
524 \newnum[options%keyvals]{label}{number}#l
530 \newnum{label}{number}#l
531 \newnum[options%keyvals]{label}{number}#l
539 \newnum{label}{number}#l
540 \newnum[options%keyvals]{label}{number}#l
/dports/cad/z88/Z88OS-15/src/z88h/unix/
H A Dz88h.c178 FR_INT4 nkp,ndim,ne,newnum,ianz,nfg,kflag,npr; in z882cut() local
234 newnum= -1; /* nur eine Startnummer */ in z882cut()
239 fprintf(fcut,PD9B PD9 "\n",nkp,newnum); in z882cut()
/dports/textproc/lowdown/lowdown-0.10.0/
H A Ddiff.c84 size_t newnum; /* refnum of cloned */ member
1037 ref->newnum = nn->rndr_footnote_ref.num; in ref_insert()
1093 nc->rndr_footnote_def.num = ref->newnum; in ref_reorder()

12345678910>>...15