HomeSort by relevance Sort by last modified time
    Searched refs:TST (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/clang/include/clang/Sema/
DeclSpec.h 250 typedef TypeSpecifierType TST;
251 static const TST TST_unspecified = clang::TST_unspecified;
252 static const TST TST_void = clang::TST_void;
253 static const TST TST_char = clang::TST_char;
254 static const TST TST_wchar = clang::TST_wchar;
255 static const TST TST_char16 = clang::TST_char16;
256 static const TST TST_char32 = clang::TST_char32;
257 static const TST TST_int = clang::TST_int;
258 static const TST TST_int128 = clang::TST_int128;
259 static const TST TST_half = clang::TST_half
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DeblockLuma_I.S 25 TST r6,#7
32 TST r4,#3
36 TST r5,#3
armVCM4P10_UnpackBlock4x4_s.S 27 TST r3,#0x10
33 TST r3,#0x20
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S 47 TST r12,#0xff
51 TST r12,#0xff00
58 TST r12,#4
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S 53 TST r6,r9
59 TST r6,r8
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S 60 TST r12,#0xff
65 TST r12,#0xff00
71 TST r12,#4
omxVCM4P10_PredictIntra_4x4_s.S 58 TST r7,#2
66 TST r7,#1
88 TST r7,#1
106 TST r7,#0x40
208 TST r7,#0x40
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.S 68 TST r6,r9
74 TST r6,r8
omxVCM4P10_PredictIntraChroma_8x8_s.S 37 TST r7,#2
49 TST r7,#1
90 TST r7,#1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 63 ;// SIGNED byte/halfword. So, based on the first TST instruction, 8-bits or
72 TST Flag, #0x10 ;// Computing (Flag & 0x10)
79 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 80 TST Flag, #0x10 ;// Computing (Flag & 0x10)
87 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 157 TST bS, #0xff00
159 TST bS, #0xff
161 TST bS, #4
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 241 TST bSTemp, #0xff00
243 TST bSTemp, #0xff
245 TST bSTemp, #4
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 63 ;// SIGNED byte/halfword. So, based on the first TST instruction, 8-bits or
72 TST Flag, #0x10 ;// Computing (Flag & 0x10)
79 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 87 TST Flag, #0x10 ;// Computing (Flag & 0x10)
94 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 203 TST bS10, #0xff
208 TST bS10, #0xff00
218 TST bS10, #4
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 149 TST bS3210, Mask_3
160 TST bS3210, Mask_4
omxVCM4P10_PredictIntra_4x4_s.s 215 TST availability, #OMX_VC_LEFT
226 TST availability, #OMX_VC_UPPER
259 TST availability, #OMX_VC_UPPER
289 TST availability, #OMX_VC_UPPER_RIGHT
449 TST availability, #OMX_VC_UPPER_RIGHT
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 295 TST bS10, #0xff
302 TST bS10, #0xff00
311 TST bS10, #4
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 203 TST bS3210, Mask_3
214 TST bS3210, Mask_4
  /external/clang/lib/Sema/
DeclSpec.cpp 396 const char *DeclSpec::getSpecifierName(DeclSpec::TST T) {
490 assert(!isInvalid && "auto SCS -> TST recovery failed");
538 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType);
565 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc,
572 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc,
580 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType);
592 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc,
599 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType);
611 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc,
618 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc
983 TST tst = getTypeSpecType(); local
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 63 if (const TemplateSpecializationType *TST
65 if (!TST->isTypeAlias())
688 /// TST - the template specialization whose arguments this iterator
690 const TemplateSpecializationType *TST;
696 /// Index - the index of the template argument in TST.
708 TSTiterator(ASTContext &Context, const TemplateSpecializationType *TST)
709 : TST(TST),
710 DesugarTST(GetTemplateSpecializationType(Context, TST->desugar())),
715 TemplateArgument TA = TST->getArg(0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 81 TST QP,#1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 108 TST QP,#1
  /external/ping/
ping_common.h 42 #define TST(bit) (A(bit) & B(bit))

Completed in 271 milliseconds

1 2 3