/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/ |
H A D | aes-s390x.S | 1587 llgfr %r3,%r3 # safe in ctr32 subroutine even in 64-bit case 1596 clr %r3,%r1 # does work even in 64-bit mode
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/ |
H A D | aes-s390x.S | 1587 llgfr %r3,%r3 # safe in ctr32 subroutine even in 64-bit case 1596 clr %r3,%r1 # does work even in 64-bit mode
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/ |
H A D | aes-s390x.S | 1587 llgfr %r3,%r3 # safe in ctr32 subroutine even in 64-bit case 1596 clr %r3,%r1 # does work even in 64-bit mode
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/ |
H A D | aes-s390x.S | 1587 llgfr %r3,%r3 # safe in ctr32 subroutine even in 64-bit case 1596 clr %r3,%r1 # does work even in 64-bit mode
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 668 var even = _.find([1, 2, 3, 4, 5, 6], (num) => num % 2 == 0); variable 701 _.countBy([1, 2, 3, 4, 5], (num) => num % 2 == 0 ? 'even' : 'odd'); 915 var even = _.find([1, 2, 3, 4, 5, 6], function (num) { return num % 2 == 0; });
variable 934 _.countBy([1, 2, 3, 4, 5], function (num) { return num % 2 == 0 ? 'even' : 'odd'; });
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | hpeldsp_arm.S | 13 @ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | imdct36.asm | 13 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | fft.asm | 17 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | vp3dsp.asm | 13 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | h264_idct.asm | 20 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | vp9lpf_16bpp.asm | 14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | h264_qpel_10bit.asm | 16 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | h264_qpel_8bit.asm | 17 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | vp9mc.asm | 14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_fspp.asm | 15 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | vf_gblur.asm | 12 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
H A D | audio_convert.asm | 12 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 15 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 299 # Currently, the entire script needs to run even for small changes to data. Maybe consider
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 759 :return: a list of builds, even if there is only one build. 901 # foo-1.fc26, even though we want the builds of foo that
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 131 # on Apple A7. The reason seems to be that it requires even 'y' to 651 rev32 @X[0],@X[0] // yes, even on
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 131 # on Apple A7. The reason seems to be that it requires even 'y' to 658 rev32 @X[0],@X[0] // yes, even on
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 280 # Currently, the entire script needs to run even for small changes to data. Maybe consider
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 315 // premultiplied BGRA) back to RGB, even though they're internally encoded 765 // If we're even attempting to compile this on GCC/Clang, that means in stbi__sse2_available() 990 // current code, even on 64-bit targets, is INT_MAX. this is not a 1924 // - upsampled channels are bilinearly interpolated, even across blocks 2534 // dot product constant: even elems=x, odd elems=y in stbi__idct_simd() 2537 // out(0) = c0[even]*x + c0[odd]*y (c0, x, y 16-bit, out 32-bit) in stbi__idct_simd() 2538 // out(1) = c1[even]*x + c1[odd]*y in stbi__idct_simd() 2587 /* even part */ \ in stbi__idct_simd() 2759 /* even part */ \ in stbi__idct_simd() 2944 // since we don't even allo in stbi__jpeg_reset() 3574 __m128i even = _mm_add_epi16(prvd, curb); stbi__resample_row_hv_2_simd() local [all...] |