Searched refs:smax (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dmemset_s.c38 memset_s(void *s, size_t smax, int c, size_t n) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dillegal-lse.s55 .irp suffix, add, clr, eor, set, smax, smin, umax, umin
61 .irp suffix, add, clr, eor, set, smax, smin, umax, umin
H A Dlse-atomic.s55 .irp suffix, add, clr, eor, set, smax, smin, umax, umin
61 .irp suffix, add, clr, eor, set, smax, smin, umax, umin
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dfixlib.c235 make_raw_shell_str( char* pz_d, tCC* pz_s, size_t smax )
241 smax--; /* adjust for trailing NUL */
255 if (dtaSize > smax)
261 if ((size_t) (pz_d - pz_d_start) >= smax)
268 if ((size_t) (pz_d - pz_d_start) >= smax - sizeof( zQ )-1)
H A Dfixlib.h266 char* make_raw_shell_str ( char* pz_d, tCC* pz_s, size_t smax );
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixlib.c235 make_raw_shell_str( char* pz_d, tCC* pz_s, size_t smax )
241 smax--; /* adjust for trailing NUL */
255 if (dtaSize > smax)
261 if ((size_t) (pz_d - pz_d_start) >= smax)
268 if ((size_t) (pz_d - pz_d_start) >= smax - sizeof( zQ )-1)
H A Dfixlib.h266 char* make_raw_shell_str ( char* pz_d, tCC* pz_s, size_t smax );
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dparse_number.exp56 set smax [expr 1 << ($type_bits - 1)];
59 return [expr ($n <= $smax)]
62 return [expr ($n < $smax)]
/netbsd-current/usr.bin/fsplit/
H A Dfsplit.c394 scan_name(char *s, size_t smax, const char *ptr) argument
402 sptrmax = smax - 3;
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dutils.c97 size_t lutil_gentime( char *s, size_t smax, const struct tm *tm )
106 ret = strftime( s, smax, "%Y%m%d%H%M%SZ", tm );
115 size_t lutil_localtime( char *s, size_t smax, const struct tm *tm, long delta ) argument
120 if ( smax < 16 ) { /* YYYYmmddHHMMSSZ */
130 ret = strftime( s, smax, "%Y%m%d%H%M%SZ", tm );
139 if ( smax < 20 ) { /* YYYYmmddHHMMSS+HHMM */
153 snprintf( p, smax - 15, "%02ld%02ld", delta / 3600,
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dintprops.h448 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \
450 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
453 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \
454 (overflow (a, b, smin, smax) \
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dintprops.h477 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \
479 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
482 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \
483 (overflow (a, b, smin, smax) \
/netbsd-current/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim30 \ lshiftrt rotatert smin smax umin umax pre_dec
/netbsd-current/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim30 \ lshiftrt rotatert smin smax umin umax pre_dec
/netbsd-current/crypto/external/bsd/heimdal/include/
H A Droken.h314 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL memset_s(void *s, size_t smax,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h388 ConstantRange smax(const ConstantRange &Other) const;
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlutil.h228 lutil_localtime LDAP_P(( char *s, size_t smax, const struct tm *tm,
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c55 int64_t smax; /* signed maximum */ member in struct:integer_constraints
119 c.smax = INT64_MAX;
126 c.smax = (int64_t)(vbits >> 1);
144 c.smax = si;
173 c.smax = INT64_MAX;
187 c.smax = INT64_MAX;
204 c.smax = INT64_MAX;
221 if (b.smin == b.smax && b.smin >= 0 && b.smin < 64)
229 c.smax = INT64_MAX;
246 if (b.smin == b.smax
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp868 case Intrinsic::smax:
893 case Intrinsic::smax:
894 return Ops[0].smax(Ops[1]);
1059 ConstantRange::smax(const ConstantRange &Other) const {
1060 // X smax Y is: range(smax(X_smin, Y_smin),
1061 // smax(X_smax, Y_smax))
1064 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin());
1065 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1;
1581 // a s+ b overflows high iff a s>=0 && b s>= 0 && a s> smax
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c1251 acs.sizrange[0] = wi::smax (wi::abs (endoff - srcref->offrange[0]) + 1,
1269 acs.sizrange[1] = wi::smax (acs.dstsiz[1], srcref->sizrange[1]).to_shwi ();
1296 acs.sizrange[0] = wi::smax (dstref->sizrange[0],
1298 acs.sizrange[1] = wi::smax (dstref->sizrange[1],
1405 sizrange[0] = wi::smax (acs.dstsiz[0], srcref->sizrange[0]).to_shwi ();
1406 sizrange[1] = wi::smax (acs.dstsiz[1], srcref->sizrange[1]).to_shwi ();
H A Ddouble-int.h183 double_int smax (double_int b);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc1261 acs.sizrange[0] = wi::smax (wi::abs (endoff - srcref->offrange[0]) + 1,
1279 acs.sizrange[1] = wi::smax (acs.dstsiz[1], srcref->sizrange[1]).to_shwi ();
1327 acs.sizrange[0] = wi::smax (dstref->sizrange[0],
1329 acs.sizrange[1] = wi::smax (dstref->sizrange[1],
1413 sizrange[0] = wi::smax (acs.dstsiz[0], srcref->sizrange[0]).to_shwi ();
1414 sizrange[1] = wi::smax (acs.dstsiz[1], srcref->sizrange[1]).to_shwi ();
H A Ddouble-int.h183 double_int smax (double_int b);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp204 case Intrinsic::smax:
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h325 /// Compute known bits for smax(LHS, RHS).
326 static KnownBits smax(const KnownBits &LHS, const KnownBits &RHS);

Completed in 456 milliseconds

123