Home
last modified time | relevance | path

Searched refs:INTVAL (Results 1 – 25 of 4690) sorted by relevance

12345678910>>...188

/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dplatform_interface.h72 typedef INTVAL PIOHANDLE;
106 INTVAL protocol, INTVAL family, INTVAL passive);
107 INTVAL Parrot_io_internal_addr_match(PARROT_INTERP, ARGIN(PMC *sa), INTVAL family, INTVAL type,
160 INTVAL type;
162 INTVAL uid;
163 INTVAL gid;
164 INTVAL dev;
166 INTVAL mode;
169 INTVAL blocks;
227 INTVAL Parrot_file_umask(PARROT_INTERP, INTVAL mask);
[all …]
H A Dmisc.h42 INTVAL Parrot_util_byte_index(PARROT_INTERP,
52 INTVAL Parrot_util_byte_rindex(PARROT_INTERP,
61 FLOATVAL Parrot_util_float_rand(INTVAL how_random);
65 INTVAL Parrot_util_int_rand(INTVAL how_random);
69 INTVAL Parrot_util_range_rand(INTVAL from, INTVAL to, INTVAL how_random);
72 void Parrot_util_srand(INTVAL seed);
83 INTVAL Parrot_util_uint_rand(INTVAL how_random);
91 INTVAL Parrot_util_intval_mod(INTVAL i2, INTVAL i3);
/dports/lang/parrot/parrot-8.1.0/src/
H A Dvtable.tbl19 INTVAL type()
29 INTVAL get_integer()
31 INTVAL get_integer_keyed_int(INTVAL key)
45 INTVAL get_bool()
60 void set_integer_keyed_int(INTVAL key, INTVAL value)
88 INTVAL elements()
117 void splice(PMC* value, INTVAL offset, INTVAL count)
203 STRING* substr(INTVAL offset, INTVAL length)
207 INTVAL exists_keyed_int(INTVAL key)
211 INTVAL defined()
[all …]
H A Dutils.c111 INTVAL
112 Parrot_util_intval_mod(INTVAL i2, INTVAL i3) in Parrot_util_intval_mod()
120 INTVAL r; in Parrot_util_intval_mod()
439 INTVAL
462 INTVAL
485 INTVAL
486 Parrot_util_range_rand(INTVAL from, INTVAL to, INTVAL how_random) in Parrot_util_range_rand()
491 const INTVAL raw = from + (INTVAL)(spread * randpart); in Parrot_util_range_rand()
582 INTVAL
632 INTVAL
[all …]
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dfixedintegerarray.pmc24 static int auxcmpfunc(ARGIN(const INTVAL *i), ARGIN(const INTVAL *j))
145 INTVAL size;
185 =item C<INTVAL get_integer_keyed_int(INTVAL key)>
193 VTABLE INTVAL get_integer_keyed_int(INTVAL key) :no_wb {
289 INTVAL n;
290 INTVAL j;
402 =item C<void set_integer_keyed_int(INTVAL key, INTVAL value)>
410 VTABLE void set_integer_keyed_int(INTVAL key, INTVAL value) {
662 INTVAL n;
688 =item C<static int auxcmpfunc(const INTVAL *i, const INTVAL *j)>
[all …]
H A Dresizableintegerarray.pmc49 =item C<INTVAL get_integer_keyed_int(INTVAL key)>
57 VTABLE INTVAL get_integer_keyed_int(INTVAL key) :no_wb {
59 INTVAL size;
77 =item C<void set_integer_keyed_int(INTVAL key, INTVAL value)>
85 VTABLE void set_integer_keyed_int(INTVAL key, INTVAL value) {
87 INTVAL size;
172 INTVAL nextix;
200 INTVAL value;
252 INTVAL size;
273 INTVAL size;
[all …]
H A Darrayiterator.pmc287 INTVAL pos;
312 INTVAL pos;
339 INTVAL pos;
367 INTVAL pos;
392 INTVAL pos;
505 =item C<INTVAL get_integer_keyed_int(INTVAL idx)>
513 VTABLE INTVAL get_integer_keyed_int(INTVAL idx) :no_wb {
602 =item C<INTVAL exists_keyed_int(INTVAL idx)>
610 VTABLE INTVAL exists_keyed_int(INTVAL idx) :no_wb {
638 =item C<INTVAL defined_keyed_int(INTVAL key)>
[all …]
H A Dfixedfloatarray.pmc39 ATTR INTVAL size;
60 INTVAL size;
129 INTVAL size;
182 INTVAL size;
204 =item C<INTVAL get_integer_keyed_int(INTVAL key)>
212 VTABLE INTVAL get_integer_keyed_int(INTVAL key) :no_wb {
246 INTVAL size;
381 =item C<void set_integer_keyed_int(INTVAL key, INTVAL value)>
421 INTVAL size;
563 INTVAL n;
[all …]
H A Dstring.pmc80 =item C<INTVAL get_integer()>
128 =item C<INTVAL get_bool()>
325 return (INTVAL)(0);
348 =item C<STRING *substr(INTVAL offset, INTVAL length)>
356 VTABLE STRING *substr(INTVAL offset, INTVAL length) :no_wb {
375 INTVAL n;
421 VTABLE INTVAL get_integer_keyed_int(INTVAL pos) :no_wb {
453 VTABLE void set_integer_keyed_int(INTVAL pos, INTVAL value) {
633 INTVAL i;
716 INTVAL i = 0;
[all …]
H A Dpackfileconstanttable.pmc174 =item C<INTVAL num_count()>
176 =item C<INTVAL str_count()>
178 =item C<INTVAL pmc_count()>
189 RETURN(INTVAL ret);
195 RETURN(INTVAL ret);
201 RETURN(INTVAL ret);
359 INTVAL i;
376 INTVAL i;
393 INTVAL i;
422 =item C<METHOD add_tag_mapping(INTVAL pmc_idx, INTVAL str_idx)>
[all …]
H A Dinteger.pmc215 INTVAL iv;
223 =item C<INTVAL get_bool()>
231 INTVAL iv;
247 INTVAL iv;
1099 INTVAL retval;
1130 INTVAL iv;
1148 INTVAL iv;
1160 INTVAL selfint;
1382 METHOD set_random(INTVAL a :optional, INTVAL has_a :opt_flag,
1383 INTVAL b :optional, INTVAL has_b :opt_flag) :manual_wb
[all …]
H A Dfixedpmcarray.pmc88 INTVAL i;
243 INTVAL i;
257 =item C<INTVAL get_integer_keyed_int(INTVAL key)>
265 VTABLE INTVAL get_integer_keyed_int(INTVAL key) :no_wb {
438 =item C<void set_integer_keyed_int(INTVAL key, INTVAL value)>
670 =item C<INTVAL exists_keyed_int(INTVAL key)>
681 VTABLE INTVAL exists_keyed_int(INTVAL key) :no_wb {
698 =item C<void splice(PMC *value, INTVAL offset, INTVAL count)>
751 INTVAL i;
771 =item C<INTVAL defined_keyed_int(INTVAL key)>
[all …]
H A Dbytebuffer.pmc25 INTVAL size,
34 INTVAL pos,
35 INTVAL size,
41 static INTVAL grow_to(INTVAL position);
55 ATTR INTVAL size;
129 INTVAL size;
237 VTABLE INTVAL get_integer_keyed_int(INTVAL position) :no_wb {
471 =item C<static INTVAL grow_to(INTVAL position)>
482 INTVAL pos, INTVAL size, const STR_VTABLE *encoding)>
491 static INTVAL
[all …]
H A Dfixedbooleanarray.pmc81 =item C<void init_int(INTVAL size)>
159 =item C<INTVAL get_bool()>
173 =item C<INTVAL elements()>
187 =item C<INTVAL get_integer()>
201 =item C<INTVAL get_integer_keyed_int(INTVAL key)>
209 VTABLE INTVAL get_integer_keyed_int(INTVAL key) :no_wb {
388 =item C<void set_integer_keyed_int(INTVAL key, INTVAL value)>
396 VTABLE void set_integer_keyed_int(INTVAL key, INTVAL value) {
471 INTVAL tempInt;
611 =item C<METHOD fill(INTVAL fill)>
[all …]
H A Dfixedstringarray.pmc98 INTVAL size;
142 =item C<INTVAL get_bool()>
172 =item C<INTVAL elements()>
188 =item C<INTVAL get_integer()>
217 =item C<INTVAL get_integer_keyed_int(INTVAL key)>
225 VTABLE INTVAL get_integer_keyed_int(INTVAL key) :no_wb {
381 =item C<void set_integer_keyed_int(INTVAL key, INTVAL value)>
389 VTABLE void set_integer_keyed_int(INTVAL key, INTVAL value) :manual_wb {
453 INTVAL size;
532 INTVAL j;
[all …]
H A Dexceptionhandler.pmc33 ATTR INTVAL min_severity;
34 ATTR INTVAL max_severity;
58 =item C<void init_int(INTVAL)>
142 INTVAL ival;
187 =item C<INTVAL get_integer()>
256 INTVAL severity;
279 INTVAL type;
298 INTVAL i;
334 RETURN(INTVAL 0);
339 =item C<METHOD min_severity(INTVAL severity :optional, INTVAL have_severity :opt_flag)>
[all …]
H A Dsocket.pmc32 ATTR INTVAL family;
33 ATTR INTVAL type;
34 ATTR INTVAL protocol;
124 =item C<INTVAL get_bool()>
144 =item C<socket(INTVAL fam, INTVAL type, INTVAL proto)>
151 METHOD socket(INTVAL fam, INTVAL type, INTVAL proto) {
161 =item C<poll(INTVAL which, INTVAL sec, INTVAL usec)>
172 METHOD poll(INTVAL which, INTVAL sec, INTVAL usec) {
179 =item C<sockaddr(STRING * address, INTVAL port, INTVAL family :optional)>
209 =item C<getaddrinfo(STRING * address, INTVAL port, INTVAL protocol, INTVAL family, INTVAL passive)>
[all …]
H A Dorderedhash.pmc199 Helper function to box INTVAL
304 =item C<INTVAL elements()>
374 =item C<void set_integer_keyed(INTVAL key, INTVAL value)>
492 =item C<INTVAL get_integer_keyed_int(INTVAL key)>
500 VTABLE INTVAL get_integer_keyed_int(INTVAL idx) :no_wb {
538 =item C<void set_integer_keyed_int(INTVAL key, INTVAL value)>
573 VTABLE void set_integer_keyed_int(INTVAL idx, INTVAL value) :manual_wb {
633 =item C<INTVAL exists_keyed_int(INTVAL key)>
639 VTABLE INTVAL exists_keyed_int(INTVAL idx) :no_wb {
666 =item C<INTVAL defined_keyed_int(INTVAL key)>
[all …]
/dports/lang/parrot/parrot-8.1.0/src/call/
H A Dargs.c59 INTVAL param_index,
60 INTVAL param_flags,
80 INTVAL arg_index)
109 INTVAL index)
146 INTVAL index)
184 INTVAL index)
224 INTVAL index)
1702 static INTVAL*
1741 static INTVAL
1780 static INTVAL*
[all …]
/dports/lang/parrot/parrot-8.1.0/src/string/encoding/
H A Dshared.h39 INTVAL flags,
48 INTVAL flags,
75 INTVAL offset)
82 INTVAL flags,
91 INTVAL offset)
99 INTVAL offset)
107 INTVAL offset,
145 INTVAL flags,
153 INTVAL flags,
174 INTVAL flags,
[all …]
/dports/lang/parrot/parrot-8.1.0/src/io/
H A Dpipe.c235 static INTVAL
262 static INTVAL
281 static INTVAL
305 static INTVAL
309 INTVAL flags; in io_pipe_is_eof()
434 static INTVAL
442 INTVAL pid; in io_pipe_open()
484 static INTVAL
502 static INTVAL
512 INTVAL pid; in io_pipe_close()
[all …]
H A Dstringhandle.c79 const INTVAL flags,
251 static INTVAL
256 INTVAL read_offs; in io_stringhandle_read_b()
284 static INTVAL
324 static INTVAL
348 static INTVAL
400 INTVAL old_offs; in io_stringhandle_seek()
482 static INTVAL
511 static INTVAL
530 static INTVAL
[all …]
H A Dsocket.c74 const INTVAL flags,
93 const INTVAL whence)
105 const INTVAL flags)
226 static INTVAL
247 static INTVAL
267 static INTVAL
291 static INTVAL
406 static INTVAL
426 static INTVAL
445 static INTVAL
[all …]
/dports/lang/parrot/parrot-8.1.0/t/tools/dev/headerizer/testlib/
H A Dfixedbooleanarray_pmc.in155 =item C<INTVAL get_bool()>
163 VTABLE INTVAL get_bool() {
169 =item C<INTVAL elements()>
175 VTABLE INTVAL elements() {
183 =item C<INTVAL get_integer()>
197 =item C<INTVAL get_integer_keyed_int(INTVAL key)>
205 VTABLE INTVAL get_integer_keyed_int(INTVAL key) {
386 =item C<void set_integer_keyed_int(INTVAL key, INTVAL value)>
394 VTABLE void set_integer_keyed_int(INTVAL key, INTVAL value) {
467 INTVAL tempInt;
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dpredicates.md98 (match_test "INTVAL (op) + 1 != 0")))
276 (ior (match_test "INTVAL (op) == -1")
277 (match_test "INTVAL (op) == 1")
278 (match_test "INTVAL (op) == 4")
279 (match_test "INTVAL (op) == 8")
280 (match_test "INTVAL (op) == 12")
281 (match_test "INTVAL (op) == 16")
282 (match_test "INTVAL (op) == 20")
283 (match_test "INTVAL (op) == 24"))))
297 (match_test "INTVAL (op) == 255")
[all …]

12345678910>>...188