Searched refs:eol (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/zstd/ |
| H A D | .gitattributes | 2 * text eol=lf 5 *.c text eol=lf 6 *.h text eol=lf 13 *.sln text eol=crlf 14 *.vcxproj* text eol=crlf 15 *.vcproj* text eol=crlf 17 *.rc text eol=crlf 20 *.bat text eol=crlf 21 *.cmd text eol=crlf
|
| /f-stack/freebsd/tools/fdt/ |
| H A D | embed_dtb.sh | 39 eol=`strings -at d $1 | grep "Device Tree Blob STOPS here" | awk '{print $1}'` 40 sz=$((eol - obs));
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 100 char pf_c1, pf_c2, vf_c1, vf_c2, eol; in mlx5_translate_port_name() local 110 &vf_c1, &vf_c2, &port_info_out->port_name, &eol); in mlx5_translate_port_name() 122 &pf_c1, &port_info_out->port_name, &eol); in mlx5_translate_port_name() 132 &pf_c1, &pf_c2, &port_info_out->pf_num, &eol); in mlx5_translate_port_name()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | .gitattributes | 1 * text=auto eol=lf
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzread.c | 553 unsigned char *eol; local 589 eol = (unsigned char *)memchr(state->x.next, '\n', n); 590 if (eol != NULL) 591 n = (unsigned)(eol - state->x.next) + 1; 600 } while (left && eol == NULL);
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzread.c | 574 unsigned char *eol; local 610 eol = (unsigned char *)memchr(state.state->x.next, '\n', n); 611 if (eol != NULL) 612 n = (unsigned)(eol - state.state->x.next) + 1; 621 } while (left && eol == NULL);
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_rx.h | 181 const rte_iova_t *eol; in nix_cqe_xtract_mseg() local 191 eol = ((const rte_iova_t *)(rx + 1) + ((rx->desc_sizem1 + 1) << 1)); in nix_cqe_xtract_mseg() 211 if (!nb_segs && (iova_list + 1 < eol)) { in nix_cqe_xtract_mseg()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | motorola-cpcap-mapphone.dtsi | 35 "eol", "lowbph", "lowbpl",
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 577 uint32_t eol:1; /**< EOL has been detected. */ member 7048 ctx->eol = 0; in cmd_flow_context_init() 7070 ctx->eol = 0; in cmd_flow_parse() 7087 ctx->eol = 1; in cmd_flow_parse() 7248 if (ctx->eol && ctx->last && ctx->next_num) { in cmd_flow_tok() 7739 if (ctx->eol && ctx->last && ctx->next_num) { in cmd_set_raw_tok()
|
| /f-stack/dpdk/drivers/common/octeontx2/hw/ |
| H A D | otx2_nix.h | 947 uint64_t eol : 1; member
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_common.c | 1448 u32 eol = 0x7ff; in i40e_clear_hw() local 1484 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw() 1488 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
|