Searched refs:cnt (Results 1 - 25 of 1640) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nios2/
H A Dlib2-mul.c31 USItype cnt = a; local
33 while (cnt)
35 if (cnt & 1)
38 cnt >>= 1;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nios2/
H A Dlib2-mul.c31 USItype cnt = a; local
33 while (cnt)
35 if (cnt & 1)
38 cnt >>= 1;
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex.awk4 printf("#define %s %d\n", $2, cnt++);
H A Dex_z.c43 db_recno_t cnt, equals, lno; local
56 * a line from the cnt if using the window size to leave room for
60 cnt = cmdp->count;
63 cnt = O_VAL(sp, O_SCROLL) * 2;
65 cnt = O_VAL(sp, O_WINDOW) - 1;
74 case E_C_CARAT: /* Display cnt * 2 before the line. */
76 if (lno > cnt * 2)
77 cmdp->addr1.lno = (lno - cnt * 2) + 1;
80 cmdp->addr2.lno = (cmdp->addr1.lno + cnt) - 1;
83 cmdp->addr1.lno = lno > cnt
[all...]
/netbsd-current/external/bsd/nvi/dist/ipc/
H A Dipc.awk4 printf("#define %s %d\n", $2, ++cnt);
H A Dvipc.awk4 printf("#define %s %d\n", $2, ++cnt);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dnbits_ulong.c33 int cnt; local
39 count_leading_zeros (cnt, (mp_limb_t) n);
40 cnt = GMP_NUMB_BITS - cnt;
44 cnt = 0;
49 cnt += 16;
57 cnt += 8;
65 cnt += 4;
73 cnt += 2;
79 cnt
93 int cnt; local
[all...]
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dinfosrch33 $cnt = 0;
36 print "$target\n $lines[($cnt-1)]\n<$cnt> $lines[$cnt]\n $lines[($cnt+1)]\n";
40 if($lines[($cnt-6)]){
41 print " $lines[($cnt-6)]\n";
43 if($lines[($cnt-5)]){
44 print " $lines[($cnt-5)]\n";
46 if($lines[($cnt
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_util.h29 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt)
30 #define COMPILE_TIME_ASSERT2(expr, cnt) \
31 typedef char ct_assert_##cnt[(expr) ? 1 : -1] UNUSED
/netbsd-current/external/bsd/nsd/dist/compat/
H A Dsetproctitle.c27 ssize_t cnt = 0; local
40 cnt = readlink("/proc/self/exe", buf, len);
41 } while (cnt >= 0 && (size_t)cnt == len);
43 if (cnt >= 0) {
44 buf[cnt] = '\0';
57 int cnt = 0, off = 0; local
64 cnt = snprintf(buf, sizeof(buf), "%s%s", basename(exe), sep);
65 if ((size_t)cnt >= sizeof(buf)) {
66 cnt
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dget_d_2exp.c40 int cnt; local
51 count_leading_zeros (cnt, ptr[abs_size - 1]);
52 cnt -= GMP_NAIL_BITS;
54 *expptr = EXP(src) * GMP_NUMB_BITS - cnt;
55 return mpn_get_d (ptr, abs_size, size, -(abs_size * GMP_NUMB_BITS - cnt));
H A Dpow_ui.c43 int cnt; local
54 count_leading_zeros (cnt, (mp_limb_t) e);
55 cnt = GMP_LIMB_BITS - 1 - cnt;
61 mpf_init2 (t, mpf_get_prec (r) + cnt);
64 while (--cnt > 0)
67 if ((e >> cnt) & 1)
/netbsd-current/bin/pax/
H A Dbuf_subs.c219 off_t cnt; local
248 if ((cnt = (skcnt/blksz) * blksz) < skcnt)
249 cnt += blksz;
250 if (ar_rev((off_t)cnt) < 0)
258 if ((cnt -= skcnt) > 0) {
274 bufpt = buf + cnt;
385 pback(char *pt, int cnt) argument
387 bufpt -= cnt;
388 memcpy(bufpt, pt, cnt);
404 off_t cnt; local
493 int cnt; local
530 int cnt; local
577 int cnt; local
615 int cnt; local
685 int cnt = 0; local
784 int cnt; local
885 int cnt; local
933 int cnt; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dflt1282mpn.c70 int cnt; local
75 count_leading_zeros (cnt, res_ptr[N - 1]);
76 cnt -= NUM_LEADING_ZEROS;
77 res_ptr[N - 1] = res_ptr[N - 1] << cnt
78 | (res_ptr[0] >> (BITS_PER_MP_LIMB - cnt));
79 res_ptr[0] <<= cnt; local
80 *expt = FLT128_MIN_EXP - 1 - cnt;
84 count_leading_zeros (cnt, res_ptr[0]);
85 if (cnt >= NUM_LEADING_ZEROS)
87 res_ptr[N - 1] = res_ptr[0] << (cnt
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dflt1282mpn.c70 int cnt; local
75 count_leading_zeros (cnt, res_ptr[N - 1]);
76 cnt -= NUM_LEADING_ZEROS;
77 res_ptr[N - 1] = res_ptr[N - 1] << cnt
78 | (res_ptr[0] >> (BITS_PER_MP_LIMB - cnt));
79 res_ptr[0] <<= cnt; local
80 *expt = FLT128_MIN_EXP - 1 - cnt;
84 count_leading_zeros (cnt, res_ptr[0]);
85 if (cnt >= NUM_LEADING_ZEROS)
87 res_ptr[N - 1] = res_ptr[0] << (cnt
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dcount4bits.c22 int cnt = 0, i, j; local
28 cnt++;
32 for (i = 32, j = cnt; i; i--, j--) {
38 return cnt;
/netbsd-current/usr.bin/tail/
H A Dread.c143 int blen, cnt, recno, wrap; local
153 blen = cnt = recno = wrap = 0;
156 if (++cnt > blen) {
161 p = sp + cnt - 1;
165 if (lines[recno].blen < cnt) {
167 cnt + 256)) == NULL)
170 lines[recno].blen = cnt + 256;
172 memmove(lines[recno].l, sp, lines[recno].len = cnt);
173 cnt = 0;
186 if (cnt) {
[all...]
/netbsd-current/sys/arch/sparc/dev/
H A Dsxreg.h194 #define SX_LD(dreg, cnt, o) (0x80000000 | ((cnt) << 23) | SX_LOAD | \
196 #define SX_LDB(dreg, cnt, o) (0x80000000 | ((cnt) << 23) | SX_LOAD | \
198 #define SX_LDW(dreg, cnt, o) (0x80000000 | ((cnt) << 23) | SX_LOAD | \
200 #define SX_LDP(dreg, cnt, o) (0x80000000 | ((cnt) << 23) | SX_LOAD | \
202 #define SX_LDUQ0(dreg, cnt, o) (0x80000000 | ((cnt) << 2
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dtdiv_q_2exp.c36 mpz_tdiv_q_2exp (mpz_ptr r, mpz_srcptr u, mp_bitcnt_t cnt) argument
44 limb_cnt = cnt / GMP_NUMB_BITS;
54 cnt %= GMP_NUMB_BITS;
55 if (cnt != 0)
57 mpn_rshift (rp, up, rn, cnt);
/netbsd-current/usr.bin/paste/
H A Dpaste.c100 int cnt, output; local
106 for (cnt = 0; cnt < argc; cnt++) {
107 if (strcmp(argv[cnt], "-") == 0)
108 fpp[cnt] = stdin;
109 else if (!(fpp[cnt] = fopen(argv[cnt], "r")))
110 err(1, "%s", argv[cnt]);
117 for (cnt
164 int cnt; local
201 int cnt; local
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Dplatform.cpp39 int i, cnt; local
42 for (i = cnt = 0, name = platid_name_table;
49 if (n == cnt)
55 if (n == cnt) {
64 return reinterpret_cast <void *>(cnt);
67 cnt++;
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dlshiftc.c34 /* Shift U (pointed to by up and n limbs long) cnt bits to the left
39 1. 0 < cnt < GMP_NUMB_BITS.
44 mpn_lshiftc (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) argument
52 ASSERT (cnt >= 1);
53 ASSERT (cnt < GMP_NUMB_BITS);
59 tnc = GMP_NUMB_BITS - cnt;
62 high_limb = (low_limb << cnt);
68 high_limb = low_limb << cnt;
H A Dlshift.c33 /* Shift U (pointed to by up and n limbs long) cnt bits to the left
38 1. 0 < cnt < GMP_NUMB_BITS.
43 mpn_lshift (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) argument
51 ASSERT (cnt >= 1);
52 ASSERT (cnt < GMP_NUMB_BITS);
58 tnc = GMP_NUMB_BITS - cnt;
61 high_limb = (low_limb << cnt) & GMP_NUMB_MASK;
67 high_limb = (low_limb << cnt) & GMP_NUMB_MASK;
H A Drshift.c33 /* Shift U (pointed to by up and N limbs long) cnt bits to the right
38 1. 0 < cnt < GMP_NUMB_BITS.
43 mpn_rshift (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) argument
51 ASSERT (cnt >= 1);
52 ASSERT (cnt < GMP_NUMB_BITS);
55 tnc = GMP_NUMB_BITS - cnt;
58 low_limb = high_limb >> cnt;
64 low_limb = high_limb >> cnt;
H A Dscan0.c43 int cnt; local
57 count_trailing_zeros (cnt, alimb);
58 return (p - up - 1) * GMP_NUMB_BITS + cnt;

Completed in 182 milliseconds

1234567891011>>