/third_party/pulseaudio/src/daemon/ |
H A D | cpulimit.c | 30 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/pulse/ |
H A D | mainloop-signal.c | 42 #include <pulsecore/macro.h>
|
H A D | utf8.c | 57 #include <pulsecore/macro.h>
|
H A D | timeval.c | 32 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | thread-posix.c | 35 #include <pulsecore/macro.h>
|
H A D | strbuf.c | 31 #include <pulsecore/macro.h>
|
H A D | client.c | 34 #include <pulsecore/macro.h>
|
H A D | mix_neon.c | 21 #include <pulsecore/macro.h>
|
H A D | namereg.c | 35 #include <pulsecore/macro.h>
|
H A D | pstream-util.c | 25 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/modules/ |
H A D | module-filter-heuristics.c | 26 #include <pulsecore/macro.h>
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
H A D | ApiProcs.cpp | 27 {% macro member_length(member, accessor) -%}
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | echo-cancel.h | 30 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/tests/ |
H A D | volume-test.c | 30 #include <pulsecore/macro.h>
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-crypto.c | 37 #include <pulsecore/macro.h>
|
H A D | raop-packet-buffer.c | 34 #include <pulsecore/macro.h>
|
/third_party/selinux/libselinux/utils/ |
H A D | Makefile | 27 -Wdisabled-optimization -Wbuiltin-macro-redefined \
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 12 macro defined, but only the public C API must be tested here. */ 474 function. A giant macro would be even worse than this. A C++ template 2012 /* Just use the macro and check that it compiles */ in test_u_code() 2728 int macro = 0; in get_timezone_utc_capi() local 2729 if (!PyArg_ParseTuple(args, "|p", ¯o)) { in get_timezone_utc_capi() 2732 if (macro) { in get_timezone_utc_capi() 2745 int macro; in get_date_fromdate() local 2748 if (!PyArg_ParseTuple(args, "piii", ¯o, &year, &month, &day)) { in get_date_fromdate() 2752 if (macro) { in get_date_fromdate() 2768 int macro; in get_datetime_fromdateandtime() local 2798 int macro; get_datetime_fromdateandtimeandfold() local 2831 int macro; get_time_fromtime() local 2856 int macro; get_time_fromtimeandfold() local 2883 int macro; get_delta_fromdsu() local 2908 int macro = 0; get_date_fromtimestamp() local 2936 int macro = 0; get_datetime_fromtimestamp() local [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | lpass-tx-macro.c | 17 #include "lpass-macro-common.h" 267 struct clk *macro; member 1968 tx->macro = devm_clk_get_optional(dev, "macro"); in tx_macro_probe() 1969 if (IS_ERR(tx->macro)) in tx_macro_probe() 1970 return dev_err_probe(dev, PTR_ERR(tx->macro), "unable to get macro clock\n"); in tx_macro_probe() 2001 if (of_device_is_compatible(np, "qcom,sc7280-lpass-tx-macro")) { in tx_macro_probe() 2033 ret = clk_prepare_enable(tx->macro); in tx_macro_probe() 2090 clk_disable_unprepare(tx->macro); in tx_macro_probe() [all...] |
H A D | lpass-wsa-macro.c | 18 #include "lpass-macro-common.h" 19 #include "lpass-wsa-macro.h" 355 struct clk *macro; member 2393 wsa->macro = devm_clk_get_optional(dev, "macro"); in wsa_macro_probe() 2394 if (IS_ERR(wsa->macro)) in wsa_macro_probe() 2395 return dev_err_probe(dev, PTR_ERR(wsa->macro), "unable to get macro clock\n"); in wsa_macro_probe() 2431 ret = clk_prepare_enable(wsa->macro); in wsa_macro_probe() 2489 clk_disable_unprepare(wsa->macro); in wsa_macro_probe() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | rv40dsp_neon.S | 25 .macro qpel_lowpass r0, r1, rc1, rc2, shift 41 .macro qpel_lowpass_x2 r0, r1, r2, r3, rc1, rc2, shift 70 .macro rv40_qpel8_h shift 87 .macro rv40_qpel8_v shift, type 139 .macro rv40_qpel type 662 .macro rv40_weight 812 .macro rv40_weak_loop_filter
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp_loopfilter.asm | 49 ; macro called with 7 mm register indexes as argument, and 5 regular registers 53 %macro READ_16x4_INTERLEAVED 12 99 %macro WRITE_4x4D 10 151 %macro WRITE_8W 5 190 %macro SIMPLE_LOOPFILTER 2 317 %macro INNER_LOOPFILTER 2 688 %macro MBEDGE_LOOPFILTER 2
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_scan.S | 406 .macro fp_dosingleprec instr 412 .macro fp_dodoubleprec instr
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
H A D | sleep-tegra20.S | 46 .macro pll_enable, rd, r_car_base, pll_base 53 .macro emc_device_mask, rd, base
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_scan.S | 406 .macro fp_dosingleprec instr 412 .macro fp_dodoubleprec instr
|