Home
last modified time | relevance | path

Searched refs:tr (Results 1 – 25 of 50) sorted by relevance

12

/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_avx2.h63 const int32_t *tr; in transition8() local
66 tr = (const int32_t *)(uintptr_t)trans; in transition8()
74 *tr_lo = _mm256_i32gather_epi32(tr, addr, sizeof(trans[0])); in transition8()
98 uint64_t tr[MAX_SEARCHES_SSE8]; in acl_process_matches_avx2x8() local
103 for (i = 0; i != RTE_DIM(tr) / 2; i++) { in acl_process_matches_avx2x8()
109 tr[i] = (uint32_t)_mm_cvtsi128_si32(l0); in acl_process_matches_avx2x8()
110 tr[i + 4] = (uint32_t)_mm_cvtsi128_si32(l1); in acl_process_matches_avx2x8()
115 tr[i] = acl_match_check(tr[i], slot + i, in acl_process_matches_avx2x8()
117 tr[i + 4] = acl_match_check(tr[i + 4], slot + i + 4, in acl_process_matches_avx2x8()
122 t0 = _mm256_set_epi64x(tr[5], tr[4], tr[1], tr[0]); in acl_process_matches_avx2x8()
[all …]
H A Dacl_run_avx512_common.h77 const int32_t *tr; in _F_() local
80 tr = (const int32_t *)(uintptr_t)trans; in _F_()
87 *tr_lo = _M_GI_(i32gather_epi32, addr, tr, sizeof(trans[0])); in _F_()
92 *tr_hi = _M_GI_(i32gather_epi32, addr, (tr + 1), sizeof(trans[0])); in _F_()
108 const int32_t *tr; in _F_() local
111 tr = (const int32_t *)(uintptr_t)flow->trans; in _F_()
120 *tr_lo = _M_MGI_(mask_i32gather_epi32)(*tr_lo, msk, addr, tr, in _F_()
124 *tr_hi = _M_MGI_(mask_i32gather_epi32)(*tr_hi, msk, addr, (tr + 1), in _F_()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.sh40 …y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | s…
41 …h=`echo ${yprec} k 2 ${bfp} ^ ${y} '*' p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g' | tr '.' ' ' …
46 …tep} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e…
47 …h=`echo ${yprec} k 2 ${bfp} ^ ${y} '*' p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g' | tr '.' ' ' …
52 …x _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e…
53 …h=`echo ${yprec} k 2 ${bfp} ^ ${y} '*' p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g' | tr '.' ' ' …
92 x=`echo ${xprec} k ${s} ${nsteps} / p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
H A Dpublic_unnamespace.sh4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
H A Dpublic_namespace.sh4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_size.ksh50 bytes1=$(cat $size | tr -d '[[:space:]]')
51 bytes2=$(cat $size2 | tr -d '[[:space:]]')
59 bytes1=$(cat $size | tr -d '[[:space:]]')
60 bytes2=$(cat $size2 | tr -d '[[:space:]]')
/f-stack/freebsd/contrib/openzfs/cmd/zpool/zpool.d/
H A Dsmart68 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
234 without_vals=$(echo "$scripts" | tr "|" "\n" |
238 without_vals=$(echo "$scripts" | tr "|" "\n" | awk '{print $0"="}')
H A Dlsblk54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
61 list=$(echo "$script" | tr '[:upper:]' '[:lower:]')
H A Dses16 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
H A Diostat14 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_rename.sh15 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
16 m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
H A Djemalloc_mangle.sh21 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
39 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
/f-stack/dpdk/devtools/
H A Dcheck-maintainers.sh79 for line in $(sed -n 's,^[FX]: ,,p' $1 | tr '*' '#') ; do
80 line=$(printf "$line" | tr '#' '*')
H A Dtest-meson-builds.sh161 $crossfile | tr -d "'" | tr -d '"')
249 build build-$(basename $f | tr '_' '-' | cut -d'-' -f-2) $f $use_shared
/f-stack/freebsd/crypto/camellia/
H A Dcamellia.c444 uint32_t kw4l, kw4r, dw, tl, tr; in camellia_setup128() local
564 SUBR(7) = subr(6) ^ tr; in camellia_setup128()
572 SUBR(10) = tr ^ subr(11); in camellia_setup128()
584 SUBR(15) = subr(14) ^ tr; in camellia_setup128()
592 SUBR(18) = tr ^ subr(19); in camellia_setup128()
812 SUBR(7) = subr(6) ^ tr; in camellia_setup256()
820 SUBR(10) = tr ^ subr(11); in camellia_setup256()
832 SUBR(15) = subr(14) ^ tr; in camellia_setup256()
840 SUBR(18) = tr ^ subr(19); in camellia_setup256()
852 SUBR(23) = subr(22) ^ tr; in camellia_setup256()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_dir.c1263 struct tempreserve *tr; in dsl_dir_tempreserve_impl() local
1362 tr->tr_ds = dd; in dsl_dir_tempreserve_impl()
1363 tr->tr_size = asize; in dsl_dir_tempreserve_impl()
1364 list_insert_tail(tr_list, tr); in dsl_dir_tempreserve_impl()
1410 struct tempreserve *tr; in dsl_dir_tempreserve_space() local
1413 tr->tr_size = lsize; in dsl_dir_tempreserve_space()
1454 struct tempreserve *tr; in dsl_dir_tempreserve_clear() local
1462 if (tr->tr_ds) { in dsl_dir_tempreserve_clear()
1465 tr->tr_size); in dsl_dir_tempreserve_clear()
1466 tr->tr_ds->dd_tempreserved[txgidx] -= tr->tr_size; in dsl_dir_tempreserve_clear()
[all …]
/f-stack/freebsd/kern/
H A Dkern_rmlock.c816 print_tracker(struct rm_priotracker *tr) in print_tracker() argument
820 td = tr->rmp_thread; in print_tracker()
823 if (tr->rmp_flags & RMPF_ONQUEUE) { in print_tracker()
825 if (tr->rmp_flags & RMPF_SIGNAL) in print_tracker()
835 struct rm_priotracker *tr; in db_show_rm() local
849 tr = (struct rm_priotracker *)queue; in db_show_rm()
850 if (tr->rmp_rmlock == rm) in db_show_rm()
851 print_tracker(tr); in db_show_rm()
854 LIST_FOREACH(tr, &rm->rm_activeReaders, rmp_qentry) in db_show_rm()
855 print_tracker(tr); in db_show_rm()
/f-stack/freebsd/contrib/openzfs/config/
H A Dalways-python.m431 PYTHON_VERSION=$(basename $PYTHON | tr -cd 0-9.)
60 PYTHON_PKG_VERSION=$(echo $PYTHON_VERSION | tr -d .)
/f-stack/dpdk/buildtools/
H A Doptions-ibverbs-static.sh16 tr '[:space:]' '\n' |
/f-stack/freebsd/contrib/libsodium/test/
H A Dconstcheck.sh11 func=$(echo "$macro" | tr A-Z a-z)
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c716 const char *e, int tr) { in add_value() argument
718 switch (tr) { in add_value()
750 int tr = lua_type(L, 3); in str_gsub() local
756 luaL_argcheck(L, tr == LUA_TNUMBER || tr == LUA_TSTRING || in str_gsub()
757 tr == LUA_TFUNCTION || tr == LUA_TTABLE, 3, in str_gsub()
775 add_value(&ms, &b, src, e, tr); in str_gsub()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/
H A Dlarge_dnode_001_pos.ksh76 awk '/ZFS plain file/ {print $6}' | tr K k)
/f-stack/app/nginx-1.16.1/auto/
H A Dinclude41 | tr abcdefghijklmnopqrstuvwxyz/. ABCDEFGHIJKLMNOPQRSTUVWXYZ__`
/f-stack/freebsd/contrib/openzfs/cmd/vdev_id/
H A Dvdev_id203 set -- $(echo "$sys_path" | tr / ' ')
374 set -- $(echo "$sys_path" | tr / ' ')
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzloop.sh105 tr \' ' ')

12