Home
last modified time | relevance | path

Searched refs:cnt2 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/common/
H A Dmsg.c86 size_t cnt1, cnt2, soff; local
275 for (cnt2 = 0; cnt2 < soff; ++cnt2)
276 if (cnt1 == str[cnt2].arg) {
277 memmove(s_rbp, str[cnt2].str, str[cnt2].prefix);
278 memmove(s_rbp + str[cnt2].prefix,
279 str[cnt2].str + str[cnt2].prefix +
280 str[cnt2].skip, str[cnt2].suffix);
281 s_rbp += str[cnt2].prefix + str[cnt2].suffix;
315 for (cnt2 = 0; cnt2 < soff; ++cnt2)
316 if (str[cnt2].arg == cnt1)
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpq/
H A Dcmp.c100 int cnt1, cnt2; in mpq_cmp_numden() local
104 count_leading_zeros (cnt2, d2h); in mpq_cmp_numden()
105 bits1 = (mp_bitcnt_t) tmp1_size * GMP_NUMB_BITS - cnt1 - cnt2 + 2 * GMP_NAIL_BITS; in mpq_cmp_numden()
108 count_leading_zeros (cnt2, d1h); in mpq_cmp_numden()
109 bits2 = (mp_bitcnt_t) tmp2_size * GMP_NUMB_BITS - cnt1 - cnt2 + 2 * GMP_NAIL_BITS; in mpq_cmp_numden()
/netbsd-src/usr.bin/join/
H A Djoin.c413 u_long cnt1, cnt2; in joinlines() local
426 for (cnt2 = 0; cnt2 < F2->setcnt; ++cnt2) in joinlines()
427 outtwoline(F1, &F1->set[cnt1], F2, &F2->set[cnt2]); in joinlines()
/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_rtc.c93 uint32_t cnt1, cnt2; in meson_rtc_check_osc_clk() local
103 cnt2 = RTC_READ(sc, AO_RTC_REG2); in meson_rtc_check_osc_clk()
107 return cnt1 == cnt2; in meson_rtc_check_osc_clk()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_core.c993 size_t cnt, cnt2; in provider_init() local
1025 for (cnt2 = 1; cnt2 <= cnt; cnt2++) { in provider_init()
1026 prov->error_strings[cnt2].error = (int)reasonstrings[cnt2-1].id; in provider_init()
1027 prov->error_strings[cnt2].string = reasonstrings[cnt2-1].ptr; in provider_init()
/netbsd-src/sys/arch/mac68k/obio/
H A Desp.c742 uint16_t cnt32, cnt2; in esp_quick_dma_go() local
844 cnt2 = (len % 32) / 2; in esp_quick_dma_go()
874 : "0" (addr), "g" (pdma), "g" (cnt32), "g" (cnt2) in esp_quick_dma_go()
917 : "0" (addr), "g" (pdma), "g" (cnt32), "g" (cnt2) in esp_quick_dma_go()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DMakefile.in1830 idx=0; cnt2=$(DO_LINK_SERIALIZATION); \
1831 …while test $$cnt2 -le $(1); do msg="$${msg}=="; cnt2=`expr $$cnt2 + 1`; idx=`expr $$idx + 1`; done…
H A Dipa-cp.cc3986 const profile_count *cnt2 = (const profile_count *) b; in compare_edge_profile_counts() local
3988 if (*cnt1 < *cnt2) in compare_edge_profile_counts()
3990 if (*cnt1 > *cnt2) in compare_edge_profile_counts()
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dcris.cpu3755 ((BWD tmpd) (SI cnt1) (SI cnt2))
3757 (set cnt2 (if SI (ne (and cnt1 32) 0) 31 (and cnt1 31)))
3758 (set tmpd (sra SI (ext SI (trunc BWD Rd)) cnt2))
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dcris.cpu3752 ((BWD tmpd) (SI cnt1) (SI cnt2))
3754 (set cnt2 (if SI (ne (and cnt1 32) 0) 31 (and cnt1 31)))
3755 (set tmpd (sra SI (ext SI (trunc BWD Rd)) cnt2))
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dcris.cpu3752 ((BWD tmpd) (SI cnt1) (SI cnt2))
3754 (set cnt2 (if SI (ne (and cnt1 32) 0) 31 (and cnt1 31)))
3755 (set tmpd (sra SI (ext SI (trunc BWD Rd)) cnt2))