HomeSort by relevance Sort by last modified time
    Searched defs:st3 (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/tools/android/heap_profiler/
heap_profiler_unittest.cc 212 StackTrace st3 = GenStackTrace(4, 0x2000); local
223 heap_profiler_alloc((void*)0x3000, 1024, st3.frames, st3.depth, 0);
233 ExpectAlloc(0x3000, 0x33ff, st3, 0);
295 StackTrace st3 = GenStackTrace(7, 0x2000); local
299 heap_profiler_alloc((void*)0x3000, 1024, st3.frames, st3.depth, 0);
431 StackTrace st3 = GenStackTrace(10, 0xffffffff70000000L); local
436 (void*)0xfffffffffffff000L, 4096, st3.frames, st3.depth, 0)
    [all...]
heap_profiler_integrationtest.cc 110 const StacktraceEntry* st3 = LookupStackTrace(kSize3, inner_fn); local
120 EXPECT_EQ(NULL, st3);
  /external/clang/test/CodeGen/
struct-x86-darwin.c 15 struct STest3 {char a; short b; int c; } st3; variable in typeref:struct:STest3
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 94 struct stat st1, st2, st3; local
97 EXPECT_EQ(0u, internal_fstat(fd, &st3));
98 EXPECT_EQ(fsize, (uptr)st3.st_size);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
StatementEventTest.java 92 StatementEvent st3 = new StatementEvent(pc, null, new SQLException( local
94 SerializationTest.verifyGolden(this, st3, STATEMENTEVENT_COMPARATOR);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 282 uint32_t st1, st2, st3; local
348 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
353 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 3 */
377 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
384 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 6 */
423 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
428 "addqh_r.w %[st3], %[st3], %[st1] \n\t" /* average odd 1 */
431 "sb %[st3], 1(%[dst]) \n\t" /* store odd 1 to dst */
455 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 *
531 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve2_dspr2.c 265 uint32_t st1, st2, st3; local
329 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
334 "sb %[st3], 0(%[dst]) \n\t" /* even 3 */
358 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
364 "sb %[st3], 0(%[dst]) \n\t" /* even 6 */
396 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
402 "sb %[st3], 0(%[odd_dst]) \n\t" /* odd 1 */
425 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 */
430 "sb %[st3], 0(%[odd_dst]) \n\t" /* odd 4 */
451 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 7 *
497 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve2_horiz_dspr2.c 244 uint32_t st1, st2, st3; local
303 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
308 "sb %[st3], 4(%[dst]) \n\t" /* even 3 */
327 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
333 "sb %[st3], 10(%[dst]) \n\t" /* even 6 */
363 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
369 "sb %[st3], 1(%[dst]) \n\t" /* odd 1 */
389 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 */
394 "sb %[st3], 7(%[dst]) \n\t" /* odd 4 */
411 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 7 *
451 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve8_avg_horiz_dspr2.c 348 uint32_t st1, st2, st3; local
428 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
433 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 3 */
470 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
477 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 6 */
525 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
530 "addqh_r.w %[st3], %[st3], %[st1] \n\t" /* average odd 1 */
536 "sb %[st3], 1(%[dst]) \n\t" /* store odd 1 to dst */
659 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve8_dspr2.c 347 uint32_t st1, st2, st3; local
425 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
431 "sb %[st3], 0(%[dst]) \n\t" /* even 3 */
465 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
472 "sb %[st3], 0(%[dst]) \n\t" /* even 6 */
512 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
518 "sb %[st3], 0(%[odd_dst]) \n\t" /* odd 1 */
637 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve8_horiz_dspr2.c 314 uint32_t st1, st2, st3; local
387 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
393 "sb %[st3], 4(%[dst]) \n\t" /* even 3 */
424 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
431 "sb %[st3], 10(%[dst]) \n\t" /* even 6 */
469 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
475 "sb %[st3], 1(%[dst]) \n\t" /* odd 1 */
506 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 */
512 "sb %[st3], 7(%[dst]) \n\t" /* odd 4 */
540 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 7 *
584 uint32_t st1, st2, st3; local
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 282 uint32_t st1, st2, st3; local
348 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
353 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 3 */
377 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
384 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 6 */
423 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
428 "addqh_r.w %[st3], %[st3], %[st1] \n\t" /* average odd 1 */
431 "sb %[st3], 1(%[dst]) \n\t" /* store odd 1 to dst */
455 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 *
531 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve2_dspr2.c 265 uint32_t st1, st2, st3; local
329 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
334 "sb %[st3], 0(%[dst]) \n\t" /* even 3 */
358 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
364 "sb %[st3], 0(%[dst]) \n\t" /* even 6 */
396 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
402 "sb %[st3], 0(%[odd_dst]) \n\t" /* odd 1 */
425 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 */
430 "sb %[st3], 0(%[odd_dst]) \n\t" /* odd 4 */
451 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 7 *
497 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve2_horiz_dspr2.c 244 uint32_t st1, st2, st3; local
303 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
308 "sb %[st3], 4(%[dst]) \n\t" /* even 3 */
327 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
333 "sb %[st3], 10(%[dst]) \n\t" /* even 6 */
363 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
369 "sb %[st3], 1(%[dst]) \n\t" /* odd 1 */
389 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 */
394 "sb %[st3], 7(%[dst]) \n\t" /* odd 4 */
411 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 7 *
451 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve8_avg_horiz_dspr2.c 348 uint32_t st1, st2, st3; local
428 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
433 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 3 */
470 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
477 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 6 */
525 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
530 "addqh_r.w %[st3], %[st3], %[st1] \n\t" /* average odd 1 */
536 "sb %[st3], 1(%[dst]) \n\t" /* store odd 1 to dst */
659 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve8_dspr2.c 347 uint32_t st1, st2, st3; local
425 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
431 "sb %[st3], 0(%[dst]) \n\t" /* even 3 */
465 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
472 "sb %[st3], 0(%[dst]) \n\t" /* even 6 */
512 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
518 "sb %[st3], 0(%[odd_dst]) \n\t" /* odd 1 */
637 uint32_t st1, st2, st3; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 282 uint32_t st1, st2, st3; local
348 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
353 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 3 */
377 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
384 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 6 */
423 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
428 "addqh_r.w %[st3], %[st3], %[st1] \n\t" /* average odd 1 */
431 "sb %[st3], 1(%[dst]) \n\t" /* store odd 1 to dst */
455 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 *
531 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve2_dspr2.c 265 uint32_t st1, st2, st3; local
329 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
334 "sb %[st3], 0(%[dst]) \n\t" /* even 3 */
358 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
364 "sb %[st3], 0(%[dst]) \n\t" /* even 6 */
396 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
402 "sb %[st3], 0(%[odd_dst]) \n\t" /* odd 1 */
425 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 */
430 "sb %[st3], 0(%[odd_dst]) \n\t" /* odd 4 */
451 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 7 *
497 uint32_t st1, st2, st3; local
    [all...]
vp9_convolve2_horiz_dspr2.c 244 uint32_t st1, st2, st3; local
303 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 3 */
308 "sb %[st3], 4(%[dst]) \n\t" /* even 3 */
327 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* even 6 */
333 "sb %[st3], 10(%[dst]) \n\t" /* even 6 */
363 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 1 */
369 "sb %[st3], 1(%[dst]) \n\t" /* odd 1 */
389 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 4 */
394 "sb %[st3], 7(%[dst]) \n\t" /* odd 4 */
411 "lbux %[st3], %[Temp3](%[cm]) \n\t" /* odd 7 *
451 uint32_t st1, st2, st3; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 275 Statement st3 = null; local
292 st3 = conn.createStatement();
293 rs = st3.executeQuery(select);
334 if (st3 != null) st3.close();
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.cpp 1034 int32_t st1, stage1Length, st2, st3, minLength; local
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S 94 #define st3 s11 define
184 vadd.f32 st3,x0i,x1i @// b+d
189 vmul.f32 x1i,w1r,st3
190 vmls.f32 x1r,w1i,st3
198 vmul.f32 x0i,w0r,st3
199 vmla.f32 x0r,w0i,st3
omxSP_FFTFwd_RToCCS_F32_Sfs_s.S 104 #define st3 s11 define
262 vadd.f32 st3,x0i,x1i @// b+d
267 vmul.f32 x1i,w1r,st3
268 vmla.f32 x1r,w1i,st3 @// x1r = w1r*st2 + w1i*st3
270 vmls.f32 x1i,w1i,st2 @// x1i = w1r*st3 - wli*st2
277 vmul.f32 x0i,w0r,st3
278 vmls.f32 x0r,w0i,st3 @// x0r = w0r*st2 - w0i*st3
279 vmla.f32 x0i,w0i,st2 @// x0i = w0r*st3 + x0i*st
    [all...]
omxSP_FFTInv_CCSToR_F32_Sfs_s.S 89 #define st3 s11 define
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 1034 int32_t st1, stage1Length, st2, st3, minLength; local
    [all...]

Completed in 508 milliseconds

1 2