Home
last modified time | relevance | path

Searched refs:unroll (Results 26 – 47 of 47) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-multimedia/liba52/liba52/
H A Dbuildcleanup.patch60 - CFLAGS="-g -O3 -unroll -ip"
/openbmc/linux/lib/raid6/
H A Dvpermxor.uc14 * This file is postprocessed using unroll.awk
H A Daltivec.uc18 * This file is postprocessed using unroll.awk
H A Dint.uc18 * This file is postprocessed using unroll.awk
H A Ds390vx.uc11 * This file is postprocessed using unroll.awk.
H A Dneon.uc24 * This file is postprocessed using unroll.awk
/openbmc/qemu/tests/tcg/hexagon/
H A DMakefile.target22 CFLAGS += -fno-unroll-loops -fno-stack-protector
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_seg6_loop.c137 #pragma clang loop unroll(disable) in is_valid_tlv_boundary()
H A Dtest_xdp_loop.c136 #pragma clang loop unroll(disable) in handle_ipv4()
H A Dtest_xdp.c140 #pragma clang loop unroll(full) in handle_ipv4()
H A Dxdp_synproxy_kern.c154 #pragma unroll in csum_ipv6_magic()
158 #pragma unroll in csum_ipv6_magic()
H A Dtest_xdp_noinline.c365 #pragma clang loop unroll(full) in encap_v4()
412 #pragma clang loop unroll(full) in send_icmp_reply()
H A Dtest_cls_redirect.c270 #pragma clang loop unroll(full) in pkt_ipv4_checksum()
297 #pragma clang loop unroll(full) in pkt_skip_ipv6_extension_headers()
H A Dtest_tc_tunnel.c84 #pragma clang loop unroll(full) in set_ipv4_csum()
/openbmc/linux/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c141 #pragma clang loop unroll(full) in handle_ipv4()
/openbmc/linux/arch/alpha/lib/
H A Dev6-copy_user.S131 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
H A Dev6-memcpy.S62 cmple $18, 127, $1 # E : Can we unroll the loop?
/openbmc/linux/arch/mips/include/asm/
H A Dr4kcache.h193 unroll(times, _cache_op, insn, op, (addr) + (i++ * (lsize))); \
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c521 size_t const unroll = 2; in ZSTD_buildFSETable_body() local
522 assert(tableSize % unroll == 0); /* FSE_MIN_TABLELOG is 5 */ in ZSTD_buildFSETable_body()
523 for (s = 0; s < (size_t)tableSize; s += unroll) { in ZSTD_buildFSETable_body()
525 for (u = 0; u < unroll; ++u) { in ZSTD_buildFSETable_body()
529 position = (position + (unroll * step)) & tableMask; in ZSTD_buildFSETable_body()
H A Dhuf_decompress.c383 int const unroll = 4; in HUF_readDTableX1_wksp_bmi2() local
384 int const nLimit = (int)nbSymbols - unroll + 1; in HUF_readDTableX1_wksp_bmi2()
390 for (n=0; n < nLimit; n += unroll) { in HUF_readDTableX1_wksp_bmi2()
392 for (u=0; u < unroll; ++u) { in HUF_readDTableX1_wksp_bmi2()
/openbmc/linux/Documentation/staging/
H A Dremoteproc.rst134 yet. Instead, when you need to unroll rproc_alloc(), use rproc_free().
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c694 goto unroll; in fun_enable_irqs()
710 unroll: in fun_enable_irqs()

12