Home
last modified time | relevance | path

Searched refs:IPD (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_nlc_dec.h25 #define IPD (2) macro
Dixheaacd_mps_parse.c325 if (datatype == IPD) { in ixheaacd_mps_ecdata_decoding()
411 ixheaacd_mps_ecdata_decoding(self, bitstream, frame->ipd_idx_data, IPD); in ixheaacd_mps_frame_parsing()
670 case IPD: in ixheaacd_mps_de_quantize()
792 if (param_type == IPD) { in ixheaacd_mps_mapindexdata()
838 cur_bit_stream_ptr->ipd_idx_prev, IPD); in ixheaacd_mps_dec_and_mapframeott()
Dixheaacd_mps_dec.c1002 case IPD: in ixheaacd_huff_decode()
1116 case IPD: in ixheaacd_huff_decode()
1207 case IPD: in ixheaacd_huff_decode()
1364 case IPD: in ixheaacd_mps_ecdatapairdec()
/external/clang/lib/Frontend/
DASTConsumers.cpp438 ImplicitParamDecl* IPD = cast<ImplicitParamDecl>(I); in PrintDeclContext() local
439 Out << "<implicit parameter> " << *IPD << '\n'; in PrintDeclContext()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp456 if (ImplicitParamDecl *IPD = dyn_cast<ImplicitParamDecl>(DRE->getDecl())) in isSelf() local
457 if (IPD->getIdentifier() == SelfII) in isSelf()
/external/clang/tools/libclang/
DCXCursor.cpp468 if (const ImplicitParamDecl *IPD = in MakeCXCursor() local
471 dyn_cast<ObjCMethodDecl>(IPD->getDeclContext())) { in MakeCXCursor()
472 if (MD->getSelfDecl() == IPD) { in MakeCXCursor()
/external/clang/lib/CodeGen/
DCGDecl.cpp1758 if (auto IPD = dyn_cast<ImplicitParamDecl>(&D)) { in EmitParmDecl() local
1762 setBlockContextParameter(IPD, ArgNo, Arg.getDirectValue()); in EmitParmDecl()