/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
addrop-err.asm | 2 a16 idiv byte [dword 0] ; 67 F6 3D 00 00 00 00 label
|
loopadsz.asm | 6 baz: a16 loop baz ; 67 E2 FD
|
mem64-err.asm | 3 ;a16 mov ax, [0]
|
addrop.asm | 8 a16 idiv byte [word 0] ; 67 67 F6 3E 00 00 label 9 ;a16 idiv byte [dword 0] ; 67 F6 3D 00 00 00 00 10 a16 idiv byte [0] ; 67 F6 3D 00 00 label
|
/external/webrtc/src/common_audio/signal_processing/ |
lpc_to_refl_coef.c | 22 void WebRtcSpl_LpcToReflCoef(WebRtc_Word16* a16, int use_order, WebRtc_Word16* k16) 29 k16[use_order - 1] = WEBRTC_SPL_LSHIFT_W16(a16[use_order], 3); //Q12<<3 => Q15 42 tmp32[k] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)a16[k], 16) 43 - WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(k16[m], a16[m-k+1]), 1); 50 a16[k] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32[k], 1); //Q13>>1 => Q12
|
signal_processing_unittest.cc | 254 WebRtc_Word16 a16[kVectorSize]; local 260 a16[kk] = B[kk]; 293 WebRtcSpl_ScaleAndAddVectors(a16, 13, 2, b16, 7, 2, bTmp16, kVectorSize); 295 EXPECT_EQ(((a16[kk]*13)>>2)+((b16[kk]*7)>>2), bTmp16[kk]); 298 WebRtcSpl_AddVectorsAndShift(bTmp16, a16, b16, kVectorSize, 2); 302 WebRtcSpl_ReverseOrderMultArrayElements(bTmp16, a16, &b16[3], kVectorSize, 2); 304 EXPECT_EQ((a16[kk]*b16[3-kk])>>2, bTmp16[kk]); 306 WebRtcSpl_ElementwiseVectorMult(bTmp16, a16, b16, kVectorSize, 6); 308 EXPECT_EQ((a16[kk]*b16[kk])>>6, bTmp16[kk]); 412 // EXPECT_EQ(a16[kk], b16[kk]) [all...] |
/external/clang/test/Sema/ |
extern-redecl.c | 4 static int a16[]; // expected-warning {{tentative array definition assumed to have one element}} variable 7 extern int a16[];
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
type_with_alignment.hpp | 226 struct __attribute__((__aligned__(16))) a16 {}; struct in namespace:boost::align 236 template<> class type_with_alignment<16> { public: typedef align::a16 type; }; 245 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a16,true) 273 struct __declspec(align(16)) a16 { 275 typedef a16 type; 305 align::a16, 338 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a16,true) 354 #pragma option push -a16 358 struct a16{ long double s; }; 364 typedef ::boost::align::a16 max_align [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_atomic.cc | 44 typedef __tsan_atomic16 a16; typedef 394 a16 __tsan_atomic16_load(const volatile a16 *a, morder mo) { 416 void __tsan_atomic16_store(volatile a16 *a, a16 v, morder mo) { 438 a16 __tsan_atomic16_exchange(volatile a16 *a, a16 v, morder mo) { 460 a16 __tsan_atomic16_fetch_add(volatile a16 *a, a16 v, morder mo) [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
basic_op.h | 815 Word16 a16; 824 a16 = extract_l(L_var1); 827 if (0 == (a16 & 0x7f80)) { 830 if (0 == (a16 & 0x0078)) { 833 if (0 == (a16 & 0x0006)) { 836 if (0 == (a16 & 0x0001)) { 842 if (0 == (a16 & 0x0004)) { 849 if (0 == (a16 & 0x0060)) { 852 if (0 == (a16 & 0x0010)) { 858 if (0 == (a16 & 0x0040)) [all...] |
/art/test/003-omnibus-opcodes/src/ |
MethodCall.java | 41 char a13, int a14, int a15, byte a16, boolean a17, int a18, int a19, 48 Main.assertTrue(a16 == -16);
|
/dalvik/tests/003-omnibus-opcodes/src/ |
MethodCall.java | 41 char a13, int a14, int a15, byte a16, boolean a17, int a18, int a19, 48 assert(a16 == -16);
|
/external/chromium_org/third_party/re2/re2/ |
variadic_function.h | 141 const Arg& a14, const Arg& a15, const Arg& a16) const { 143 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16 }; 151 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17) const { 153 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17 }; 161 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17, 164 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17, &a18 }; 172 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17, 175 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17, &a18, &a19 }; 183 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17, 186 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17, &a18, &a19 [all...] |
/external/clang/test/SemaCXX/ |
constexpr-many-arguments.cpp | 14 T a10, T a11, T a12, T a13, T a14, T a15, T a16, T a17, T a18, T a19, 17 a10, a11, a12, a13, a14, a15, a16, a17, a18, a19,
|
uninitialized.cpp | 113 A a16(&a16.num); // expected-warning {{variable 'a16' is uninitialized when used within its own initialization}} 150 A a16(&a16.num); // expected-warning {{variable 'a16' is uninitialized when used within its own initialization}} variable
|
/external/regex-re2/re2/ |
variadic_function.h | 143 const Arg& a14, const Arg& a15, const Arg& a16) const { 145 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16 }; 153 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17) const { 155 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17 }; 163 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17, 166 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17, &a18 }; 174 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17, 177 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17, &a18, &a19 }; 185 const Arg& a14, const Arg& a15, const Arg& a16, const Arg& a17, 188 &a9, &a10, &a11, &a12, &a13, &a14, &a15, &a16, &a17, &a18, &a19 [all...] |
/external/chromium_org/third_party/libva/va/ |
va_compat.h | 75 #define VA_CPP_HELPER_N_ARGS_LIST(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a12, a13, a14, a15, a16, N, ...) N
|
/external/llvm/test/MC/SystemZ/ |
tokens.s | 47 #CHECK: foo %a16, 200 76 foo %a16, 200
|
/external/chromium_org/third_party/zlib/ |
gzwrite.c | 353 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) 357 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20; 394 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 399 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 404 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 408 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
|
/external/zlib/src/ |
gzwrite.c | 387 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) 391 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20; 432 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 437 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 442 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 446 a7, a8, a9, a10, a11, a12, a13, a14, a15, a16, a17, a18,
|
/external/clang/test/CodeGen/ |
struct.c | 139 int a16(void) {c15.a = 1;} function
|
/external/chromium_org/third_party/opus/src/silk/ |
MacroDebug.h | 135 static inline opus_int16 silk_ADD_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line) { 137 res = (opus_int16)silk_SAT16( silk_ADD32( (opus_int32)(a16), (b16) ) ); 138 if ( res != silk_SAT16( (opus_int32)a16 + (opus_int32)b16 ) ) 140 fprintf (stderr, "silk_ADD_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line); 196 static inline opus_int16 silk_SUB_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line ) { 198 res = (opus_int16)silk_SAT16( silk_SUB32( (opus_int32)(a16), (b16) ) ); 199 if ( res != silk_SAT16( (opus_int32)a16 - (opus_int32)b16 ) ) 201 fprintf (stderr, "silk_SUB_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line); [all...] |
/external/chromium_org/v8/test/mjsunit/compiler/ |
osr-regress-max-locals.js | 34 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20,
|
/external/v8/test/mjsunit/compiler/ |
regress-max-locals-for-osr.js | 34 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20,
|
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 638 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) 642 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20; 651 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 656 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 661 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 665 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20);
|