Home
last modified time | relevance | path

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

1234

/external/valgrind/main/VEX/priv/
Dhost_generic_simd64.c142 static inline Short qadd16S ( Short xx, Short yy ) in qadd16S()
150 static inline Char qadd8S ( Char xx, Char yy ) in qadd8S()
158 static inline UShort qadd16U ( UShort xx, UShort yy ) in qadd16U()
165 static inline UChar qadd8U ( UChar xx, UChar yy ) in qadd8U()
172 static inline Short qsub16S ( Short xx, Short yy ) in qsub16S()
180 static inline Char qsub8S ( Char xx, Char yy ) in qsub8S()
188 static inline UShort qsub16U ( UShort xx, UShort yy ) in qsub16U()
196 static inline UChar qsub8U ( UChar xx, UChar yy ) in qsub8U()
204 static inline Short mul16 ( Short xx, Short yy ) in mul16()
210 static inline Int mul32 ( Int xx, Int yy ) in mul32()
[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 cmpGT64S ( Long xx, Long yy ) in cmpGT64S()
/external/clang/test/Parser/
Dbuiltin_types_compatible.c35 struct xx { int a; } x, y; in test() argument
Dtypeof.c17 int xx; in test() local
/external/clang/test/SemaObjC/
Dmissing-method-context.m4 void xx(); // expected-error {{expected method body}} function
Dproperty-11.m21 - xx { method in Adds
/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
Dltp_sse.h76 __m128 sum, *xx, *yy; in pitch_xcorr() local
/external/valgrind/main/memcheck/tests/x86/
Dfxsave.c88 void show ( unsigned char* buf, int xx ) in show()
109 int xx = argc > 1; in main() local
/external/skia/src/opts/
DSkBitmapProcState_opts_arm.cpp57 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); in SI8_D16_nofilter_DX_arm() local
143 const uint16_t* xx = (const uint16_t*)(xy + 1); in SI8_opaque_D32_nofilter_DX_arm() local
/external/clang/test/Index/
Dcomplete-property-flags.m8 @property(retain, nonatomic) id xx; property
Dannotate-tokens.c8 void *xx = ptr ? : &x; in f() local
Dload-exprs.c7 void *xx = ptr ? : &x; in f() local
/external/valgrind/main/memcheck/tests/amd64/
Dfxsave-amd64.c59 int xx = 1; /* argc > 1; in main() local
/external/valgrind/main/helgrind/tests/
Dtc04_free_lock.c17 XX* xx = malloc(sizeof(XX)); in main() local
/external/freetype/src/base/
Dftlcdfil.c50 FT_UInt val1, xx; in _ft_lcd_filter_fir() local
192 FT_UInt xx; in _ft_lcd_filter_legacy() local
Dftcalc.c704 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
725 FT_Pos delta, xx, yy; in FT_Matrix_Invert() local
758 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
/external/clang/test/FixIt/
Dfixit-function-call.cpp61 int xx; member
/external/valgrind/main/none/tests/amd64/
Dbug132918.c14 double xx = x; in do_fprem() local
/external/clang/test/SemaCXX/
Dtrailing-return-0x.cpp58 X<int> xx; variable
/external/clang/test/Sema/
Dbitfield.c16 float xx : 4; // expected-error {{bit-field 'xx' has non-integral type}} member
Darray-constraint.c32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}} in xx() function
Dexpr-address-of.c2 struct xx { int bitf:1; }; argument
/external/valgrind/main/exp-ptrcheck/
Dpc_main.c86 Bool rr, Bool ww, Bool xx, ULong di_handle ) in pc_new_mem_mmap()
94 Bool rr, Bool ww, Bool xx, ULong di_handle ) in pc_new_mem_startup()
/external/srec/srec/cfront/
Dsh_down.h75 static PINLINE int fixed_point_convert(float xx, int shift) in fixed_point_convert()

1234