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

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dinit-fini-arrays.d1 #source: init-fini-arrays.s
H A Dpr24511.d1 #source: init-fini-arrays.s
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dprintcmds.c59 /* Single and multidimensional arrays to test access and printing of array
78 /* Test printing of a struct containing character arrays. */
86 } arrays = { variable in typeref:struct:some_arrays
94 struct some_arrays *parrays = &arrays;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprintcmds.c59 /* Single and multidimensional arrays to test access and printing of array
78 /* Test printing of a struct containing character arrays. */
86 } arrays = { variable in typeref:struct:some_arrays
94 struct some_arrays *parrays = &arrays;
/netbsd-current/external/bsd/bc/dist/
H A Dstorage.c77 arrays that are needed. This adds another 32 of the requested object. */
174 old_ary = arrays;
179 arrays = bc_malloc (a_count*sizeof(bc_var_array *));
182 /* Copy the old arrays. */
185 arrays[indx] = old_ary[indx];
192 arrays[indx] = NULL;
366 is a zero based index into the arrays storage array. INDEX is
380 ary_ptr = arrays[var_index];
383 ary_ptr = arrays[var_index] = bc_malloc (sizeof (bc_var_array));
879 a_temp->a_next = arrays[i
[all...]
H A Dglobal.h101 EXTERN bc_var_array **arrays; variable
/netbsd-current/external/mit/libcbor/lib/
H A DMakefile36 arrays.c \
60 cbor/arrays.h \
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dr100_track.h71 struct r100_cs_track_array arrays[16]; member in struct:r100_cs_track
H A Dradeon_r100.c1352 track->arrays[i + 0].esize = idx_value >> 8;
1353 track->arrays[i + 0].robj = reloc->robj;
1354 track->arrays[i + 0].esize &= 0x7F;
1363 track->arrays[i + 1].robj = reloc->robj;
1364 track->arrays[i + 1].esize = idx_value >> 24;
1365 track->arrays[i + 1].esize &= 0x7F;
1377 track->arrays[i + 0].robj = reloc->robj;
1378 track->arrays[i + 0].esize = idx_value >> 8;
1379 track->arrays[i + 0].esize &= 0x7F;
1972 track->arrays[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/
H A Dindex.d30 of any type, including strings, arrays, and other kinds of
41 $(TD Convenient operations commonly used with built-in arrays.
390 $(TD Manipulate builtin arrays.)
430 $(TD Serialize data to $(CODE ubyte) arrays.)
443 $(TD High level bit level manipulation, bit arrays, bit fields.)
/netbsd-current/external/lgpl3/gmp/dist/mpn/m68k/
H A Dlshift.asm143 C We loop from least significant end of the arrays, which is only
H A Drshift.asm133 C We loop from most significant end of the arrays, which is only permissable
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dlshift.asm155 C We loop from least significant end of the arrays, which is only
H A Drshift.asm152 C We loop from least significant end of the arrays, which is only
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Dformat.txt89 Ranges[] arrays. The Offsets[] array is aligned on a 4-byte boundary and
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc38 * 2. To construct LLVM type arrays for the struct type:
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc37 * 2. To construct LLVM type arrays for the struct type:
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d3 Functions and types that manipulate built-in arrays and associative arrays.
5 This module provides all kinds of functions to create, manipulate or convert arrays:
54 $(TD Checks if the initial segments of two arrays refer to the same
58 $(TD Checks if the final segments of two arrays refer to the same place
365 Duplicates: Associative arrays have unique keys. If r contains duplicate keys,
782 Returns the overlapping portion, if any, of two arrays. Unlike $(D
1248 same place in memory, making one of the arrays a slice of the other which
1269 same place in memory, making one of the arrays a slice of the other which
1539 The return type will be an array of $(D int) arrays
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d3 Functions and types that manipulate built-in arrays and associative arrays.
5 This module provides all kinds of functions to create, manipulate or convert arrays:
55 $(TD Checks if the initial segments of two arrays refer to the same
59 $(TD Checks if the final segments of two arrays refer to the same place
569 Duplicates: Associative arrays have unique keys. If r contains duplicate keys,
1217 Returns the overlapping portion, if any, of two arrays. Unlike `equal`,
1227 The overlapping portion of the two arrays.
1736 same place in memory, making one of the arrays a slice of the other which
1763 same place in memory, making one of the arrays
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x1926 might end up creating two arrays when you only needed one).
1993 parenthesisze pointers to arrays as well as pointers to other
1997 subscripts of multi-dimensional arrays in the right order.
2255 parameter) arrays half-heartedly.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-3.x1926 might end up creating two arrays when you only needed one).
1993 parenthesisze pointers to arrays as well as pointers to other
1997 subscripts of multi-dimensional arrays in the right order.
2255 parameter) arrays half-heartedly.
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3271 // These arrays contain 256 regular elements in unsigned char range + 1 EOF
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3325 // These arrays contain 256 regular elements in unsigned char range + 1 EOF
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3416 // These arrays contain 256 regular elements in unsigned char range + 1 EOF

Completed in 344 milliseconds