Home
last modified time | relevance | path

Searched refs:otab (Results 1 – 25 of 64) sorted by relevance

123

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/view/tests/
H A Dorbit_viewer.cxx79 if(!otab->set_image(image_path)) in main()
81 otab->set_points_filename(points_path); in main()
82 otab->set_params(left_param_path, false); in main()
83 otab->set_params(right_param_path, true); in main()
84 otab->set_dlib_parts(left_parts_path); in main()
85 otab->set_dlib_parts(right_parts_path); in main()
86 otab->draw_orbit(false,num_pts); in main()
87 otab->draw_orbit(true,num_pts); in main()
88 otab->draw_dlib_parts(false); in main()
89 otab->draw_dlib_parts(true); in main()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/glulxe/
H A Daccel.cpp324 uint otab, max; in func_2_cp__tab() local
334 otab = Mem4(obj + 16); in func_2_cp__tab()
335 if (!otab) in func_2_cp__tab()
338 max = Mem4(otab); in func_2_cp__tab()
339 otab += 4; in func_2_cp__tab()
341 return binary_search(id, 2, otab, 10, max, 0, 0); in func_2_cp__tab()
495 uint otab, max; in func_8_cp__tab() local
506 if (!otab) in func_8_cp__tab()
509 max = Mem4(otab); in func_8_cp__tab()
510 otab += 4; in func_8_cp__tab()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/glulx/
H A Daccel.cpp324 uint otab, max; in func_2_cp__tab() local
334 otab = Mem4(obj + 16); in func_2_cp__tab()
335 if (!otab) in func_2_cp__tab()
338 max = Mem4(otab); in func_2_cp__tab()
339 otab += 4; in func_2_cp__tab()
341 return binary_search(id, 2, otab, 10, max, 0, 0); in func_2_cp__tab()
495 uint otab, max; in func_8_cp__tab() local
506 if (!otab) in func_8_cp__tab()
509 max = Mem4(otab); in func_8_cp__tab()
510 otab += 4; in func_8_cp__tab()
[all …]
/dports/math/cadical/cadical-1.0.3-cb89cbf/src/
H A Doccs.cpp10 while (otab.size () < 2*vsize) in init_occs()
11 otab.push_back (Occs ()); in init_occs()
17 erase_vector (otab); in reset_occs()
/dports/devel/xa65/xa-2.3.12/misc/
H A Dfile65.c192 static struct { int opt; int strfl; char *string; } otab[] = { variable
214 for(i=0;otab[i].opt>=0; i++) if(*buf==otab[i].opt) break; in print_option()
215 if(otab[i].opt>=0) { in print_option()
216 printf("fopt: %-17s: ", otab[i].string); in print_option()
217 strfl = otab[i].strfl; in print_option()
/dports/shells/pdksh/pdksh-5.2.14/
H A Dc_test.c192 const struct t_op *otab; local
194 otab = meta == TM_UNOP ? u_ops : b_ops;
197 for (; otab->op_text[0]; otab++)
198 if (sc1 == otab->op_text[1]
199 && strcmp(s, otab->op_text) == 0
201 || (otab->op_num != TO_STLT
202 && otab->op_num != TO_STGT)))
203 return otab->op_num;
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dhash.c387 aHashEntry *otab = table; in bigger_hash_table() local
407 if (otab == channelTable) in bigger_hash_table()
419 MyFree(otab); in bigger_hash_table()
444 MyFree(otab); in bigger_hash_table()
446 else if (otab == uidTable) in bigger_hash_table()
462 MyFree(otab); in bigger_hash_table()
488 MyFree(otab); in bigger_hash_table()
491 else if (otab == sidTable) in bigger_hash_table()
509 MyFree(otab); in bigger_hash_table()
512 else if (otab == ipTable) in bigger_hash_table()
[all …]
/dports/shells/oksh/oksh-7.0/
H A Dc_test.c190 const struct t_op *otab; in test_isop() local
192 otab = meta == TM_UNOP ? u_ops : b_ops; in test_isop()
195 for (; otab->op_text[0]; otab++) in test_isop()
196 if (sc1 == otab->op_text[1] && in test_isop()
197 strcmp(s, otab->op_text) == 0) in test_isop()
198 return otab->op_num; in test_isop()
/dports/comms/ibp/ibp-0.21/
H A Dxdisp.c770 moveterm(wtab, noon, otab, onoon, xdots, ydots, pixmap) in moveterm() argument
771 short *wtab, *otab; in moveterm()
783 if (otab[i] >= 0) {
784 xspan(i, ((onoon - otab[i]) + xdots) % xdots,
785 otab[i] * 2, xdots, pixmap);
792 if (otab[i] < 0) {
800 if (otab[i] == wtab[i] && wtab[i] == (xdots / 2))
807 ol = ((onoon - otab[i]) + xdots) % xdots;
808 oh = (ol + otab[i] * 2) - 1;
840 otab[i] = wtab[i];
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/root/
H A Dstringtable.c161 StringEntry *otab = table; in grow() local
167 StringEntry *se = &otab[i]; in grow()
172 mem.xfree(otab); in grow()
/dports/java/netrexx/NetRexx/browse/
H A DTablet.nrx77 otab =int[] -- tab body offsets array
175 otab=int[tabs] -- offset of each tab body
178 otab[t]=wtotal+wrise*(t+1) -- offset of body start
203 drawtext(otab[t], tabword[t], t=mousetab, t\=fronttab)
206 x=otab[t]
244 x=otab[n]-wrise
261 drawtext(otab[n], tabword[n], n=mousetab, n\=fronttab)
267 wdowns=otab[fronttab]-wrise-x -- how many downs to fill
277 x=otab[fronttab]+wtab[fronttab]+wdrop -- right edge of focus tab, +1
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/
H A DPart.py283 otab = {}
286 o = otab.get(r.name)
288 otab[r.name] = StatRow(
291 otab[r.name] = r
293 o = otab.get(r.name)
295 del otab[r.name]
311 rs = list(otab.values())
/dports/www/interchange/interchange-5.6.3/dist/lib/UI/profiles/
H A Drecompute_transaction27 my $otab = $odb->name();
30 my $q = "select * from $otab where order_number = $on_quoted";
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/builtin/
H A Dpr.c123 int itab, otab; member
159 pp->nchar = pp->itab = pp->otab= '\t'; in prinit()
253 if(sfputc(pp->outfile,pp->otab) < 0) in outspaces()
455 if(pp->schar==pp->otab && pp->ogap) in outpage()
738 pp->otab = *opt_info.arg++; in b_pr()
857 *cp = pp->otab; in b_pr()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/builtin/
H A Dpr.c123 int itab, otab; member
160 pp->nchar = pp->itab = pp->otab= '\t'; in prinit()
254 if(sfputc(pp->outfile,pp->otab) < 0) in outspaces()
456 if(pp->schar==pp->otab && pp->ogap) in outpage()
739 pp->otab = *opt_info.arg++; in b_pr()
858 *cp = pp->otab; in b_pr()
/dports/shells/ksh93/ast-93u/src/cmd/builtin/
H A Dpr.c123 int itab, otab; member
159 pp->nchar = pp->itab = pp->otab= '\t'; in prinit()
253 if(sfputc(pp->outfile,pp->otab) < 0) in outspaces()
455 if(pp->schar==pp->otab && pp->ogap) in outpage()
738 pp->otab = *opt_info.arg++; in b_pr()
857 *cp = pp->otab; in b_pr()
/dports/mail/sma/sma-1.4/
H A Dhash.c78 if (!(ptr->otab = malloc(asize * sizeof(struct out *)))) in init_host()
80 memset(ptr->otab, 0, sizeof(struct out *) * asize); in init_host()
219 for (ptr = hptr->otab[hash(s,asize)];ptr; ptr = ptr->next) in update_out()
233 ptr->next = hptr->otab[hashval]; in update_out()
234 hptr->otab[hashval] = ptr; in update_out()

123