HomeSort by relevance Sort by last modified time
    Searched defs:x9 (Results 26 - 50 of 53) sorted by null

12 3

  /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/chromium_org/third_party/openssl/openssl/crypto/chacha/
chacha_vec.c 215 x9, x10, x11, x12, x13, x14, x15; local
239 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
255 QROUND_WORDS( x1, x5, x9,x13)
261 QROUND_WORDS( x3, x4, x9,x14)
289 op[9] = REVW_BE(REVW_BE(ip[9]) ^ (x9 + kp[5]));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 926 int x9 = input[8]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/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/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 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...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [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...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/valgrind/main/VEX/priv/
host_arm64_defs.c 156 // X9 is a chaining/spill temporary, not available to regalloc.
181 // x9 is used as a spill/reload/chaining/call temporary
3252 HReg x9 = hregARM64_X9(); \/\/ spill temporary local
3293 HReg x9 = hregARM64_X9(); \/\/ spill temporary local
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
rule-api.jar 
hierarchyviewer2lib.jar 
  /prebuilts/tools/common/m2/repository/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/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 

Completed in 1505 milliseconds

12 3