HomeSort by relevance Sort by last modified time
    Searched refs:t01 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaTemplate/
template-class-traits.cpp 7 int t01[T(__is_polymorphic(InheritPolymorph<int>))]; variable
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 457 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
458 M_EXT_XINT $offset, t00, t01, t10, t11
460 M_HSUM_XOR t01, t11, tmp ;// s0', l0'
464 ;// t00, t01, t10, t11 required from previous loop
471 M_AVG4 t01, t11, t21, t31, $rndVal ;// s0', l0', s1', l1'
472 STRD t00, t01, [pDst], dstStep ;// store the average
476 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
478 M_EXT_XINT $offset, t00, t01, t10, t11
480 M_HSUM_XOR t01, t11, tmp
482 M_AVG4 t21, t31, t01, t11, $rndVa
595 t01 RN 5 label
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 253 int t01[T(__is_integral(bool))]; local
282 int t01[T(__is_floating_point(float))]; local
311 int t01[T(__is_arithmetic(float))]; local
343 int t01[T(__is_complete_type(float))]; local
366 int t01[T(__is_void(void))]; local
395 int t01[T(__is_array(IntAr))]; local
433 int t01[T(__is_function(type_wrapper<void(void)>::type))]; local
468 int t01[T(__is_reference(int&))]; local
479 int t01[T(__is_lvalue_reference(int&))]; local
493 int t01[T(__is_rvalue_reference(const int&&))] local
509 int t01[T(__is_fundamental(float))]; local
538 int t01[T(__is_object(int))]; local
553 int t01[T(__is_scalar(float))]; local
587 int t01[T(__is_compound(void*))]; local
622 int t01[T(__is_pointer(void*))]; local
658 int t01[T(__is_member_object_pointer(int StructWithMembers::*))]; local
694 int t01[T(__is_member_function_pointer(void (StructWithMembers::*) ()))]; local
730 int t01[T(__is_member_pointer(int StructWithMembers::*))]; local
764 int t01[T(__is_const(cvoid))]; local
883 int t01[T(__is_trivial(char))]; local
914 int t01[T(__is_trivially_copyable(char))]; local
985 int t01[T(__is_standard_layout(int))]; local
1036 int t01[T(__is_unsigned(bool))]; local
1394 int t01[T(__is_same(Base, Base))]; local
1430 int t01[T(__is_convertible(IntWrapper, IntWrapper))]; local
1572 int t01[T(__array_rank(IntAr) == 1)]; local
1577 int t01[T(__array_extent(IntAr, 0) == 10)]; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 390 Word32 t0,t1,t00,t01,i; local
404 t01 = min(t1,16);
405 bc11 = bc11 + huff_ltab11[t00][t01];
498 Word32 i, t0, t1, t2, t3, t00, t01; local
824 t01 = min(t1,16);
826 codeWord = huff_ctab11[t00][t01];
827 codeLength = huff_ltab11[t00][t01];
    [all...]

Completed in 2275 milliseconds