Searched defs:dim2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c236 uint_t *dim2, uint_t lim2,
2159 uint_t *dim2, uint_t lim2,
2169 assert(*dim1 >= *dim2);
2170 assert(*dim2 >= *dim3);
2192 if (((*dim1) > lim1) || ((*dim2) > lim2) || ((*dim3) > lim3)) {
2218 *dim2 = (int)d[2];
2226 if (*dim2 > lim2) *dim2 = lim2;
2228 return (*dim1 * *dim2 * *dim3);
2156 square_box( diskaddr_t capacity, uint_t *dim1, uint_t lim1, uint_t *dim2, uint_t lim2, uint_t *dim3, uint_t lim3) argument
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c689 Dwarf_Die dim2; local
692 if ((dim2 = die_sibling(dw, dim)) == NULL) {
694 } else if (die_tag(dw, dim2) == DW_TAG_subrange_type) {
698 die_off(dw, dim2), ctdp->t_id);
699 tdesc_array_create(dw, dim2, arrtdp, ctdp);
702 die_off(dw, dim2));

Completed in 52 milliseconds