Searched refs:quot (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/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;
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A DMakefile28 # cmd/fs.d/ufs/quot/Makefile
31 LIBPROG= quot
/illumos-gate/usr/src/head/iso/
H A Dstdlib_c99.h59 long long quot; member in struct:__anon154
H A Dstdlib_iso.h66 int quot; member in struct:std::__anon155
71 long quot; member in struct:std::__anon156
/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c109 longlong_t quot; local
241 quot = prod / dfrom_res;
248 if (quot > UINT_MAX) {
252 htp->hrt_rem = (int)quot;
/illumos-gate/usr/src/boot/include/
H A Dinttypes.h43 intmax_t quot; /* Quotient. */ member in struct:__anon9
H A Dstdlib.h60 int quot; /* quotient */ member in struct:__anon40
65 long quot; member in struct:__anon41
132 long long quot; member in struct:__anon42
/illumos-gate/usr/src/cmd/fs.d/ufs/
H A DMakefile38 labelit lockfs ncheck quot quota quotacheck quotaon \
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c90 struct quotctl quot; local
95 if (copyin((caddr_t)arg, &quot, sizeof (struct quotctl)))
104 quot.op = quot32.op;
105 quot.uid = quot32.uid;
106 quot.addr = (caddr_t)(uintptr_t)quot32.addr;
110 if (quot.uid < 0)
111 quot.uid = crgetruid(cr);
112 if (quot.op == Q_SYNC && vp == NULL) {
114 } else if (quot.op != Q_ALLSYNC) {
117 switch (quot
[all...]
/illumos-gate/usr/src/head/
H A Dinttypes.h82 intmax_t quot; member in struct:__anon2262
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c581 longlong_t quot; local
712 quot = prod / dfrom_res;
719 if (quot > UINT_MAX) {
723 htp->hrt_rem = (int)quot;
/illumos-gate/usr/src/common/mpi/
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);
H A Dmpi.c3389 mp_int quot; local
3413 MP_DIGITS(&quot) = 0;
3415 MP_CHECKOK( mp_init_size(&quot, USED(mp), FLAG(mp)) );
3428 s_mp_lshd(&quot, 1);
3429 DIGIT(&quot, 0) = (mp_digit)q;
3441 MP_DIGIT(&quot, 0) = d;
3442 MP_CHECKOK( s_mp_norm(&rem, &quot, &norm) );
3445 MP_DIGIT(&quot, 0) = 0;
3461 MP_CHECKOK( s_mp_lshd(&quot, 1) );
3462 DIGIT(&quot,
4213 s_mp_div(mp_int *rem, mp_int *div, mp_int *quot) argument
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c185 int quot; local
876 quot = c;
884 if ((quot = c) == '<')
893 quot = '>';
905 if (c != quot)
931 if (c == '\n' && quot == '\'' && (pp.option & STRINGSPAN)) n = 0;
937 switch (quot)
973 error(m, "%s in %c quote", pptokchr(c), quot);
979 PUTCHR(quot);
984 c = quot;
[all...]
H A Dppproto.c562 int quot; local
729 quot = c;
750 if (c == quot)
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Drssread.sh289 ["quot"]='"'
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbuiltins.sh274 if [[ $(printf '%H\n' $'<>"& \'\tabc') != '&lt;&gt;&quot;&amp;&nbsp;&apos;&#9;abc' ]]
/illumos-gate/usr/src/man/man1m/
H A DMakefile405 quot.1m \

Completed in 88 milliseconds