Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/openbsd/src/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
Dpass39-frag.c13 char *arrays [numarrays]; in func() local
19 arrays[i] = calloc (numels, sizeof(arrays[i][0])); in func()
20 assert (arrays[i] != NULL); in func()
21 arrays[i][x] = i; in func()
22 free (arrays[i]); in func()
/openbsd/src/gnu/usr.bin/perl/regen/
Dgenpacksizetables.pl26 my %arrays;
36 $arrays{$shriek ? 'shrieking' : 'normal'}{ord $chrmap->{$letter}} =
43 my $array = $arrays{$arrayname} ||
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dprintcmds.c83 } arrays = { variable
91 struct some_arrays *parrays = &arrays;
/openbsd/src/gnu/usr.bin/perl/lib/Class/
DStruct.pm109 my %arrays = ();
154 $arrays{$name}++;
207 if( defined $arrays{$name} ){
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt9 > The arrays with size lists the dimensions and the type in a single list.
26 short term. Java arrays are always zero based.
43 I considered this approach for arrays in general (ie array of int/ array
D2001-02-06-TypeNotationDebateResp1.txt38 But pointers to member functions are nowhere near as common as arrays. And
43 make function pointers easier but makes arrays much more difficult seems
63 The arrays with size lists the dimensions and the type in a single list.
D2001-02-06-TypeNotationDebateResp4.txt38 > But pointers to member functions are nowhere near as common as arrays.
64 > make function pointers easier but makes arrays much more difficult seems
69 above does not make arrays any more difficult to use, and makes the
D2001-02-09-AdveComments.txt112 o And finally, another thought about the syntax for arrays :-)
118 to be the clearest syntax. It could even make arrays of function
/openbsd/src/lib/libcbor/
DMakefile19 SRCS+= arrays.c bytestrings.c callbacks.c common.c encoding.c floats_ctrls.c
27 HDRS+= cbor/arrays.h cbor/bytestrings.h cbor/callbacks.h cbor/common.h
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlreftut.pod8 manage complicated data structures like multidimensional arrays and
72 References in Perl are like names for arrays and hashes. They're
80 You can't have a hash whose values are arrays; hash values can only be
83 references to arrays, and it'll act a lot like a hash of arrays, and
84 it'll be just as useful as a hash of arrays.
176 things to the arrays.
240 totally unexpected hashes and arrays that weren't the ones you wanted
280 Now it really looks like two-dimensional arrays!
284 three-dimensional arrays, they let us write C<$x[2][3][5]> instead of
312 and whose values are references to arrays of city names. The data
[all …]
Dperldsc.pod45 =item * arrays of arrays
47 =item * hashes of arrays
49 =item * arrays of hashes
64 Perl--including multidimensional arrays--is that even though they might
67 number, or a reference). They cannot directly contain other arrays or
68 hashes, but instead contain I<references> to other arrays or hashes.
73 distinguishing between arrays and pointers to the same, this can be
86 multidimensional arrays work as well.
88 $array[7][12] # array of arrays
90 $hash{string}[7] # hash of arrays
[all …]
Dperlref.pod19 Any scalar may hold a hard reference. Because arrays and hashes contain
20 scalars, you can now easily build arrays of arrays, arrays of hashes,
21 hashes of arrays, arrays of hashes of functions, and so on.
408 Which, in the degenerate case of using only ordinary arrays, gives you
409 multidimensional arrays just like C's:
413 Well, okay, not entirely like C's arrays, actually. C doesn't know how
414 to grow its arrays on demand. Perl does.
766 Value slices of arrays and hashes may also be taken with postfix
888 arrays-of-arrays, or arrays-of-hashes:
Dperl5123delta.pod23 =head2 C<keys>, C<values> work on arrays
25 You can now use the C<keys>, C<values>, C<each> builtin functions on arrays
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D980506-1.x1 # The arrays are too large for the xstormy16 - won't fit in 16 bits.
D920501-12.x2 # the stack arrays are too large. Force to use 16-bit ints for it.
/openbsd/src/usr.bin/tic/
DMKtermsort.sh57 * termsort.h --- sort order arrays for use by infocmp.
/openbsd/src/sys/dev/pci/drm/radeon/
Dr100_track.h69 struct r100_cs_track_array arrays[16]; member
Dr100.c1362 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1363 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1364 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1373 track->arrays[i + 1].robj = reloc->robj; in r100_packet3_load_vbpntr()
1374 track->arrays[i + 1].esize = idx_value >> 24; in r100_packet3_load_vbpntr()
1375 track->arrays[i + 1].esize &= 0x7F; in r100_packet3_load_vbpntr()
1387 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1388 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1389 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1982 track->arrays[0].robj = reloc->robj; in r100_packet3_check()
[all …]
/openbsd/src/gnu/usr.bin/perl/
Dglobvar.sym2 # *** Only structures/arrays with constant initializers should go here.
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DPropertiesBase.td53 // Determines the element type for arrays and dictionaries.
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
DREADME6 array-refs - arrays of references
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/23_containers/
Dwrappers_h.txt3 * Functions to help treat arrays in a uniform manner. These were
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/23_containers/
Dwrappers_h.txt3 * Functions to help treat arrays in a uniform manner. These were
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq.pod324 This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, …
502 How do I compute the difference of two arrays? How do I compute the intersection of two arrays?
506 How do I test whether two arrays or hashes are equal?
542 How do I manipulate arrays of bits?
546 Why does defined() return true on empty arrays and hashes?
606 How can I make the Perl equivalent of a C structure/C++ class/hash or array of hashes or arrays?
646 How do I pack arrays of doubles or floats for XS code?
/openbsd/src/gnu/usr.bin/perl/t/op/
Dpos.t55 'pos refuses @arrays';

12345678910>>...14