Searched refs:len0 (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dutil.c2898 int n, i, len0, len1; local
2906 len0 = strlen(buffer);
2907 if (len0 >= size)
2913 buffer[len0 - 1] = '\n';
2917 strncat(buffer, t[n][i], size - len0);
3013 int n, i, len0, len1; local
3021 len0 = strlen(buffer);
3022 if (len0 >= size)
3028 buffer[len0 - 1] = '\n';
3032 strncat(buffer, t[n][i], size - len0);
3127 int n, i, len0, len1; local
3331 int n, i, len0, len1; local
[all...]
/freebsd-13-stable/contrib/diff/src/
H A Dside.c209 long int len0 = limit0 - i0; local
211 fprintf (outfile, "i%ld,%ld\n", len0, len1);
251 long int len0 = last0 - first0 + 1; local
253 fprintf (outfile, "c%ld,%ld\n", len0, len1);
H A Danalyze.c715 lin len0 = filevec[0].buffered_lines;
718 /* Note that changedN[len0] does exist, and is 0. */
722 while (i0 < len0 || i1 < len1)
711 lin len0 = filevec[0].buffered_lines; local
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-openflow-1.0.c1146 const u_int len0 = len; local
1208 ND_TCHECK2(*cp0, len0);
1209 return cp0 + len0;
1221 const u_int len0 = len; local
1284 ND_TCHECK2(*cp0, len0);
1285 return cp0 + len0;
1297 const u_int len0 = len; local
1332 ND_TCHECK2(*cp0, len0);
1333 return cp0 + len0;
1450 const u_int len0 local
1749 const u_int len0 = len; local
1880 const u_int len0 = len; local
1994 const u_int len0 = len; local
2053 const u_int len0 = len; local
2138 const u_int len0 = len; local
2226 const u_int len0 = len; local
2384 const u_int len0 = len; local
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dma-engine.h243 uint64_t len0 : 16; /**< Length of PCI / PCIe memory for address 0 */ member in struct:__anon10093::__anon10095
H A Dcvmx-dma-engine.c425 buffers[0].pcie_length.len0 = size;
433 buffers[0].pcie_length.len0 = MAX_SIZE;
444 buffers[0].pcie_length.len0 = MAX_SIZE;
458 buffers[0].pcie_length.len0 = MAX_SIZE;
475 buffers[0].pcie_length.len0 = MAX_SIZE;
/freebsd-13-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c465 uint32_t len0 = 0; local
481 uint32_t len = my_min(len0, len1);
509 len0 = len;
529 uint32_t len0 = 0; local
544 uint32_t len = my_min(len0, len1);
565 len0 = len;
/freebsd-13-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c859 u64 len0 = len; local
877 len0 <<= 3;
880 ctx->Xi.u[1] ^= BSWAP8(len0);
882 ctx->Xi.c[8] ^= (u8)(len0 >> 56);
883 ctx->Xi.c[9] ^= (u8)(len0 >> 48);
884 ctx->Xi.c[10] ^= (u8)(len0 >> 40);
885 ctx->Xi.c[11] ^= (u8)(len0 >> 32);
886 ctx->Xi.c[12] ^= (u8)(len0 >> 24);
887 ctx->Xi.c[13] ^= (u8)(len0 >> 16);
888 ctx->Xi.c[14] ^= (u8)(len0 >>
[all...]
/freebsd-13-stable/sys/kern/
H A Duipc_mbuf.c991 * all but the first len0 bytes. In case of failure, it returns NULL and
1000 m_split(struct mbuf *m0, int len0, int wait) argument
1003 u_int len = len0, remain;
1023 n->m_pkthdr.len = m0->m_pkthdr.len - len0;
1024 m0->m_pkthdr.len = len0;
1036 n->m_pkthdr.len = m0->m_pkthdr.len - len0;
1037 m0->m_pkthdr.len = len0;
/freebsd-13-stable/tests/sys/aio/
H A Daio_test.c296 size_t len0, len1; local
303 len0 = ac->ac_buflen * 3 / 4;
306 iov[0].iov_len = len0;
363 size_t len0, len1; local
370 len0 = ac->ac_buflen * 3 / 4;
373 iov[0].iov_len = len0;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c1113 size_t len0, len1, nleft; local
1119 len0 = strnlen(t0->s, t0->n);
1131 nleft = t0->n - len0;
/freebsd-13-stable/lib/libcasper/services/cap_sysctl/tests/
H A Dsysctl_test.c152 size_t len0, len1, oldsize; local
157 len0 = nitems(mib0);
158 ATF_REQUIRE(sysctlnametomib(SYSCTL0_NAME, mib0, &len0) == 0);
168 error = cap_sysctl(capsysctl, mib0, len0, &oldvalue, &oldsize, NULL, 0);
189 error = cap_sysctl(capsysctl, mib0, len0, NULL, NULL,
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dt4fw_ri_api.h121 __be32 len0; member in struct:fw_ri_dsgl
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c1324 usgl->len0 = htobe32(segs[j].ss_len);
1345 usgl->len0 = htobe32(segs[j].ss_len);
1716 usgl->len0 = htobe32(len);
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c98 sgl->len0 = cpu_to_be32(len);
/freebsd-13-stable/contrib/unbound/
H A Dltmain.sh9867 len0=$func_len_result
9868 len=$len0
9898 func_arith $len0 + $func_len_result
10701 len0=$func_len_result
10702 len=$len0
10720 len=$len0
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh9874 len0=$func_len_result
9875 len=$len0
9905 func_arith $len0 + $func_len_result
10708 len0=$func_len_result
10709 len=$len0
10727 len=$len0
/freebsd-13-stable/contrib/ldns/
H A Dltmain.sh9874 len0=$func_len_result
9875 len=$len0
9905 func_arith $len0 + $func_len_result
10708 len0=$func_len_result
10709 len=$len0
10727 len=$len0
/freebsd-13-stable/contrib/libevent/
H A Dltmain.sh9865 len0=$func_len_result
9866 len=$len0
9896 func_arith $len0 + $func_len_result
10699 len0=$func_len_result
10700 len=$len0
10718 len=$len0
/freebsd-13-stable/contrib/file/
H A Dltmain.sh9880 len0=$func_len_result
9881 len=$len0
9911 func_arith $len0 + $func_len_result
10714 len0=$func_len_result
10715 len=$len0
10733 len=$len0
/freebsd-13-stable/contrib/openbsm/config/
H A Dltmain.sh9865 len0=$func_len_result
9866 len=$len0
9896 func_arith $len0 + $func_len_result
10699 len0=$func_len_result
10700 len=$len0
10718 len=$len0
/freebsd-13-stable/contrib/openpam/
H A Dltmain.sh9865 len0=$func_len_result
9866 len=$len0
9896 func_arith $len0 + $func_len_result
10699 len0=$func_len_result
10700 len=$len0
10718 len=$len0
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh9865 len0=$func_len_result
9866 len=$len0
9896 func_arith $len0 + $func_len_result
10699 len0=$func_len_result
10700 len=$len0
10718 len=$len0
/freebsd-13-stable/crypto/heimdal/
H A Dltmain.sh8357 len0=$func_len_result
8358 len=$len0
8388 func_arith $len0 + $func_len_result
9187 len0=$func_len_result
9188 len=$len0
9206 len=$len0
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_netmap.c1022 usgl->len0 = htobe32(slot->len);

Completed in 628 milliseconds

12