Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dmacros.h23 #define _PDX_INDIRECT_EXPAND(macro, args) macro args argument
55 #define _PDX_APPLY_1(macro, head, next, ...) \ argument
56 macro(head) _PDX_NEXT_FUNC(next, _PDX_APPLY_2)(macro, next, __VA_ARGS__)
59 #define _PDX_APPLY_2(macro, head, next, ...) \ argument
60 macro(head) _PDX_NEXT_FUNC(next, _PDX_APPLY_1)(macro, next, __VA_ARGS__)
64 #define _PDX_HANDLE_EMPTY_ARGS(macro, ...) \ argument
66 (macro, __VA_ARGS__, ())
69 #define PDX_FOR_EACH(macro, ...) \ argument
70 _PDX_EXPAND(_PDX_HANDLE_EMPTY_ARGS(macro, __VA_ARGS__))
74 #define _PDX_APPLY_LIST_1(macro, head, next, ...) \ argument
[all …]
/frameworks/compile/mclinker/include/mcld/Config/
DLinkers.def.in11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
12 // macro with a single parameter (the name of the target whose exe/dso can be
23 # error Please define the macro MCLD_LINKER(TargetName)
DTargets.def.cmake12 |* MCLD_TARGET macro to be a function-like macro with a single *|
23 # error Please define the macro MCLD_TARGET(TargetName)
DLinkers.def.cmake11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
12 // macro with a single parameter (the name of the target whose exe/dso can be
23 # error Please define the macro MCLD_LINKER(TargetName)
DTargets.def.in12 |* MCLD_TARGET macro to be a function-like macro with a single *|
23 # error Please define the macro MCLD_TARGET(TargetName)
DLinkers.def11 // Clients of this file should define the MCLD_LINKER macro to be a function-like
12 // macro with a single parameter (the name of the target whose exe/dso can be
27 # error Please define the macro MCLD_LINKER(TargetName)
DTargets.def12 |* MCLD_TARGET macro to be a function-like macro with a single *|
27 # error Please define the macro MCLD_TARGET(TargetName)
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blend.S60 .macro blend_kernel_CLEAR
68 .macro blend_kernel_SRC
76 .macro blend_kernel_DST
81 .macro blend_kernel_SRC_OVER
127 .macro blend_kernel_DST_OVER
173 .macro blend_kernel_SRC_IN
212 .macro blend_kernel_DST_IN
251 .macro blend_kernel_SRC_OUT
258 .macro blend_kernel_DST_OUT
264 .macro blend_kernel_SRC_ATOP
[all …]
DrsCpuIntrinsics_advsimd_Blend.S57 .macro blend_kernel_CLEAR
65 .macro blend_kernel_SRC
73 .macro blend_kernel_DST
78 .macro blend_kernel_SRC_OVER
124 .macro blend_kernel_DST_OVER
170 .macro blend_kernel_SRC_IN
209 .macro blend_kernel_DST_IN
248 .macro blend_kernel_SRC_OUT
255 .macro blend_kernel_DST_OUT
261 .macro blend_kernel_SRC_ATOP
[all …]
DrsCpuIntrinsics_neon_Blur.S39 .macro ifcc zzz:vararg
83 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=r12 /*{{{*/
119 .macro vertfetch_noclamp i, dreg
143 .macro vertfetch_clamped i, dreg
270 .macro hconv1_8/*{{{*/
341 .macro hconv1_16/*{{{*/
472 .macro hconv1_25/*{{{*/
671 .macro hconv4_6/*{{{*/
722 .macro hconv4_12/*{{{*/
851 .macro hconv4_25/*{{{*/
[all …]
DrsCpuIntrinsics_advsimd_Blur.S35 .macro ifcc zzz:vararg
82 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=x12 /*{{{*/
115 .macro vertfetch_noclamp i, dreg
137 .macro vertfetch_clamped i, dreg
264 .macro hconv1_8/*{{{*/
343 .macro hconv1_16/*{{{*/
482 .macro hconv1_25/*{{{*/
688 .macro hconv4_6/*{{{*/
746 .macro hconv4_12/*{{{*/
840 .macro hconv4_20/*{{{*/
[all …]
DrsCpuBLAS.inc21 #error "You must define the macro RS_APPLY_MACRO_TO to include this file"
135 // Undefine the macro so that we can include this file multiple times to generate different functio…
DrsCpuIntrinsics_neon_YuvToRGB.S33 .macro yuvkern
87 .macro wrap_line kernel, interleaved=0, swapuv=0
DrsCpuIntrinsics_advsimd_YuvToRGB.S30 .macro yuvkern, regu=v10, regv=v11
152 .macro wrap_line kernel, interleaved=0, swapuv=0
DrsCpuIntrinsics_neon_3DLUT.S23 .macro lanepair dst, src, xr0, xr1, yr0, yr1, zr0, zr1
/frameworks/ml/nn/tools/api/
DREADME.md109 macro substitution, and the resulting lines are associated with the region name.
112 This can be thought of as a multi-line macro facility.
118 non-comment line in the sequence undergoes macro substitution, and the resulting
129 Defines a macro identified by the token *name*. The *body* is separated from
138 undergo macro substitution, except as discussed for *macro arguments* below.
142 ##### macro arguments
144 The more general form of a macro invocation is `%{*name* *arglist*}`, where
151 then the macro invocation
159 The only check on the number of arguments supplied at macro invocation time is
161 reference in the macro body. In the example above, `%{test alpha}` would be an
/frameworks/native/cmds/surfacereplayer/replayer/
DAndroid.bp14 "-Wno-disabled-macro-expansion",
59 "-Wno-disabled-macro-expansion",
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/
Dstderr.txt.expect1 redefine_RS_VERSION.rscript:4:9: warning: 'RS_VERSION' macro redefined
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DAndroid.bp22 "-Wno-disabled-macro-expansion",
/frameworks/native/services/surfaceflinger/layerproto/
DAndroid.bp29 "-Wno-disabled-macro-expansion",
/frameworks/native/libs/vr/libvrsensor/
DAndroid.bp47 "-Wno-macro-redefined",
/frameworks/native/opengl/tests/angeles/
DREADME.txt57 Note that DISABLE_IMPORTGL preprocessor macro can be used
59 You also need to define preprocessor macro PVRSDK to compile
/frameworks/ml/nn/common/operations/
DBroadcast.cpp54 #define ANDROID_NN_MACRO_DISPATCH(macro) \ argument
57 macro(kNone); \
60 macro(kRelu); \
63 macro(kRelu1); \
66 macro(kRelu6); \
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg60 # Apply host-side test macro substitutions
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg85 # Apply target-side test macro substitutions

12