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

/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/common/decls/
H A DMakefile17 tst.arrays.d \
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_config.c274 int *arrays; member in struct:config_id_state
397 if (state->arrays[i] == state->array_ref)
448 * Create a volume that spans one or more arrays.
451 build_volume(char *volumep, int narrays, struct array_info *arrays, argument
507 * or RAID-60 arrays. The only nested array
526 ld->params.num_drives = arrays[0].array->num_drives;
534 ar = arrays[i].array;
555 struct array_info *arrays; local
584 arrays = NULL;
648 /* Parse all the arrays
[all...]
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dr100_track.h68 struct r100_cs_track_array arrays[16]; member in struct:r100_cs_track
H A Dr100.c1321 track->arrays[i + 0].esize = idx_value >> 8;
1322 track->arrays[i + 0].robj = reloc->robj;
1323 track->arrays[i + 0].esize &= 0x7F;
1332 track->arrays[i + 1].robj = reloc->robj;
1333 track->arrays[i + 1].esize = idx_value >> 24;
1334 track->arrays[i + 1].esize &= 0x7F;
1346 track->arrays[i + 0].robj = reloc->robj;
1347 track->arrays[i + 0].esize = idx_value >> 8;
1348 track->arrays[i + 0].esize &= 0x7F;
2053 track->arrays[
[all...]
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile9 arrays \
/freebsd-10-stable/contrib/one-true-awk/
H A DFIXES527 removed most fixed-size arrays, though a handful remain, some
532 fields and $0 in fixed-size arrays with arrays that grow on
543 fixed-size arrays and awkward kludges by a fairly uniform mechanism
544 to grow arrays as needed for printf, sub, gsub, etc.
551 replaced several fixed-size arrays by dynamically-created ones
670 the state arrays can still overflow.
688 cosmetic changes: increased sizes of some arrays,
736 cranked up some fixed-size arrays in b.c, and added a test for
857 changed number of arguments to functions to static arrays
[all...]
/freebsd-10-stable/lib/libjail/
H A Djail.c574 int i, ai, ki, jid, arrays, sanity; local
583 arrays = 0;
592 arrays = 1;
624 if (arrays && jail_get(jiov, ki, flags) < 0) {
676 if (jid >= 0 || !arrays || sanity == ARRAY_SANITY ||
/freebsd-10-stable/contrib/binutils/binutils/
H A Dieee.c3764 /* List of arrays of this type of various bounds. */
3765 struct ieee_modified_array_type *arrays;
3768 /* A list of arrays bounds. */
5625 for (a = m->arrays; a != NULL; a = a->next)
5654 a->next = m->arrays;
5655 m->arrays = a;
3763 struct ieee_modified_array_type *arrays; member in struct:ieee_modified_type
/freebsd-10-stable/contrib/subversion/
H A Dbuild.conf909 description = Test packed bit arrays

Completed in 194 milliseconds