/third_party/mesa3d/src/util/tests/ |
H A D | u_atomic_test.cpp | 51 const TypeParam ones = TypeParam(-1); in TYPED_TEST() local 53 p_atomic_set(&v, ones); in TYPED_TEST() 54 ASSERT_EQ(v, ones) << "p_atomic_set"; in TYPED_TEST() 57 ASSERT_EQ(r, ones) << "p_atomic_read"; in TYPED_TEST() 59 v = ones; in TYPED_TEST() 61 ASSERT_EQ(v, ones) << "p_atomic_cmpxchg"; in TYPED_TEST() 62 ASSERT_EQ(r, ones) << "p_atomic_cmpxchg"; in TYPED_TEST() 64 r = p_atomic_cmpxchg(&v, ones, 0); in TYPED_TEST() 66 ASSERT_EQ(r, ones) << "p_atomic_cmpxchg"; in TYPED_TEST() 84 const TypeParam ones in TYPED_TEST() local [all...] |
/third_party/node/test/parallel/ |
H A D | test-buffer-slow.js | 8 const ones = [1, 1, 1, 1]; 16 assert.deepStrictEqual(value, ones[key]); 28 assert.deepStrictEqual(value, ones[key]);
|
/third_party/ffmpeg/tests/fate/ |
H A D | lossless-video.mak | 17 fate-lagarith-ticket4119: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi 18 fate-lagarith-ticket4119-cfr : CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync cfr 19 fate-lagarith-ticket4119-vfr : CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync vfr 20 fate-lagarith-ticket4119-pass: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync passthrough
|
/third_party/node/deps/v8/src/base/ |
H A D | division-by-constant.cc | 58 const T ones = ~static_cast<T>(0) >> leading_zeros; in UnsignedDivisionByConstant() 61 const T nc = ones - (ones - d) % d; in UnsignedDivisionByConstant()
|
/third_party/node/lib/ |
H A D | os.js | 211 // Returns the number of ones in the binary representation of the decimal 221 let ones = 0; 251 ones += binaryOnes; 262 return `${address}/${ones}`;
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | adler32_simd.c | 88 const __m128i ones = in adler32_simd_() local 117 v_s2 = _mm_add_epi32(v_s2, _mm_madd_epi16(mad1, ones)); in adler32_simd_() 121 v_s2 = _mm_add_epi32(v_s2, _mm_madd_epi16(mad2, ones)); in adler32_simd_()
|
/third_party/node/deps/zlib/ |
H A D | adler32_simd.c | 88 const __m128i ones = in adler32_simd_() local 117 v_s2 = _mm_add_epi32(v_s2, _mm_madd_epi16(mad1, ones)); in adler32_simd_() 121 v_s2 = _mm_add_epi32(v_s2, _mm_madd_epi16(mad2, ones)); in adler32_simd_()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | adler32_simd.c | 88 const __m128i ones = in adler32_simd_() local 117 v_s2 = _mm_add_epi32(v_s2, _mm_madd_epi16(mad1, ones)); in adler32_simd_() 121 v_s2 = _mm_add_epi32(v_s2, _mm_madd_epi16(mad2, ones)); in adler32_simd_()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_logic.c | 88 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type); in lp_build_compare_ext() local 98 return ones; in lp_build_compare_ext() 179 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type); in lp_build_compare() local 187 return ones; in lp_build_compare()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | beta_distribution_test.cc | 174 int ones = 0; in TYPED_TEST() local 181 ones++; in TYPED_TEST() 184 EXPECT_EQ(ones + zeros, kCount); in TYPED_TEST() 186 EXPECT_NE(ones, 0); in TYPED_TEST()
|
/third_party/skia/tests/ |
H A D | GeometryTest.cpp | 56 float ones[] = {1,1,1,1,1}; in testChopCubic() local 61 static_assert(SK_ARRAY_COUNT(ones) % 2 == 1); in testChopCubic() 108 SkPoint oneChops[4 + SK_ARRAY_COUNT(ones)*3]; in testChopCubic() 109 SkChopCubicAt(pts, oneChops, ones, SK_ARRAY_COUNT(ones)); in testChopCubic()
|
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 38 # clear out the built-in ones (for .c and the like), and add
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
H A D | locate-test | 25 up by this tool. This might change in the future. So far, the ones
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 38 # clear out the built-in ones (for .c and the like), and add
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | syscalls.rs | 399 // `_exit` and `_Exit` are the same; it's just a matter of which ones
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | rsaz-avx512.pl | 541 my ($cur_idx,$idx,$ones) = map("%ymm$_", (21..23)); 556 vmovdqa64 .Lones(%rip), $ones # broadcast ones 571 vpaddq $ones, $cur_idx, $cur_idx # increment cur_idx
|
/third_party/openssl/crypto/bn/asm/ |
H A D | rsaz-avx512.pl | 541 my ($cur_idx,$idx,$ones) = map("%ymm$_", (21..23)); 556 vmovdqa64 .Lones(%rip), $ones # broadcast ones 571 vpaddq $ones, $cur_idx, $cur_idx # increment cur_idx
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_sse2.c | 86 const __m128i ones = _mm_set1_epi8(1); in Average2_m128i() local 88 const __m128i one = _mm_and_si128(_mm_xor_si128(*a0, *a1), ones); in Average2_m128i() 96 const __m128i ones = _mm_set1_epi8(1); in Average2_uint32_SSE2() local 100 const __m128i one = _mm_and_si128(_mm_xor_si128(A0, A1), ones); in Average2_uint32_SSE2()
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 29 " Toplevel statements are the ones listed here and
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 443 sljit_u32 ones, right; in logical_imm() local 489 COUNT_TRAILING_ZERO(imm, ones); in logical_imm() 500 return ins | ((len - ones - 1) << 10) | ((len - ones - right) << 16); in logical_imm() 502 return ins | ((ones - 1) << 10) | ((len - right) << 16); in logical_imm() 510 sljit_u32 i, zeros, ones, first; in load_immediate() local 551 ones = 0; in load_immediate() 556 ones++; in load_immediate() 562 if (ones > zeros) { in load_immediate()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-setjmp.tex | 55 and used by these routines is completely different from the ones
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 533 register vec_u8 ones; in h264_deblock_q1() local 540 ones = vec_splat_u8(1); in h264_deblock_q1() 541 temp = vec_and(temp, ones); /*(p2^avg(p0, q0)) & 1 */ in h264_deblock_q1()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_neon.S | 1316 @ a normal IDCT16 with every other input component (the even ones, with
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_ssim.asm | 229 ; subpd the ones we added too much
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 37 in /bin/sh scripts and the lack of bashisms in /bin/bash ones.
|