Home
last modified time | relevance | path

Searched refs:macro (Results 501 - 525 of 705) sorted by relevance

1...<<212223242526272829

/third_party/pulseaudio/src/pulsecore/
H A Dcore-rtclock.c50 #include <pulsecore/macro.h>
H A Dasyncq.c32 #include <pulsecore/macro.h>
/third_party/pulseaudio/src/modules/rtp/
H A Dsap.c46 #include <pulsecore/macro.h>
/third_party/pulseaudio/src/tests/
H A Dmemblock-test.c31 #include <pulsecore/macro.h>
H A Dinterpol-test.c35 #include <pulsecore/macro.h>
H A Dformat-test.c26 #include <pulsecore/macro.h>
/third_party/pulseaudio/src/utils/
H A Dpasuspender.c44 #include <pulsecore/macro.h>
/third_party/pulseaudio/src/modules/
H A Dmodule-detect.c40 #include <pulsecore/macro.h>
/third_party/selinux/libsepol/cil/src/
H A Dcil_build_ast.c54 struct cil_tree_node *macro; member
5247 struct cil_macro *macro = NULL; in cil_gen_macro() local
5268 cil_macro_init(&macro); in cil_gen_macro()
5289 if (macro->params == NULL) { in cil_gen_macro()
5290 cil_list_init(&macro->params, CIL_LIST_ITEM); in cil_gen_macro()
5341 cil_list_for_each(curr_param, macro->params) { in cil_gen_macro()
5349 cil_list_append(macro->params, CIL_PARAM, param); in cil_gen_macro()
5354 /* we don't want the tree walker to walk the macro parameters (they were just handled above), so the subtree is deleted, and the next pointer of the in cil_gen_macro()
5355 node containing the macro name is updated to point to the start of the macro conten in cil_gen_macro()
5378 cil_destroy_macro(struct cil_macro *macro) cil_destroy_macro() argument
[all...]
H A Dcil.c358 CIL_KEY_MACRO = cil_strpool_add("macro"); in cil_init_keys()
2828 (*call)->macro = NULL; in cil_call_init()
2848 void cil_macro_init(struct cil_macro **macro) in cil_macro_init() argument
2850 *macro = cil_malloc(sizeof(**macro)); in cil_macro_init()
2852 cil_symtab_datum_init(&(*macro)->datum); in cil_macro_init()
2853 cil_symtab_array_init((*macro)->symtab, cil_sym_sizes[CIL_SYM_ARRAY_MACRO]); in cil_macro_init()
2854 (*macro)->params = NULL; in cil_macro_init()
H A Dcil_internal.h898 struct cil_macro *macro; member
1078 void cil_macro_init(struct cil_macro **macro);
H A Dcil_write_ast.c634 struct cil_macro *macro = node->data; in cil_write_ast_node() local
636 fprintf(out, "(macro %s (", datum_to_str(DATUM(macro))); in cil_write_ast_node()
637 if (macro->params) { in cil_write_ast_node()
638 cil_list_for_each(curr, macro->params) { in cil_write_ast_node()
651 fprintf(out, "(call %s", datum_or_str(DATUM(call->macro), call->macro_str)); in cil_write_ast_node()
/third_party/ffmpeg/libavcodec/arm/
H A Dh264pred_neon.S23 .macro ldcol.8 rd, rs, rt, n=8, hi=0
38 .macro add16x8 dq, dl, dh, rl, rh
H A Dvp3dsp_neon.S35 .macro vp3_loop_filter
217 .macro VP3_IDCT_END type
H A Drv34dsp_neon.S24 .macro rv34_inv_transform r0
H A Dsynth_filter_vfp.S63 .macro inner_loop half, tail, head
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_compute.c473 unsigned macro = NVC0_CP_MACRO_LAUNCH_GRID_INDIRECT; in nvc0_launch_grid() local
476 PUSH_DATA(push, NVC0_FIFO_PKHDR_1I(1, macro, 3)); in nvc0_launch_grid()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctflt-sse.asm26 %macro unpcklps2 2 ; %1=(0 1 2 3) / %2=(4 5 6 7) => %1=(0 1 4 5)
30 %macro unpckhps2 2 ; %1=(0 1 2 3) / %2=(4 5 6 7) => %1=(2 3 6 7)
H A Djidctint-avx2.asm69 %macro dotranspose 8
122 %macro dodct 13
/third_party/python/Lib/distutils/
H A Dmsvc9compiler.py128 def set_macro(self, macro, path, key):
129 self.macros["$(%s)" % macro] = Reg.get_value(path, key)
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9intrapred_16bpp.asm49 %macro SCRATCH 3-4
63 %macro UNSCRATCH 3-4
74 %macro PRELOAD 2-3
368 %macro DC_1D_FNS 2
671 %macro LOWPASS 3 ; left [dst], center, right
679 %macro SHIFT_RIGHT 2-3 [pb_2to15_14_15] ; dst, src, [ssse3_shift_reg]
689 %macro SHIFT_RIGHTx2 3-4 [pb_2to15_14_15] ; dst1, dst2, src, [ssse3_shift_reg]
701 %macro DL_FUNCS 0
952 %macro DR_FUNCS 1 ; stack_mem_for_32x32_32bit_function
1433 %macro VL_FUNC
[all...]
H A Dlossless_audiodsp.asm94 %macro SCALARPRODUCT_LOOP 1
H A Dv210.asm39 %macro v210_planar_unpack 1
H A Dcavsidct.asm32 %macro CAVS_IDCT8_1D 2-3 1 ; source, round, init_load
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc492 [name](Macro* macro) { return macro->ReadableName() == name; }); in Methods()
808 // Generate a Torque macro for getting a Slice to this field. This macro can in GenerateSliceAccessor()
928 Macro* macro = Declarations::DeclareMacro(macro_name, true, base::nullopt, in GenerateSliceAccessor() local
930 GlobalContext::EnsureInCCOutputList(TorqueMacro::cast(macro), in GenerateSliceAccessor()
931 macro->Position().source); in GenerateSliceAccessor()

Completed in 26 milliseconds

1...<<212223242526272829