/third_party/pulseaudio/src/pulsecore/ |
H A D | socket-util.c | 57 #include <pulsecore/macro.h>
|
H A D | ipacl.c | 44 #include <pulsecore/macro.h>
|
H A D | thread-mq.c | 29 #include <pulsecore/macro.h>
|
H A D | core-subscribe.c | 29 #include <pulsecore/macro.h>
|
H A D | core-rtclock.c | 50 #include <pulsecore/macro.h>
|
H A D | asyncq.c | 32 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/daemon/ |
H A D | cmdline.c | 34 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | adrian-aec.h | 23 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/modules/ |
H A D | module-lirc.c | 36 #include <pulsecore/macro.h>
|
H A D | module-detect.c | 40 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/pulse/ |
H A D | thread-mainloop.c | 39 #include <pulsecore/macro.h>
|
H A D | sample.c | 32 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | sap.c | 46 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/tests/ |
H A D | memblock-test.c | 31 #include <pulsecore/macro.h>
|
H A D | interpol-test.c | 35 #include <pulsecore/macro.h>
|
H A D | format-test.c | 26 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/utils/ |
H A D | pasuspender.c | 44 #include <pulsecore/macro.h>
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | fft_vfp.S | 90 .macro macro_fft8_head 156 .macro macro_fft8_tail 336 .macro pass n, z0, z1, z2, z3 463 .macro def_fft n, n2, n4
|
H A D | vp8dsp_neon.S | 273 .macro vp8_loop_filter, inner=0, simple=0 446 .macro vp8_v_loop_filter16 name, inner=0, simple=0 495 .macro vp8_v_loop_filter8uv name, inner=0 554 .macro vp8_h_loop_filter16 name, inner=0, simple=0 620 .macro vp8_h_loop_filter8uv name, inner=0 718 .macro vp8_epel8_h6 d, a, b 740 .macro vp8_epel16_h6 d0, d1, s0, s1, s2, q0, q1 776 .macro vp8_epel8_v6_y2 d0, d1, s0, s1, s2, s3, s4, s5, s6 802 .macro vp8_epel8_h4 d, a, b 818 .macro vp8_epel8_v4_y [all...] |
H A D | h264pred_neon.S | 23 .macro ldcol.8 rd, rs, rt, n=8, hi=0 38 .macro add16x8 dq, dl, dh, rl, rh
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 746 // We get a mapping of each macro to the partitions it intersects with. in build() 750 String macro = e.getKey(); in build() 754 macroToPartitions.put(macro, partition); in build() 759 // Create a combined mapping from a region code, which can be a macro region, in build() 763 String macro = m2p.getKey(); in build() 764 int regionIndex = LSR.indexForRegion(macro); in build() 795 * All macroregions are fully resolved to sets of non-macro regions.
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 746 // We get a mapping of each macro to the partitions it intersects with. in build() 750 String macro = e.getKey(); in build() 754 macroToPartitions.put(macro, partition); in build() 759 // Create a combined mapping from a region code, which can be a macro region, in build() 763 String macro = m2p.getKey(); in build() 764 int regionIndex = LSR.indexForRegion(macro); in build() 795 * All macroregions are fully resolved to sets of non-macro regions.
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | colorspacedsp.asm | 60 %macro YUV2YUV_FN 4 ; in_bitdepth, out_bitdepth, log2_chroma_w (horiz), log2_chroma_h (vert) 366 %macro YUV2YUV_FNS 2 ; ss_w, ss_h 387 %macro YUV2RGB_FN 3 ; depth, log2_chroma_w (horiz), log2_chroma_h (vert) 677 %macro YUV2RGB_FNS 2 688 %macro RGB2YUV_FN 3 ; depth, log2_chroma_w (horiz), log2_chroma_h (vert) 1006 %macro RGB2YUV_FNS 2
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp8dsp_neon.S | 286 .macro vp8_loop_filter, inner=0, simple=0, hev_thresh 459 .macro vp8_v_loop_filter16 name, inner=0, simple=0 505 .macro vp8_v_loop_filter8uv name, inner=0 560 .macro vp8_h_loop_filter16 name, inner=0, simple=0 621 .macro vp8_h_loop_filter8uv name, inner=0 715 .macro vp8_epel8_h6 d, s0, s1 737 .macro vp8_epel16_h6 d0, v0, v1 773 .macro vp8_epel8_v6_y2 d0, d1, s0, s1, s2, s3, s4, s5, s6 801 .macro vp8_epel8_h4 d, v0, v1 817 .macro vp8_epel8_v4_y [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_build_ast.c | 54 struct cil_tree_node *macro; member 5247 struct cil_macro *macro = NULL; in cil_gen_macro() local 5268 cil_macro_init(¯o); in cil_gen_macro() 5289 if (macro->params == NULL) { in cil_gen_macro() 5290 cil_list_init(¯o->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...] |