Searched refs:arrays (Results 1 - 25 of 63) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980506-1.x1 # The arrays are too large for the xstormy16 - won't fit in 16 bits.
H A D920501-12.x2 # the stack arrays are too large. Force to use 16-bit ints for it.
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dprintcmds.c59 /* Single and multidimensional arrays to test access and printing of array
75 /* Test printing of a struct containing character arrays. */
83 } arrays = { variable in typeref:struct:some_arrays
91 struct some_arrays *parrays = &arrays;
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
H A Dpass39-frag.c13 char *arrays [numarrays]; local
19 arrays[i] = calloc (numels, sizeof(arrays[i][0]));
20 assert (arrays[i] != NULL);
21 arrays[i][x] = i;
22 free (arrays[i]);
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dgenpacksizetables.pl26 my %arrays;
36 $arrays{$shriek ? 'shrieking' : 'normal'}{ord $chrmap->{$letter}} =
43 my $array = $arrays{$arrayname} ||
/openbsd-current/lib/libcbor/
H A 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-current/usr.bin/tic/
H A DMKtermsort.sh36 # The output of this script is C source for nine arrays that list three sort
57 * termsort.h --- sort order arrays for use by infocmp.
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr100_track.h69 struct r100_cs_track_array arrays[16]; member in struct:r100_cs_track
H A Dr100.c1341 track->arrays[i + 0].esize = idx_value >> 8;
1342 track->arrays[i + 0].robj = reloc->robj;
1343 track->arrays[i + 0].esize &= 0x7F;
1352 track->arrays[i + 1].robj = reloc->robj;
1353 track->arrays[i + 1].esize = idx_value >> 24;
1354 track->arrays[i + 1].esize &= 0x7F;
1366 track->arrays[i + 0].robj = reloc->robj;
1367 track->arrays[i + 0].esize = idx_value >> 8;
1368 track->arrays[i + 0].esize &= 0x7F;
1961 track->arrays[
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/Tie/
H A DArray.pm117 Tie::Array - base class for tied arrays
171 The B<Tie::StdArray> package provides efficient methods required for tied arrays
173 It inherits from B<Tie::Array>, and should cause tied arrays to behave exactly
174 like standard arrays, allowing for selective overloading of methods.
176 For developers wishing to write their own tied arrays, the required methods
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/
H A DArray.pm29 This is a simple iterator wrapper for arrays of scalar content, used by
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dmetafile_file.t98 is($mm->metafile_file( a => {}, b => [], c => undef ), <<'YAML', 'empty hashes and arrays');
298 like($@, qr/^only nested hashes, arrays and objects are supported/,
306 like($@, qr/^only nested arrays of non-refs are supported/,
/openbsd-current/gnu/usr.bin/perl/dist/Env/lib/
H A DEnv.pm7 Env - perl module that imports environment variables as scalars or arrays
66 On VMS systems, arrays tied to environment variables are read-only. Attempting
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dpos.t55 'pos refuses @arrays';
H A Dinccode.t219 my @old_INC = @INC; # because local doesn't work on tied arrays
/openbsd-current/gnu/usr.bin/perl/lib/
H A DBenchmark.t566 is (ref $chart->[0], 'ARRAY', "output should be an array of arrays");
590 is (ref $chart->[0], 'ARRAY', "output should be an array of arrays");
623 is (ref $chart->[0], 'ARRAY', "output should be an array of arrays");
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/
H A DUtil.pm665 at that corresponding position from each of the given input arrays. If any
666 input arrays run out of elements before others, then C<undef> will be inserted
669 The C<zip> function is particularly handy for iterating over multiple arrays
680 so make sure to invoke it with references to arrays.
688 arrays of differing lengths. C<zip_shortest> will stop as soon as any one of
689 the input arrays run out of elements, discarding any remaining unused values
706 at the corresponding position from each of the given input arrays. If any
707 input arrays run out of elements before others, then C<undef> will be inserted
712 arrays.
715 useful for building a hash out of two separate arrays o
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm73 Carp::croak('Splice not implemented for shared arrays');
250 and scalar refs, arrays and array refs, and hashes and hash refs.
543 When C<share> is used on arrays, hashes, array refs or hash refs, any data
587 Does not support C<splice> on arrays. Does not support explicitly changing
590 Taking references to the elements of shared arrays and hashes does not
/openbsd-current/gnu/usr.bin/perl/dist/constant/lib/
H A Dconstant.pm315 List constants are lists, not arrays. To index or slice them, they
415 L<Readonly> - Facility for creating read-only scalars, arrays, hashes.
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs139 # __strip_zeros (also check for empty arrays from div)
156 av_push (a, newSViv(0)); /* correct empty arrays */
/openbsd-current/gnu/usr.bin/perl/dist/Dumpvalue/lib/
H A DDumpvalue.pm538 Print only first N elements of arrays and hashes. If false, prints all the
552 Dump arrays holding contents of debugged files.
/openbsd-current/gnu/usr.bin/perl/dist/base/lib/
H A Dfields.pm255 compact and as fast arrays to access, as long as the objects are
/openbsd-current/gnu/usr.bin/perl/lib/Class/
H A DStruct.pm109 my %arrays = ();
154 $arrays{$name}++;
207 if( defined $arrays{$name} ){
/openbsd-current/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/
H A DParseWords.pm181 Text::ParseWords - parse text into an array of tokens or array of arrays
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc37 * 2. To construct LLVM type arrays for the struct type:

Completed in 183 milliseconds

123