Home
last modified time | relevance | path

Searched refs:lmax (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_integer_overflow.c140 sval_t lmax, rmax, res; in can_integer_overflow() local
169 get_absolute_max(expr->left, &lmax); in can_integer_overflow()
172 if (sval_binop_overflows(lmax, op, rmax)) in can_integer_overflow()
175 res = sval_binop(lmax, op, rmax); in can_integer_overflow()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdos.c47 Sfoff_t lmax; member
213 if(dp->lhere>dp->lmax)
215 dp->lmax = dp->lhere;
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
/illumos-gate/usr/src/tools/smatch/src/validation/expand/
H A Dbad-shift.c3 static int lmax(int a) in lmax() function
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c1206 int lcur, lmax; local
1208 lcur = lmax = 0;
1244 if ( lcur + len + 1 > lmax ) {
1245 lmax = LDAPMOD_MAXLINE
1247 if (( buf = (char *)LDAPTOOL_SAFEREALLOC( buf, lmax )) == NULL ) {
/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h60 int32_t lmax; member
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h379 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax() function
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1152 ui->lmax = hidparser_find_signed_val(attribute); in hidparser_fill_usage_info()