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

12 3 4 5 6 7

  /external/clang/test/CodeGen/
override-layout.c 81 // CHECK: Type: struct X9
82 struct X9 {
137 struct X9 x9; local
138 typedef int X9array[sizeof(struct X9)];
139 x9.y = sizeof(struct X9);
  /external/lzma/Asm/x86/
7zAsm.asm 75 x9 equ r9d define
  /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 186 x9, x10, x11, x12, x13, x14, x15; local
210 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
226 QROUND_WORDS( x1, x5, x9,x13)
232 QROUND_WORDS( x3, x4, x9,x14)
260 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/libvpx/libvpx/vp9/encoder/
vp9_dct.c 359 tran_high_t x9 = input[8]; local
376 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
377 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
394 x9 = fdct_round_shift(s1 - s9);
411 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
412 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
429 x9 = fdct_round_shift(s9 + s13);
447 s9 = x9;
464 x9 = s9 + s11;
505 output[14] = (tran_low_t)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/vpx_dsp/
inv_txfm.c 592 tran_high_t x9 = input[8]; local
601 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
618 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
619 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
636 x9 = WRAPLOW(dct_const_round_shift(s1 - s9), 8);
653 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
654 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
671 x9 = WRAPLOW(dct_const_round_shift(s9 + s13), 8);
689 s9 = x9;
706 x9 = WRAPLOW(check_range(s9 + s11), 8)
1831 tran_low_t x9 = input[8]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1067 int x9 = input[8]; local
    [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...]
  /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/libvpx/libvpx/vpx_dsp/x86/
loopfilter_sse2.c 1334 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 1287 __m128i x9 = _mm_loadl_u8_s16(srow, +1 + bstep ); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /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/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
rule-api.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/sdk/tools/lib/
signapk.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar 

Completed in 3454 milliseconds

12 3 4 5 6 7