| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_run_avx2.h | 63 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 D | acl_run_avx512_common.h | 77 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 D | smoothstep.sh | 40 …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 D | public_unnamespace.sh | 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
|
| H A D | public_namespace.sh | 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_size.ksh | 50 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 D | smart | 68 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 D | lsblk | 54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2- 61 list=$(echo "$script" | tr '[:upper:]' '[:lower:]')
|
| H A D | ses | 16 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
|
| H A D | iostat | 14 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2-
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/ |
| H A D | jemalloc_rename.sh | 15 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'` 16 m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
|
| H A D | jemalloc_mangle.sh | 21 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'` 39 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
|
| /f-stack/dpdk/devtools/ |
| H A D | check-maintainers.sh | 79 for line in $(sed -n 's,^[FX]: ,,p' $1 | tr '*' '#') ; do 80 line=$(printf "$line" | tr '#' '*')
|
| H A D | test-meson-builds.sh | 161 $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 D | camellia.c | 444 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 D | dsl_dir.c | 1263 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 D | kern_rmlock.c | 816 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 D | always-python.m4 | 31 PYTHON_VERSION=$(basename $PYTHON | tr -cd 0-9.) 60 PYTHON_PKG_VERSION=$(echo $PYTHON_VERSION | tr -d .)
|
| /f-stack/dpdk/buildtools/ |
| H A D | options-ibverbs-static.sh | 16 tr '[:space:]' '\n' |
|
| /f-stack/freebsd/contrib/libsodium/test/ |
| H A D | constcheck.sh | 11 func=$(echo "$macro" | tr A-Z a-z)
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 716 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 D | large_dnode_001_pos.ksh | 76 awk '/ZFS plain file/ {print $6}' | tr K k)
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | include | 41 | tr abcdefghijklmnopqrstuvwxyz/. ABCDEFGHIJKLMNOPQRSTUVWXYZ__`
|
| /f-stack/freebsd/contrib/openzfs/cmd/vdev_id/ |
| H A D | vdev_id | 203 set -- $(echo "$sys_path" | tr / ' ') 374 set -- $(echo "$sys_path" | tr / ' ')
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zloop.sh | 105 tr \' ' ')
|