Home
last modified time | relevance | path

Searched refs:ndefs (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A Djsopcode.py112 self.ndefs = ""
295 opcode.ndefs = m.group("ndefs")
342 if group_head.ndefs != opcode.ndefs:
349 value1=group_head.ndefs,
351 value2=opcode.ndefs,
364 ndefs = int(opcode.ndefs)
375 if ndefs != -1 and stack_ndefs != -1 and ndefs != stack_ndefs:
379 "(stack_ndefs)".format(op=op, ndefs=ndefs, stack_ndefs=stack_ndefs)
/dports/www/firefox/firefox-99.0/js/src/vm/
H A Djsopcode.py112 self.ndefs = ""
295 opcode.ndefs = m.group("ndefs")
342 if group_head.ndefs != opcode.ndefs:
349 value1=group_head.ndefs,
351 value2=opcode.ndefs,
364 ndefs = int(opcode.ndefs)
375 if ndefs != -1 and stack_ndefs != -1 and ndefs != stack_ndefs:
379 "(stack_ndefs)".format(op=op, ndefs=ndefs, stack_ndefs=stack_ndefs)
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A Djsopcode.py112 self.ndefs = ""
295 opcode.ndefs = m.group("ndefs")
342 if group_head.ndefs != opcode.ndefs:
349 value1=group_head.ndefs,
351 value2=opcode.ndefs,
364 ndefs = int(opcode.ndefs)
375 if ndefs != -1 and stack_ndefs != -1 and ndefs != stack_ndefs:
379 "(stack_ndefs)".format(op=op, ndefs=ndefs, stack_ndefs=stack_ndefs)
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A Djsopcode.py110 self.ndefs = ''
272 opcode.ndefs = m.group('ndefs')
310 if group_head.ndefs != opcode.ndefs:
316 value1=group_head.ndefs,
318 value2=opcode.ndefs))
329 ndefs = int(opcode.ndefs)
342 if ndefs != -1 and stack_ndefs != -1 and ndefs != stack_ndefs:
347 ndefs=ndefs,
/dports/lang/qscheme/qscheme-0.5.1/
H A Dobject.c20 SOBJ scm_mkobjdef(int ndefs) in scm_mkobjdef() argument
28 SCM_OBJDEF_AUX(new)->ndefs = ndefs; in scm_mkobjdef()
38 for (i = 0; i < oda->ndefs; i++) { in scm_objdef_mark()
143 for (j = 0; j < od->ndefs; j++) { in scm_obj_inspect()
200 l = p + aux->ndefs; in objdef_lookup()
213 l = p + aux->ndefs; in objdef_lookup_type()
225 int ndefs; in objdef_append_fields() local
227 ndefs = aux->ndefs + more; in objdef_append_fields()
232 new->ndefs = ndefs; in objdef_append_fields()
233 for (i = aux->ndefs; i < new->ndefs; i++) { in objdef_append_fields()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A Dopcode.py100 self.ndefs = ''
286 opcode.ndefs = m.group('ndefs')
316 if group_head.ndefs != opcode.ndefs:
322 value1=group_head.ndefs,
324 value2=opcode.ndefs))
335 ndefs = int(opcode.ndefs)
348 if ndefs != -1 and stack_ndefs != -1 and ndefs != stack_ndefs:
353 ndefs=ndefs,
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Daztarac_vidhrdw.c30 int defaddr, objaddr=0, ndefs; in WRITE16_HANDLER() local
49 read_vectorram (defaddr, &x, &ndefs, &c); in WRITE16_HANDLER()
50 ndefs++; in WRITE16_HANDLER()
57 while (ndefs--) in WRITE16_HANDLER()
70 while (ndefs--) in WRITE16_HANDLER()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Daztarac_vidhrdw.c30 int defaddr, objaddr=0, ndefs; in WRITE16_HANDLER() local
49 read_vectorram (defaddr, &x, &ndefs, &c); in WRITE16_HANDLER()
50 ndefs++; in WRITE16_HANDLER()
57 while (ndefs--) in WRITE16_HANDLER()
70 while (ndefs--) in WRITE16_HANDLER()
/dports/math/plplot/plplot-5.15.0/bindings/tcl/
H A Dpltclgen.tcl89 proc process_args { GENFILE round ndefs indent nredacted nargs name_argred name_argref name_argtype…
113 if { $ndefs > 0 } {
163 if { $ndefs > 0 } {
199 set ndefs 0 ;# Number of default values of arguments
262 incr ndefs
288 puts "There are $nargs arguments, $ndefs are defaultable.";
377 process_args $GENFILE $round $ndefs $indent $nredacted $nargs argred argref argtype argname
386 process_args $GENFILE $round $ndefs $indent $nredacted $nargs argred argref argtype argname
395 process_args $GENFILE $round $ndefs $indent $nredacted $nargs argred argref argtype argname
400 process_args $GENFILE $round $ndefs $indent $nredacted $nargs argred argref argtype argname
[all …]
H A Dpltclgen91 $ndefs = 0;
124 $ndefs++ if $defval ne "";
135 print "There are $nargs arguments, $ndefs are defaultable.\n";
209 if ($ndefs) {
257 if ($ndefs) {
363 $_ =~ s/%ndefs%/$ndefs/g;
H A Dtclcmd.tpl17 …if ( (!%isref% && %ndefs% && (argc < (%nargs% + 1 - %ndefs% - %nredacted%)) && (!%if_non_redacted …
18 …(!%isref% && !%ndefs% && (argc != (%nargs% + 1 - %nredacted%)) && (!%if_non_redacted || (argc != (…
/dports/math/plplot-ada/plplot-5.15.0/bindings/tcl/
H A Dpltclgen.tcl89 proc process_args { GENFILE round ndefs indent nredacted nargs name_argred name_argref name_argtype…
113 if { $ndefs > 0 } {
163 if { $ndefs > 0 } {
199 set ndefs 0 ;# Number of default values of arguments
262 incr ndefs
288 puts "There are $nargs arguments, $ndefs are defaultable.";
377 process_args $GENFILE $round $ndefs $indent $nredacted $nargs argred argref argtype argname
386 process_args $GENFILE $round $ndefs $indent $nredacted $nargs argred argref argtype argname
395 process_args $GENFILE $round $ndefs $indent $nredacted $nargs argred argref argtype argname
400 process_args $GENFILE $round $ndefs $indent $nredacted $nargs argred argref argtype argname
[all …]
H A Dpltclgen91 $ndefs = 0;
124 $ndefs++ if $defval ne "";
135 print "There are $nargs arguments, $ndefs are defaultable.\n";
209 if ($ndefs) {
257 if ($ndefs) {
363 $_ =~ s/%ndefs%/$ndefs/g;
H A Dtclcmd.tpl17 …if ( (!%isref% && %ndefs% && (argc < (%nargs% + 1 - %ndefs% - %nredacted%)) && (!%if_non_redacted …
18 …(!%isref% && !%ndefs% && (argc != (%nargs% + 1 - %nredacted%)) && (!%if_non_redacted || (argc != (…
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dflags.c23 void flagsEval (const char* flags_original, flagDefinition* defs, unsigned int ndefs, void* data) in flagsEval() argument
63 for ( j = 0 ; j < ndefs ; ++j ) in flagsEval()
73 else for (j = 0 ; j < ndefs ; ++j) in flagsEval()
80 void flagPrintHelp (flagDefinition* def, unsigned int ndefs) in flagPrintHelp() argument
88 for ( i = 0; i < ndefs; ++i ) in flagPrintHelp()
H A Dflags.h26 extern void flagsEval (const char* flags, flagDefinition* defs, unsigned int ndefs, void* data);
27 extern void flagPrintHelp (flagDefinition* def, unsigned int ndefs);
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Daztarac.cpp35 int defaddr, objaddr=0, ndefs; in ubr_w() local
56 read_vectorram(m_vectorram, defaddr, &x, &ndefs, &c); in ubr_w()
57 ndefs++; in ubr_w()
64 while (ndefs--) in ubr_w()
77 while (ndefs--) in ubr_w()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Daztarac.cpp35 int defaddr, objaddr=0, ndefs; in ubr_w() local
56 read_vectorram(m_vectorram, defaddr, &x, &ndefs, &c); in ubr_w()
57 ndefs++; in ubr_w()
64 while (ndefs--) in ubr_w()
77 while (ndefs--) in ubr_w()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Daztarac.c36 int defaddr, objaddr=0, ndefs; in WRITE_HANDLER() local
55 read_vectorram (defaddr, &x, &ndefs, &c); in WRITE_HANDLER()
56 ndefs++; in WRITE_HANDLER()
63 while (ndefs--) in WRITE_HANDLER()
76 while (ndefs--) in WRITE_HANDLER()
/dports/devel/geany/geany-1.38/ctags/main/
H A Dflags.c24 void flagsEval (const char* flags_original, flagDefinition* defs, unsigned int ndefs, void* data) in flagsEval() argument
62 for ( j = 0 ; j < ndefs ; ++j ) in flagsEval()
72 else for (j = 0 ; j < ndefs ; ++j) in flagsEval()
85 unsigned int ndefs) in flagsColprintAddDefinitions() argument
89 for (unsigned int i = 0; i < ndefs; i++) in flagsColprintAddDefinitions()
/dports/graphics/urt/urt-3.1b1_12/get/getx11/
H A DXGetHClrs.c26 Status XAllocColors(dpy, cmap, defs, ndefs, statuses) in XAllocColors() argument
30 int ndefs;
46 for (i = 0; i < ndefs; i++)
57 for (counter = 0; counter < ndefs; counter++)
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dflags.c24 extern const char *flagsEval (const char* flags_original, flagDefinition* defs, unsigned int ndefs,… in flagsEval() argument
68 for ( j = 0 ; j < ndefs ; ++j ) in flagsEval()
78 else for (j = 0 ; j < ndefs ; ++j) in flagsEval()
92 unsigned int ndefs) in flagsColprintAddDefinitions() argument
96 for (unsigned int i = 0; i < ndefs; i++) in flagsColprintAddDefinitions()
/dports/math/gap/gap-4.11.0/pkg/itc-1.5/gap/
H A Ditc.gi304 ndefs := ctSheet!.ndefs;
542 ndefs := ctSheet!.ndefs;
1198 ndefs := ctSheet!.ndefs;
1367 ndefs := ctSheet!.ndefs;
2022 ndefs := ctSheet!.ndefs;
2255 ndefs := ctSheet!.ndefs;
2633 ndefs := ctSheet!.ndefs;
2823 ndefs := ctSheet!.ndefs;
3200 ndefs := ctSheet!.ndefs;
3710 ndefs := ctSheet!.ndefs;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A Dmake_opcode_doc.py64 self.ndefs = ''
218 opcode.ndefs = m.group(6)
247 if merged.ndefs != opcode.ndefs:
251 value1=merged.ndefs,
253 value2=opcode.ndefs))
281 ndefs=override(code.ndefs,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A Dmake_opcode_doc.py83 self.ndefs = ''
237 opcode.ndefs = m.group(6)
266 if merged.ndefs != opcode.ndefs:
270 value1=merged.ndefs,
272 value2=opcode.ndefs))
300 ndefs=override(code.ndefs,

123456789