Home
last modified time | relevance | path

Searched defs:xx (Results 1 – 25 of 163) sorted by relevance

1234567

/external/valgrind/VEX/priv/
Dhost_generic_simd64.c143 static inline Int qadd32S ( Int xx, Int yy ) in qadd32S()
153 static inline Short qadd16S ( Short xx, Short yy ) in qadd16S()
161 static inline Char qadd8S ( Char xx, Char yy ) in qadd8S()
169 static inline UShort qadd16U ( UShort xx, UShort yy ) in qadd16U()
176 static inline UChar qadd8U ( UChar xx, UChar yy ) in qadd8U()
183 static inline Int qsub32S ( Int xx, Int yy ) in qsub32S()
193 static inline Short qsub16S ( Short xx, Short yy ) in qsub16S()
201 static inline Char qsub8S ( Char xx, Char yy ) in qsub8S()
209 static inline UShort qsub16U ( UShort xx, UShort yy ) in qsub16U()
217 static inline UChar qsub8U ( UChar xx, UChar yy ) in qsub8U()
[all …]
Dhost_generic_simd128.c45 static inline UInt mul32 ( Int xx, Int yy ) in mul32()
51 static inline UInt max32S ( Int xx, Int yy ) in max32S()
56 static inline UInt min32S ( Int xx, Int yy ) in min32S()
61 static inline UInt max32U ( UInt xx, UInt yy ) in max32U()
66 static inline UInt min32U ( UInt xx, UInt yy ) in min32U()
71 static inline UShort max16U ( UShort xx, UShort yy ) in max16U()
76 static inline UShort min16U ( UShort xx, UShort yy ) in min16U()
81 static inline UChar max8S ( Char xx, Char yy ) in max8S()
86 static inline UChar min8S ( Char xx, Char yy ) in min8S()
91 static inline ULong cmpEQ64 ( Long xx, Long yy ) in cmpEQ64()
[all …]
/external/clang/test/Parser/
Dbuiltin_types_compatible.c35 struct xx { int a; } x, y; in test() argument
/external/speex/libspeex/
Dfilters_sse.h56 __m128 xx; in filter_mem16_10() local
106 __m128 xx; in filter_mem16_8() local
161 __m128 xx; in iir_mem16_10() local
208 __m128 xx; in iir_mem16_8() local
259 __m128 xx; in fir_mem16_10() local
305 __m128 xx; in fir_mem16_8() local
/external/clang/test/SemaObjC/
Dmissing-method-context.m4 void xx(); // expected-error {{expected method body}} function
Dproperty-11.m22 - xx { method in Adds
/external/skia/src/core/
DSkPoint3.cpp31 double xx = x; in Length() local
60 double xx = fX; in normalize() local
DSkPoint.cpp114 double xx = x; in Normalize() local
133 double xx = dx; in Length() local
161 double xx = x; in setLength() local
198 double xx = x; in setLengthFast() local
/external/valgrind/memcheck/tests/x86/
Dfxsave.c88 void show ( unsigned char* buf, int xx ) in show()
109 int xx = argc > 1; in main() local
/external/valgrind/memcheck/tests/amd64/
Dfxsave-amd64.c141 void show ( unsigned char* buf, int xx ) in show()
162 int xx = argc > 1; in main() local
/external/clang/test/Index/
Dcomplete-property-flags.m8 @property(retain, nonatomic) id xx; property
/external/toybox/lib/
Dinterestingtimes.c21 int terminal_size(unsigned *xx, unsigned *yy) in terminal_size()
53 int terminal_probesize(unsigned *xx, unsigned *yy) in terminal_probesize()
66 int scan_key_getsize(char *scratch, int miliwait, unsigned *xx, unsigned *yy) in scan_key_getsize()
/external/libopus/silk/fixed/
Dregularize_correlations_FIX.c37opus_int32 *xx, /* I/O Correlation values… in silk_regularize_correlations_FIX()
/external/libopus/silk/float/
Dregularize_correlations_FLP.c37silk_float *xx, /* I/O Correlation values … in silk_regularize_correlations_FLP()
/external/toybox/toys/other/
Dhexedit.c71 int x, xx = 16; in draw_line() local
99 static void highlight(int xx, int yy, int side) in highlight()
/external/toybox/toys/posix/
Dsort.c187 char *xx,*yy; in compare_values() local
213 char *xx,*yy; in compare_values() local
240 char *x, *y, *xx = *(char **)xarg, *yy = *(char **)yarg; in compare_keys() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP256K1Field.java31 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt()
106 public static void reduce(int[] xx, int[] z) in reduce()
159 public static void subtractExt(int[] xx, int[] yy, int[] zz) in subtractExt()
DSecP224K1Field.java30 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt()
105 public static void reduce(int[] xx, int[] z) in reduce()
158 public static void subtractExt(int[] xx, int[] yy, int[] zz) in subtractExt()
DSecP192K1Field.java29 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt()
104 public static void reduce(int[] xx, int[] z) in reduce()
157 public static void subtractExt(int[] xx, int[] yy, int[] zz) in subtractExt()
DSecP224R1Field.java30 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt()
105 public static void reduce(int[] xx, int[] z) in reduce()
232 public static void subtractExt(int[] xx, int[] yy, int[] zz) in subtractExt()
DSecP384R1Field.java33 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt()
96 public static void reduce(int[] xx, int[] z) in reduce()
224 public static void subtractExt(int[] xx, int[] yy, int[] zz) in subtractExt()
DSecP192R1Field.java30 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt()
105 public static void reduce(int[] xx, int[] z) in reduce()
226 public static void subtractExt(int[] xx, int[] yy, int[] zz) in subtractExt()
/external/valgrind/none/tests/linux/
Dclonev.c62 int xx; in main() local
/external/compiler-rt/test/msan/
Dchained_origin_memcpy.cc22 int xx[10000]; variable
/external/valgrind/helgrind/tests/
Dtc04_free_lock.c17 XX* xx = malloc(sizeof(XX)); in main() local

1234567