Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dauto_sense.c238 uint_t *dim1, uint_t lim1,
2217 uint_t *dim1, uint_t lim1, argument
2244 for (i = 0; (((*dim1)>>i)&1) == 0 && ((*dim1)>>i) > lim1; i++)
2251 if (((*dim1) > lim1) || ((*dim2) > lim2) || ((*dim3) > lim3)) {
2261 d[1] = lim1;
2284 if (*dim1 > lim1) *dim1 = lim1;
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c669 …const mDNSu8 *const lim1 = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not c… in AppendLiteralLabelString() local
671 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; in AppendLiteralLabelString()