/external/openssh/openbsd-compat/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 132 x9 = j9; 141 QUARTERROUND( x1, x5, x9,x13) 147 QUARTERROUND( x3, x4, x9,x14) 158 x9 = PLUS(x9,j9); 176 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); 200 U32TO8_LITTLE(c + 36,x9);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 86 x9 = 0x80808080; /* const. */ 114 x11 = sad_4pixel(x11, x14, x9); 117 x10 = sad_4pixel(x10, x12, x9); 133 x11 = sad_4pixel(x11, x14, x9); 136 x10 = sad_4pixel(x10, x12, x9); 259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 261 x9 = 0x80808080; /* const. */ 281 x11 = sad_4pixel(x11, x14, x9); 284 x10 = sad_4pixel(x10, x12, x9); 448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/external/boringssl/src/crypto/chacha/ |
chacha_vec.c | 190 x9, x10, x11, x12, x13, x14, x15; local 214 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7]; 230 QROUND_WORDS( x1, x5, x9,x13) 236 QROUND_WORDS( x3, x4, x9,x14) 264 op[9] = REVW_BE(REVW_BE(ip[9]) ^ (x9 + kp[5]));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9ObjectIdentifiers.java | 1 package org.bouncycastle.asn1.x9; 7 * X9.62 9 * ansi-X9-62 OBJECT IDENTIFIER ::= { iso(1) member-body(2) 153 * iso(1) member-body(2) us(840) x9-57(10040) x9cm(4) 3 } 160 * X9.63 - Signature Specification 173 * X9.42 189 /** X9.42 schemas base OID: 1.2.840.10046.3 */ 191 /** X9.42 dhStatic OID: 1.2.840.10046.3.1 */ 193 /** X9.42 dhEphem OID: 1.2.840.10046.3.2 */ 195 /** X9.42 dhOneFlow OID: 1.2.840.10046.3.3 * [all...] |
/external/clang/test/Analysis/ |
dead-stores.c | 563 int x9 = getInt(), x10 = 0; //expected-warning {{Value stored to 'x9' during its initialization is never read}} // expected-warning{{unused variable 'x9'}} // expected-warning{{unused variable 'x10'}} local
|
/external/clang/test/FixIt/ |
fixit.cpp | 83 int x9 <<= 0; // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464 109 int x9 <<= 0; // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}} local 110 (void)x9; 130 if (int x9 <<= 0) { (void)x9; } // expected-error {{invalid '<<=' at end of declaration; did you mean '='?}}
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 926 int x9 = input[8]; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_idct.c | 650 int x9 = input[8]; local 659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { 676 s8 = x8 * cospi_17_64 + x9 * cospi_15_64; 677 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; 694 x9 = dct_const_round_shift(s1 - s9); 711 s8 = x8 * cospi_4_64 + x9 * cospi_28_64; 712 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; 729 x9 = dct_const_round_shift(s9 + s13); 747 s9 = x9; 764 x9 = s9 + s11 [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 843 int x9 = input[8]; local 860 s8 = x8 * cospi_17_64 + x9 * cospi_15_64; 861 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; 878 x9 = fdct_round_shift(s1 - s9); 895 s8 = x8 * cospi_4_64 + x9 * cospi_28_64; 896 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; 913 x9 = fdct_round_shift(s9 + s13); 931 s9 = x9; 948 x9 = s9 + s11; 989 output[14] = x9; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 926 int x9 = input[8]; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_idct.c | 650 int x9 = input[8]; local 659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { 676 s8 = x8 * cospi_17_64 + x9 * cospi_15_64; 677 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; 694 x9 = dct_const_round_shift(s1 - s9); 711 s8 = x8 * cospi_4_64 + x9 * cospi_28_64; 712 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; 729 x9 = dct_const_round_shift(s9 + s13); 747 s9 = x9; 764 x9 = s9 + s11 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_dct.c | 810 int x9 = input[8]; local 827 s8 = x8 * cospi_17_64 + x9 * cospi_15_64; 828 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; 845 x9 = fdct_round_shift(s1 - s9); 862 s8 = x8 * cospi_4_64 + x9 * cospi_28_64; 863 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; 880 x9 = fdct_round_shift(s9 + s13); 898 s9 = x9; 915 x9 = s9 + s11; 956 output[14] = x9; [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local [all...] |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/external/valgrind/VEX/priv/ |
host_arm64_defs.c | 85 // X9 is a chaining/spill temporary, not available to regalloc. 116 // x9 is used as a spill/reload/chaining/call temporary 2532 HReg x9 = hregARM64_X9(); \/\/ spill temporary local 2573 HReg x9 = hregARM64_X9(); \/\/ spill temporary local [all...] |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
rule-api.jar | |
manifest-merger.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/ |
p2-maven-plugin-1.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.2.4/ |
manifest-merger-23.2.4.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.2.5/ |
manifest-merger-23.2.5.jar | |