| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_027_pos.ksh | 61 log_must zfs create -p $POOL/ds1/second/third 63 log_must zfs create -p $POOL/ds3/first/second/third 70 for ds in ds1 ds1/second ds1/second/third \ 72 ds3 ds3/first ds3/first/second ds3/first/second/third 87 for ds in ds1/second ds1/second/third ds3/first/second ds3/first/second/third
|
| H A D | rsend_025_pos.ksh | 61 log_must zfs create -p $POOL/ds1/second/third 69 for ds in ds1 ds1/second ds1/second/third \ 85 for ds in ds1/second ds1/second/third
|
| H A D | send_large_microzap_transitive.ksh | 63 typeset third=$POOL3/third 96 log_must eval "zfs send -p -L $second@snap | zfs receive $third"
|
| /src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_siphash.c | 159 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 171 v3 ^= third; in siphash_3u64() 174 v0 ^= third; in siphash_3u64() 187 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument 199 v3 ^= third; in siphash_4u64() 202 v0 ^= third; in siphash_4u64() 219 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument 228 b |= third; in siphash_3u32() 354 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument 362 b |= third; in hsiphash_3u32() [all …]
|
| /src/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | erf.c | 14 double third; member 19 .third = 0x1.5555555555556p-2, /* used to compute 2/3 and 1/6 too. */ 78 svfloat64_t third = sv_f64 (dat->third); in erf() local 79 svfloat64_t twothird = svmul_x (pg, third, 2.0); in erf() 80 svfloat64_t sixth = svmul_x (pg, third, 0.5); in erf() 81 svfloat64_t p2 = svmls_x (pg, third, r2, twothird); in erf() 82 svfloat64_t p3 = svmad_x (pg, r2, third, -0.5); in erf()
|
| H A D | erfcf.c | 16 float third, two_thirds, two_over_fifteen, two_over_five, tenth; member 24 .third = 0x1.555556p-2f, 80 svfloat32_t coeffs = svld1rq (svptrue_b32 (), &dat->third); in erfc() 83 svfloat32_t p2 = svmls_lane (sv_f32 (dat->third), r2, coeffs, 1); in erfc()
|
| H A D | erfc.c | 108 svfloat64_t third = sv_f64 (dat->p20); in erfc() local 109 svfloat64_t twothird = svmul_x (pg, third, 2.0); in erfc() 110 svfloat64_t sixth = svmul_x (pg, third, 0.5); in erfc() 111 svfloat64_t p2 = svmls_x (pg, third, r2, twothird); in erfc() 112 svfloat64_t p3 = svmad_x (pg, r2, third, -0.5); in erfc()
|
| H A D | erff.c | 14 float min, max, scale, shift, third; member 20 .third = 0x1.555556p-2f, /* 1/3. */ 71 svfloat32_t y = svmla_x (pg, r, d, dat->third); in erf()
|
| /src/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | erf.c | 14 float64x2_t third; member 24 .third = V2 (0x1.5555555555556p-2), /* used to compute 2/3 and 1/6 too. */ 126 = vfmsq_f64 (dat->third, r2, vaddq_f64 (dat->third, dat->third)); in erf() 127 float64x2_t p3 = vmulq_f64 (r, vfmaq_f64 (v_f64 (-0.5), r2, dat->third)); in erf() 133 p5 = vmulq_f64 (r, vfmaq_f64 (vmulq_f64 (v_f64 (0.5), dat->third), r2, p5)); in erf()
|
| H A D | erff.c | 14 float32x4_t max, shift, third; member 21 .third = V4 (0x1.555556p-2f), /* 1/3. */ 97 float32x4_t y = vfmaq_f32 (r, dat->third, d); in erf()
|
| H A D | erfcf.c | 17 float32x4_t third, two_over_five, tenth; member 32 .third = V4 (0x1.555556p-2f), 138 float32x4_t p2 = vfmsq_laneq_f32 (dat->third, r2, coeffs, 1); in erfc()
|
| /src/usr.bin/tail/tests/ |
| H A D | tail_test.sh | 51 This is the third line 54 This is the third line 74 This is the third line 77 This is the third line 117 This is the third line 120 This is the third line 139 This is the third line 142 This is the third line
|
| /src/contrib/bmake/unit-tests/ |
| H A D | escape.exp | 52 third line': 55 third line: 82 third line': 85 third line:
|
| /src/bin/sh/tests/builtins/ |
| H A D | trap5.0 | 17 third=$(trap) 18 [ "$initial" = "$third" ]
|
| /src/usr.bin/column/tests/ |
| H A D | column.sh | 38 third of the input files am i 47 it has multiple lines third of the input files am i than before 77 third of the input files am i 86 some lines are empty third of the input files am i
|
| /src/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | README | 4 C flag given, regcomp() is expected to fail, and the third field is the 7 Otherwise it is expected to succeed, and the third field is the string to 22 C regcomp() error expected, third field is error name
|
| /src/contrib/kyua/integration/ |
| H A D | cmd_test_test.sh | 99 third:pass -> passed [S.UUUs] 100 third:skip -> skipped: The reason for skipping is this [S.UUUs] 110 utils_cp_helper simple_all_pass third 135 third:pass -> passed [S.UUUs] 136 third:skip -> skipped: The reason for skipping is this [S.UUUs] 146 utils_cp_helper simple_all_pass third 462 utils_cp_helper simple_some_fail third 467 third:fail -> failed: This fails on purpose [S.UUUs] 468 third:pass -> passed [S.UUUs] 481 third fifth [all …]
|
| H A D | cmd_list_test.sh | 209 utils_cp_helper simple_some_fail third 214 third:fail 215 third:pass 223 third fifth 247 utils_cp_helper simple_all_pass root/subdir/third
|
| /src/sys/dev/mmc/ |
| H A D | mmcbus_if.m | 35 # Association, SD Group, SD-3C LLC or other third parties. 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 50 # information, know-how or other confidential information to any third party.
|
| H A D | mmcbr_if.m | 35 # Association, SD Group, SD-3C LLC or other third parties. 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 50 # information, know-how or other confidential information to any third party.
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | broadcom-bcm87xx.txt | 11 address within the MMD, the third cell contains a mask to be ANDed 13 he result to yield the new register value. If the third cell has a
|
| /src/sys/dev/sdhci/ |
| H A D | sdhci_if.m | 35 # Association, SD Group, SD-3C LLC or other third parties. 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 50 # information, know-how or other confidential information to any third party.
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/begin/ |
| H A D | tst.multibegin.d.out | 3 Begin fired third
|
| /src/contrib/dialog/samples/ |
| H A D | buildlist4 | 15 "3" "Item number 3" "on" third \
|
| /src/sys/contrib/device-tree/Bindings/i3c/ |
| H A D | i3c.txt | 48 + third cell: shall encode the I3C LVR (Legacy Virtual Register) 93 + second and third cells: should encode the ProvisionalID. The second cell 95 The third cell contains ORing of the part ID
|