Home
last modified time | relevance | path

Searched refs:len0 (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c2897 int n, i, len0, len1; in hci_commands2str() local
2905 len0 = strlen(buffer); in hci_commands2str()
2906 if (len0 >= size) in hci_commands2str()
2912 buffer[len0 - 1] = '\n'; in hci_commands2str()
2916 strncat(buffer, t[n][i], size - len0); in hci_commands2str()
3012 int n, i, len0, len1; in hci_features2str() local
3020 len0 = strlen(buffer); in hci_features2str()
3021 if (len0 >= size) in hci_features2str()
3027 buffer[len0 - 1] = '\n'; in hci_features2str()
3031 strncat(buffer, t[n][i], size - len0); in hci_features2str()
[all …]
/freebsd/contrib/diff/src/
H A Dside.c209 long int len0 = limit0 - i0; in print_sdiff_common_lines() local
211 fprintf (outfile, "i%ld,%ld\n", len0, len1); in print_sdiff_common_lines()
251 long int len0 = last0 - first0 + 1; in print_sdiff_hunk() local
253 fprintf (outfile, "c%ld,%ld\n", len0, len1); in print_sdiff_hunk()
H A Danalyze.c711 lin len0 = filevec[0].buffered_lines; in build_reverse_script() local
718 while (i0 < len0 || i1 < len1) in build_reverse_script()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info-v2.c357 u32 len, len0, len1; in iwl_pcie_load_payloads_contig() local
365 len0 = pnvm_data->chunks[0].len; in iwl_pcie_load_payloads_contig()
367 if (len1 > 0xFFFFFFFF - len0) { in iwl_pcie_load_payloads_contig()
371 len = len0 + len1; in iwl_pcie_load_payloads_contig()
381 memcpy(dram->block, pnvm_data->chunks[0].data, len0); in iwl_pcie_load_payloads_contig()
382 memcpy((u8 *)dram->block + len0, pnvm_data->chunks[1].data, len1); in iwl_pcie_load_payloads_contig()
/freebsd/tests/sys/fs/fusefs/
H A Dfallocate.cc182 off_t len0 = 500; in TEST_F() local
183 struct spacectl_range rqsr = { .r_offset = off0, .r_len = len0 }; in TEST_F()
193 expect_fallocate(ino, off0, len0, in TEST_F()
195 expect_vop_stddeallocate(ino, off0, len0); in TEST_F()
559 uint64_t len0 = 1000; in TEST_F() local
568 expect_fallocate(ino, off0, len0, 0, ENOSYS); in TEST_F()
573 EXPECT_EQ(EOPNOTSUPP, posix_fallocate(fd, off0, len0)); in TEST_F()
576 EXPECT_EQ(EOPNOTSUPP, posix_fallocate(fd, off0, len0)); in TEST_F()
/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c649 u64 len0 = len; in CRYPTO_gcm128_setiv() local
667 len0 <<= 3; in CRYPTO_gcm128_setiv()
670 ctx->Xi.u[1] ^= BSWAP8(len0); in CRYPTO_gcm128_setiv()
672 ctx->Xi.c[8] ^= (u8)(len0 >> 56); in CRYPTO_gcm128_setiv()
673 ctx->Xi.c[9] ^= (u8)(len0 >> 48); in CRYPTO_gcm128_setiv()
674 ctx->Xi.c[10] ^= (u8)(len0 >> 40); in CRYPTO_gcm128_setiv()
675 ctx->Xi.c[11] ^= (u8)(len0 >> 32); in CRYPTO_gcm128_setiv()
676 ctx->Xi.c[12] ^= (u8)(len0 >> 24); in CRYPTO_gcm128_setiv()
677 ctx->Xi.c[13] ^= (u8)(len0 >> 16); in CRYPTO_gcm128_setiv()
678 ctx->Xi.c[14] ^= (u8)(len0 >> 8); in CRYPTO_gcm128_setiv()
[all …]
/freebsd/sys/kern/
H A Duipc_mbuf.c1038 m_split(struct mbuf *m0, int len0, int wait) in m_split() argument
1041 u_int len = len0, remain; in m_split()
1061 n->m_pkthdr.len = m0->m_pkthdr.len - len0; in m_split()
1062 m0->m_pkthdr.len = len0; in m_split()
1074 n->m_pkthdr.len = m0->m_pkthdr.len - len0; in m_split()
1075 m0->m_pkthdr.len = len0; in m_split()
1122 mc_split(struct mchain *head, struct mchain *tail, u_int len0, int wait) in mc_split() argument
1131 len = len0; in mc_split()
1160 tail->mc_len = head->mc_len - len0; in mc_split()
1174 head->mc_len = len0; in mc_split()
/freebsd/tests/sys/aio/
H A Daio_test.c336 size_t len0, len1; in aio_writev_test() local
343 len0 = ac->ac_buflen * 3 / 4; in aio_writev_test()
346 iov[0].iov_len = len0; in aio_writev_test()
403 size_t len0, len1; in aio_readv_test() local
410 len0 = ac->ac_buflen * 3 / 4; in aio_readv_test()
413 iov[0].iov_len = len0; in aio_readv_test()
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c1113 size_t len0, len1, nleft; in ATF_TC_BODY() local
1119 len0 = strnlen(t0->s, t0->n); in ATF_TC_BODY()
1131 nleft = t0->n - len0; in ATF_TC_BODY()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dsdio.c80 intr->rx.len[0] = irq_data->rx.len0; in mt7921s_parse_intr()
H A Dmt7921.h98 u16 len0[16]; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac.h150 __le16 len0; member
H A Dmt76_connac_mac.c195 ptr->len0 = cpu_to_le16(len); in mt76_connac_write_hw_txp()
230 len = le16_to_cpu(ptr->len0); in mt76_connac_txp_skb_unmap_hw()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_ri_api.h121 __be32 len0; member
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c
/freebsd/crypto/heimdal/
H A Dltmain.sh8358 len=$len0
8388 func_arith $len0 + $func_len_result
9188 len=$len0
9206 len=$len0
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c458 usgl->len0 = htobe32(len); in write_ktlstx_sgl()
/freebsd/contrib/openbsm/config/
H A Dltmain.sh9866 len=$len0
9896 func_arith $len0 + $func_len_result
10700 len=$len0
10718 len=$len0
/freebsd/contrib/ntp/sntp/libevent/
H A Dltmain.sh9866 len=$len0
9896 func_arith $len0 + $func_len_result
10700 len=$len0
10718 len=$len0
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh9866 len=$len0
9896 func_arith $len0 + $func_len_result
10700 len=$len0
10718 len=$len0
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh10085 len=$len0
10115 func_arith $len0 + $func_len_result
10920 len=$len0
10938 len=$len0
/freebsd/contrib/ldns/
H A Dltmain.sh9970 len=$len0
10000 func_arith $len0 + $func_len_result
10804 len=$len0
10822 len=$len0
/freebsd/contrib/openpam/
H A Dltmain.sh10240 len=$len0
10270 func_arith $len0 + $func_len_result
11075 len=$len0
11093 len=$len0
/freebsd/contrib/file/
H A Dltmain.sh10159 len=$len0
10189 func_arith $len0 + $func_len_result
10994 len=$len0
11012 len=$len0
/freebsd/contrib/unbound/
H A Dltmain.sh10233 len=$len0
10263 func_arith $len0 + $func_len_result
11068 len=$len0
11086 len=$len0

12