Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 25 of 27) sorted by relevance

12

/titanic_51/usr/src/lib/libc/port/gen/
H A Ddiv.c54 r.quot = num / denom;
57 * The ANSI standard says that |r.quot| <= |n/d|, where
64 * negative and r.quot has been truncated towards -inf,
66 * sign of num; if both are negative and r.quot has been
76 * In that case, to get the right answer, add 1 to r.quot and
80 r.quot++;
94 r.quot = num / denom;
97 r.quot++;
H A Dlldiv.c44 sd.quot = numer / denom; in lldiv()
/titanic_51/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c90 struct quotctl quot; in quotactl() local
95 if (copyin((caddr_t)arg, &quot, sizeof (struct quotctl))) in quotactl()
104 quot.op = quot32.op; in quotactl()
105 quot.uid = quot32.uid; in quotactl()
106 quot.addr = (caddr_t)(uintptr_t)quot32.addr; in quotactl()
110 if (quot.uid < 0) in quotactl()
111 quot.uid = crgetruid(cr); in quotactl()
112 if (quot.op == Q_SYNC && vp == NULL) { in quotactl()
114 } else if (quot.op != Q_ALLSYNC) { in quotactl()
117 switch (quot in quotactl()
[all...]
/titanic_51/usr/src/cmd/dispadmin/
H A Dsubr.c109 longlong_t quot; in _hrtnewres() local
241 quot = prod / dfrom_res; in _hrtnewres()
248 if (quot > UINT_MAX) { in _hrtnewres()
252 htp->hrt_rem = (int)quot; in _hrtnewres()
/titanic_51/usr/src/boot/include/
H A Dstdlib.h60 int quot; /* quotient */ member
65 long quot; member
132 long long quot; member
H A Dinttypes.h43 intmax_t quot; /* Quotient. */ member
/titanic_51/usr/src/head/iso/
H A Dstdlib_iso.h66 int quot; member
71 long quot; member
H A Dstdlib_c99.h59 long long quot; member
/titanic_51/usr/src/lib/libpp/common/
H A Dpplex.c185 int quot; in ppcpp() local
876 quot = c; in ppcpp()
884 if ((quot = c) == '<') in ppcpp()
893 quot = '>'; in ppcpp()
905 if (c != quot) in ppcpp()
931 if (c == '\n' && quot == '\'' && (pp.option & STRINGSPAN)) n = 0; in ppcpp()
937 switch (quot) in ppcpp()
973 error(m, "%s in %c quote", pptokchr(c), quot); in ppcpp()
979 PUTCHR(quot); in ppcpp()
984 c = quot; in ppcpp()
[all …]
H A Dppproto.c562 int quot; in lex() local
729 quot = c; in lex()
750 if (c == quot) in lex()
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c185 int quot; in ppcpp() local
876 quot = c; in ppcpp()
884 if ((quot = c) == '<') in ppcpp()
893 quot = '>'; in ppcpp()
905 if (c != quot) in ppcpp()
931 if (c == '\n' && quot == '\'' && (pp.option & STRINGSPAN)) n = 0; in ppcpp()
937 switch (quot) in ppcpp()
973 error(m, "%s in %c quote", pptokchr(c), quot); in ppcpp()
979 PUTCHR(quot); in ppcpp()
984 c = quot; in ppcpp()
[all...]
H A Dppproto.c594 int quot; in lex() local
761 quot = c; in lex()
782 if (c == quot) in lex()
/titanic_51/usr/src/cmd/priocntl/
H A Dsubr.c584 longlong_t quot; local
715 quot = prod / dfrom_res;
722 if (quot > UINT_MAX) {
726 htp->hrt_rem = (int)quot;
/titanic_51/usr/src/cmd/fs.d/ufs/quot/
H A DMakefile28 # cmd/fs.d/ufs/quot/Makefile
31 LIBPROG= quot
/titanic_51/usr/src/cmd/fs.d/ufs/
H A DMakefile38 labelit lockfs ncheck quot quota quotacheck quotaon \
/titanic_51/usr/src/head/
H A Dinttypes.h82 intmax_t quot; member
/titanic_51/usr/src/common/mpi/
H A Dmpi.c3389 mp_int quot; in s_mp_div_d() local
3413 MP_DIGITS(&quot) = 0; in s_mp_div_d()
3415 MP_CHECKOK( mp_init_size(&quot, USED(mp), FLAG(mp)) ); in s_mp_div_d()
3428 s_mp_lshd(&quot, 1); in s_mp_div_d()
3429 DIGIT(&quot, 0) = (mp_digit)q; in s_mp_div_d()
3441 MP_DIGIT(&quot, 0) = d; in s_mp_div_d()
3442 MP_CHECKOK( s_mp_norm(&rem, &quot, &norm) ); in s_mp_div_d()
3445 MP_DIGIT(&quot, 0) = 0; in s_mp_div_d()
3461 MP_CHECKOK( s_mp_lshd(&quot, 1) ); in s_mp_div_d()
3462 DIGIT(&quot, in s_mp_div_d()
4215 s_mp_div(mp_int * rem,mp_int * div,mp_int * quot) s_mp_div() argument
[all...]
H A Dmpi-priv.h230 mp_err s_mp_div(mp_int *rem, mp_int *div, mp_int *quot); /* magnitude div */
299 mp_digit divisor, mp_digit *quot, mp_digit *rem);
/titanic_51/usr/src/lib/libast/common/features/
H A Dsys106 echo "typedef struct { int quot; int rem; } $v;"
112 echo "typedef struct { long quot; long rem; } $v;"
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys114 echo "typedef struct { int quot; int rem; } $v;"
120 echo "typedef struct { long quot; long rem; } $v;"
/titanic_51/usr/src/lib/libshell/common/scripts/
H A Drssread.sh289 ["quot"]='"'
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/
H A Drssread.sh289 ["quot"]='"'
/titanic_51/usr/src/man/man1m/
H A DMakefile386 quot.1m \
/titanic_51/usr/src/pkg/manifests/
H A DSUNWcs.man1m.inc196 file path=usr/share/man/man1m/quot.1m
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c2858 int quot; local
3025 quot = c;
3046 if (c == quot)

12