/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[];
|
/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/compiler-rt/lib/tsan/rtl/ |
tsan_interface_atomic.cc | 64 typedef __tsan_atomic16 a16; typedef 386 a16 __tsan_atomic16_load(const volatile a16 *a, morder mo) { 408 void __tsan_atomic16_store(volatile a16 *a, a16 v, morder mo) { 430 a16 __tsan_atomic16_exchange(volatile a16 *a, a16 v, morder mo) { 452 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...] |
/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...] |
/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/v8/test/mjsunit/compiler/ |
regress-max-locals-for-osr.js | 34 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20,
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2011-10-13-SCEVChain.ll | 97 %a16 = add i32 %m15, %a15 98 %gep = getelementptr i8* %base, i32 %a16 99 %ofs = add i32 %a16, 4
|
/external/zlib/src/ |
gzwrite.c | 375 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) 379 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20; 420 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 425 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 430 a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); 434 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/llvm/test/CodeGen/Mips/ |
fastcc.ll | 119 define internal fastcc void @callee0(i32 %a0, i32 %a1, i32 %a2, i32 %a3, i32 %a4, i32 %a5, i32 %a6, i32 %a7, i32 %a8, i32 %a9, i32 %a10, i32 %a11, i32 %a12, i32 %a13, i32 %a14, i32 %a15, i32 %a16) nounwind noinline { 153 store i32 %a16, i32* @g16, align 4 157 define void @caller1(float %a0, float %a1, float %a2, float %a3, float %a4, float %a5, float %a6, float %a7, float %a8, float %a9, float %a10, float %a11, float %a12, float %a13, float %a14, float %a15, float %a16, float %a17, float %a18, float %a19, float %a20) nounwind { 206 define internal fastcc void @callee1(float %a0, float %a1, float %a2, float %a3, float %a4, float %a5, float %a6, float %a7, float %a8, float %a9, float %a10, float %a11, float %a12, float %a13, float %a14, float %a15, float %a16, float %a17, float %a18, float %a19, float %a20) nounwind noinline { 246 store float %a16, float* @gf16, align 4
|
/external/llvm/test/DebugInfo/ |
2010-05-03-OriginDIE.ll | 35 %a16 = sub i64 %a15, %a14 ; <i64> [#uses=1] 37 store i64 %a16, i64* %a17, align 4, !dbg !7
|
/external/tinyxml/docs/ |
classTiXmlDocument.html | 64 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a16"></a><!-- doxytag: member="TiXmlDocument::ErrorDesc" ref="a16" args="() const " --> 65 const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlDocument.html#a16">ErrorDesc</a> () const </td></tr> 70 <tr><td class="mdescLeft"> </td><td class="mdescRight">Generally, you probably want the error string ( <a class="el" href="classTiXmlDocument.html#a16">ErrorDesc()</a> ). <a href="#a17"></a><br></td></tr> 190 <li>The <a class="el" href="classTiXmlDocument.html#a17">ErrorId()</a> will contain the integer identifier of the error (not generally useful)</li><li>The <a class="el" href="classTiXmlDocument.html#a16">ErrorDesc()</a> method will return the name of the error. (very useful)</li><li>The <a class="el" href="classTiXmlDocument.html#a18">ErrorRow()</a> and <a class="el" href="classTiXmlDocument.html#a19">ErrorCol()</a> will return the location of the error (if known)</li></ul> 218 Generally, you probably want the error string ( <a class="el" href="classTiXmlDocument.html#a16">ErrorDesc()</a> ).
|
classTiXmlHandle-members.html | 13 <tr class="memlist"><td><a class="el" href="classTiXmlHandle.html#a16">Element</a>() const </td><td><a class="el" href="classTiXmlHandle.html">TiXmlHandle</a></td><td><code> [inline]</code></td></tr>
|
functions.html | 31 : <a class="el" href="classTiXmlHandle.html#a16">TiXmlHandle</a><li>Encoding() 35 : <a class="el" href="classTiXmlDocument.html#a16">TiXmlDocument</a><li>ErrorId()
|
functions_func.html | 31 : <a class="el" href="classTiXmlHandle.html#a16">TiXmlHandle</a><li>Encoding() 35 : <a class="el" href="classTiXmlDocument.html#a16">TiXmlDocument</a><li>ErrorId()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/ |
Test_invoke_interface.java | 150 * @constraint A16 163 * @constraint A16
|
/external/kernel-headers/original/asm-mips/ |
dma.h | 51 * A23 ... A16 A15 ... A8 A7 ... A0 (Physical addresses) 60 * A23 ... A17 A16 A15 ... A9 A8 A7 ... A1 A0 (Physical addresses)
|
/external/kernel-headers/original/asm-x86/ |
dma_32.h | 46 * A23 ... A16 A15 ... A8 A7 ... A0 (Physical addresses) 55 * A23 ... A17 A16 A15 ... A9 A8 A7 ... A1 A0 (Physical addresses)
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
residu_asm_opt.s | 69 LDRH r4, [r0], #2 @load a16 73 ORR r14, r4, r14, LSL #16 @r14 --- loopnum, a16
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 27 WebRtc_Word16 *a16, /* Q11 */ 38 k16[useOrder-1]= WEBRTC_SPL_LSHIFT_W16(a16[useOrder], 4); //Q11<<4 => Q15 45 tmp32b = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)a16[k], 16) - 46 WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(k16[m], a16[m-k+1]), 1); 52 a16[k] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32[k], 1); //Q12>>1 => Q11 [all...] |
/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);
|