Home
last modified time | relevance | path

Searched refs:len0 (Results 1 – 25 of 37) 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()
3012 int n, i, len0, len1; in hci_features2str() local
3020 len0 = strlen(buffer); in hci_features2str()
3021 if (len0 >= size) in hci_features2str()
3126 int n, i, len0, len1; in hci_le_features2str() local
3135 if (len0 >= size) in hci_le_features2str()
3330 int n, i, len0, len1; in hci_le_chanmap2str() local
3340 if (len0 >= size) in hci_le_chanmap2str()
[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-gen3.c292 u32 len, len0, len1; in iwl_pcie_load_payloads_continuously() local
300 len0 = pnvm_data->chunks[0].len; in iwl_pcie_load_payloads_continuously()
302 if (len1 > 0xFFFFFFFF - len0) { in iwl_pcie_load_payloads_continuously()
306 len = len0 + len1; in iwl_pcie_load_payloads_continuously()
316 memcpy(dram->block, pnvm_data->chunks[0].data, len0); in iwl_pcie_load_payloads_continuously()
317 memcpy((u8 *)dram->block + len0, pnvm_data->chunks[1].data, len1); in iwl_pcie_load_payloads_continuously()
/freebsd/tests/sys/fs/fusefs/
H A Dfallocate.cc183 off_t len0 = 500; in TEST_F() local
184 struct spacectl_range rqsr = { .r_offset = off0, .r_len = len0 }; in TEST_F()
194 expect_fallocate(ino, off0, len0, in TEST_F()
196 expect_vop_stddeallocate(ino, off0, len0); in TEST_F()
509 uint64_t len0 = 1000; in TEST_F() local
518 expect_fallocate(ino, off0, len0, 0, ENOSYS); in TEST_F()
523 EXPECT_EQ(EINVAL, posix_fallocate(fd, off0, len0)); in TEST_F()
526 EXPECT_EQ(EINVAL, posix_fallocate(fd, off0, len0)); in TEST_F()
/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c466 uint32_t len0 = 0; in bt_find_func() local
482 uint32_t len = my_min(len0, len1); in bt_find_func()
510 len0 = len; in bt_find_func()
530 uint32_t len0 = 0; in bt_skip_func() local
545 uint32_t len = my_min(len0, len1); in bt_skip_func()
566 len0 = len; in bt_skip_func()
/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c838 u64 len0 = len; local
856 len0 <<= 3;
859 ctx->Xi.u[1] ^= BSWAP8(len0);
861 ctx->Xi.c[8] ^= (u8)(len0 >> 56);
862 ctx->Xi.c[9] ^= (u8)(len0 >> 48);
863 ctx->Xi.c[10] ^= (u8)(len0 >> 40);
864 ctx->Xi.c[11] ^= (u8)(len0 >> 32);
865 ctx->Xi.c[12] ^= (u8)(len0 >> 24);
867 ctx->Xi.c[14] ^= (u8)(len0 >> 8);
868 ctx->Xi.c[15] ^= (u8)(len0);
[all …]
/freebsd/sys/kern/
H A Duipc_mbuf.c1035 m_split(struct mbuf *m0, int len0, int wait) in m_split() argument
1038 u_int len = len0, remain; in m_split()
1058 n->m_pkthdr.len = m0->m_pkthdr.len - len0; in m_split()
1059 m0->m_pkthdr.len = len0; in m_split()
1071 n->m_pkthdr.len = m0->m_pkthdr.len - len0; in m_split()
1072 m0->m_pkthdr.len = len0; in m_split()
1119 mc_split(struct mchain *head, struct mchain *tail, u_int len0, int wait) in mc_split() argument
1128 len = len0; in mc_split()
1157 tail->mc_len = head->mc_len - len0; in mc_split()
1171 head->mc_len = len0; in mc_split()
/freebsd/tests/sys/aio/
H A Daio_test.c337 size_t len0, len1; in aio_writev_test() local
344 len0 = ac->ac_buflen * 3 / 4; in aio_writev_test()
347 iov[0].iov_len = len0; in aio_writev_test()
404 size_t len0, len1; in aio_readv_test() local
411 len0 = ac->ac_buflen * 3 / 4; in aio_readv_test()
414 iov[0].iov_len = len0; in aio_readv_test()
/freebsd/lib/libcasper/services/cap_sysctl/tests/
H A Dsysctl_test.c149 size_t len0, len1, oldsize; in checkcaps() local
154 len0 = nitems(mib0); in checkcaps()
155 ATF_REQUIRE(sysctlnametomib(SYSCTL0_NAME, mib0, &len0) == 0); in checkcaps()
165 error = cap_sysctl(capsysctl, mib0, len0, &oldvalue, &oldsize, NULL, 0); in checkcaps()
186 error = cap_sysctl(capsysctl, mib0, len0, NULL, NULL, in checkcaps()
/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.h92 u16 len0[16]; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac.h150 __le16 len0; member
H A Dmt76_connac_mac.c209 ptr->len0 = cpu_to_le16(len); in mt76_connac_write_hw_txp()
244 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.c96 sgl->len0 = cpu_to_be32(len); in _c4iw_write_mem_dma_aligned()
/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.c445 usgl->len0 = htobe32(len); in write_ktlstx_sgl()
/freebsd/contrib/unbound/
H A Dltmain.sh9868 len=$len0
9898 func_arith $len0 + $func_len_result
10702 len=$len0
10720 len=$len0
/freebsd/contrib/file/
H A Dltmain.sh9881 len=$len0
9911 func_arith $len0 + $func_len_result
10715 len=$len0
10733 len=$len0
/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/sqlite3/
H A Dltmain.sh9970 len=$len0
10000 func_arith $len0 + $func_len_result
10804 len=$len0
10822 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/ntp/sntp/libevent/build-aux/
H A Dltmain.sh9866 len=$len0
9896 func_arith $len0 + $func_len_result
10700 len=$len0
10718 len=$len0

12