Searched refs:ENTRY (Results 1 - 20 of 20) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp21 : ScriptCommand(ScriptCommand::ENTRY), m_Entry(pEntry) {
28 mcld::outs() << "ENTRY ( " << m_Entry << " )\n";
H A DSectionsCmd.cpp35 case ScriptCommand::ENTRY:
52 case ScriptCommand::ENTRY:
69 case ScriptCommand::ENTRY:
H A DScriptParser.yy90 %token ENTRY
231 entry_command : ENTRY '(' STRING ')'
320 an ENTRY command (see Entry command)
H A DScriptScanner.ll79 <LDSCRIPT>"ENTRY" { return token::ENTRY; }
/frameworks/compile/mclinker/include/mcld/Script/
H A DEntryCmd.h32 return pCmd->getKind() == ScriptCommand::ENTRY;
H A DScriptCommand.h24 ENTRY, enumerator in enum:mcld::ScriptCommand::Kind
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_YuvToRGB.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart define
226 ENTRY(rsdIntrinsicYuv2_K)
255 ENTRY(rsdIntrinsicYuv_K)
281 ENTRY(rsdIntrinsicYuvR_K)
H A DrsCpuIntrinsics_neon_Convolve.S26 #define ENTRY(f) .text; .align 0; .globl f; .type f,#function; f: .fnstart define
29 ENTRY(rsdIntrinsicConvolve3x3_K)
118 ENTRY(rsdIntrinsicConvolve5x5_K)
H A DrsCpuIntrinsics_advsimd_Convolve.S26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f: define
29 ENTRY(rsdIntrinsicConvolve3x3_K)
114 ENTRY(rsdIntrinsicConvolve5x5_K)
H A DrsCpuIntrinsics_advsimd_YuvToRGB.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: define
307 ENTRY(rsdIntrinsicYuv2_K)
334 ENTRY(rsdIntrinsicYuv_K)
360 ENTRY(rsdIntrinsicYuvR_K)
H A DrsCpuIntrinsics_neon_3DLUT.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart define
108 ENTRY(rsdIntrinsic3DLUT_K)
H A DrsCpuIntrinsics_advsimd_3DLUT.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: define
113 ENTRY(rsdIntrinsic3DLUT_K)
H A DrsCpuIntrinsics_neon_Blend.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart define
582 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_line_##n) ;
594 ENTRY(rsdIntrinsicBlend_K)
H A DrsCpuIntrinsics_neon_Resize.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart define
112 ENTRY(rsdIntrinsicResize_oscctl_K)
177 ENTRY(rsdIntrinsicResizeB\comp\()_K)
H A DrsCpuIntrinsics_advsimd_Blend.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: define
578 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_line_##n) ;
593 ENTRY(rsdIntrinsicBlend_K)
H A DrsCpuIntrinsics_advsimd_Resize.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: define
112 ENTRY(rsdIntrinsicResize_oscctl_K)
155 ENTRY(rsdIntrinsicResizeB\comp\()_K)
H A DrsCpuIntrinsics_advsimd_ColorMatrix.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: define
976 ENTRY(rsdIntrinsicColorMatrix_int_K)
1033 ENTRY(rsdIntrinsicColorMatrixSetup_int_K)
1120 ENTRY(rsdIntrinsicColorMatrix_float_K)
1177 ENTRY(rsdIntrinsicColorMatrixSetup_float_K)
H A DrsCpuIntrinsics_advsimd_Blur.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: define
1740 ENTRY(rsdIntrinsicBlurU1_K)
1796 ENTRY(rsdIntrinsicBlurU4_K)
H A DrsCpuIntrinsics_neon_Blur.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart define
1742 ENTRY(rsdIntrinsicBlurU1_K)
1789 ENTRY(rsdIntrinsicBlurU4_K)
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h18 * \brief KeyEntryMap is a <const KeyType*, ENTRY*> map.
20 template <typename KEY, typename ENTRY>
24 typedef ENTRY EntryType;

Completed in 216 milliseconds