Home
last modified time | relevance | path

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

123

/dflybsd-src/usr.sbin/mfiutil/
H A Dmfi_config.c245 int *arrays; member
368 if (state->arrays[i] == state->array_ref) in find_next_array()
422 build_volume(char *volumep, int narrays, struct array_info *arrays, in build_volume() argument
497 ld->params.num_drives = arrays[0].array->num_drives; in build_volume()
505 ar = arrays[i].array; in build_volume()
526 struct array_info *arrays; in create_volume() local
555 arrays = NULL; in create_volume()
661 arrays = calloc(narrays, sizeof(*arrays)); in create_volume()
662 if (arrays == NULL) { in create_volume()
668 error = parse_array(fd, raid_type, av[i], &arrays[i]); in create_volume()
[all …]
/dflybsd-src/sys/dev/drm/radeon/
H A Dr100.c1343 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1344 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1345 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1354 track->arrays[i + 1].robj = reloc->robj; in r100_packet3_load_vbpntr()
1355 track->arrays[i + 1].esize = idx_value >> 24; in r100_packet3_load_vbpntr()
1356 track->arrays[i + 1].esize &= 0x7F; in r100_packet3_load_vbpntr()
1368 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1369 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1370 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1963 track->arrays[0].robj = reloc->robj; in r100_packet3_check()
[all …]
H A Dr100_track.h66 struct r100_cs_track_array arrays[16]; member
/dflybsd-src/usr.bin/compress/doc/
H A DREADME36 o M_XENIX Makes arrays < 65536 bytes each
239 >>2. Changed the struct to separate arrays; saves mucho memory.
246 >>machine, due to the size of the arrays.
H A Drevision.log102 * Added C version of vax asm routines. Changed structure to arrays to
/dflybsd-src/contrib/gcc-8.0/gcc/fortran/
H A Dlang.opt501 Specify that an external BLAS library should be used for matmul calls on large-size arrays.
629 fstack-arrays
631 Put all local arrays on stack.
709 frepack-arrays
/dflybsd-src/contrib/awk/
H A DFIXES.1e207 Merge PR #70, which avoids use of variable length arrays. Thanks
930 removed most fixed-size arrays, though a handful remain, some
935 fields and $0 in fixed-size arrays with arrays that grow on
946 fixed-size arrays and awkward kludges by a fairly uniform mechanism
947 to grow arrays as needed for printf, sub, gsub, etc.
954 replaced several fixed-size arrays by dynamically-created ones
1073 the state arrays can still overflow.
1091 cosmetic changes: increased sizes of some arrays,
1139 cranked up some fixed-size arrays in b.c, and added a test for
1260 changed number of arguments to functions to static arrays
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dnumeric73 * (n-at-a-time) arrays, generalized numeric algorithms, and special
H A Darray76 // Support for zero-sized arrays mandatory.
H A Dvalarray102 * Classes and functions for representing and manipulating arrays of elements.
713 // 630. arrays of valarray.
753 // 630. arrays of valarray.
H A Dtype_traits692 // functional casts of the form T(). Complete arrays can be default-
694 // arrays with unknown bounds are not.
1655 // Decay trait for arrays and functions, used for perfect forwarding
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmachmode.def169 more space for the mode_size and mode_alignment arrays. */
175 /* BLKmode is used for structures, arrays, etc.
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmachmode.def185 more space for the mode_size and mode_alignment arrays. */
191 /* BLKmode is used for structures, arrays, etc.
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dnumeric73 * (n-at-a-time) arrays, generalized numeric algorithms, and special
H A Dvalarray100 * Classes and functions for representing and manipulating arrays of elements.
716 // 630. arrays of valarray.
756 // 630. arrays of valarray.
828 // 630. arrays of valarray.
H A Darray108 // Support for zero-sized arrays mandatory.
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi512 access function for the support of arrays. For example, for a reference
520 is used to support pointers, and is not used for arrays (for which we
543 If both @code{a} and @code{b} are represented as arrays, compare
572 arrays,
581 @item two arrays @code{dir_vects} and @code{dist_vects} that contain
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Darray70 // Support for zero-sized arrays mandatory.
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Darray69 // Support for zero-sized arrays mandatory.
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/profile/
H A Darray55 // Support for zero-sized arrays mandatory.
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc.opt473 Warn if qualifiers on arrays which are pointer targets are discarded.
1149 -Wvla-larger-than=<number> Warn on unbounded uses of variable-length arrays, and
1150 on bounded uses of variable-length arrays whose bound can be
1275 Forces Pointer Bounds Checker to use bounds of the innermost arrays in case of
1276 nested static arrays access. By default outermost array is used.
1278 fchkp-flexible-struct-trailing-arrays
1280 Forces Pointer Bounds Checker to treat all trailing arrays in structures as
1281 possibly flexible. By default only arrays fields with zero length or that are
/dflybsd-src/sys/vfs/hammer2/
H A DFREEMAP61 The freemap topology contains 4 levels of meta-data (blockref arrays),
166 Freemap layers 2, 3, 4, and 5 operate as arrays of blockrefs but steal
/dflybsd-src/contrib/gdtoa/
H A DREADME33 on arrays of unsigned 32-bit integers of type ULong, a signed 32-bit
107 are viewed as arrays of ULong (or, for the "x" functions, UShort)
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Darray58 // Support for zero-sized arrays mandatory.
/dflybsd-src/contrib/gdb-7/include/gdb/
H A Dsignals.def199 /* Last and unused enum value, for sizing arrays, etc. */

123