Home
last modified time | relevance | path

Searched refs:lim1 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/format/
H A Dauto_sense.c235 uint_t *dim1, uint_t lim1,
2158 uint_t *dim1, uint_t lim1, argument
2185 for (i = 0; (((*dim1)>>i)&1) == 0 && ((*dim1)>>i) > lim1; i++)
2192 if (((*dim1) > lim1) || ((*dim2) > lim2) || ((*dim3) > lim3)) {
2202 d[1] = lim1;
2225 if (*dim1 > lim1) *dim1 = lim1;
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c773 …const mDNSu8 *const lim1 = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can ad… in AppendLiteralLabelString() local
775 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; in AppendLiteralLabelString()