/third_party/ffmpeg/libavcodec/ |
D | Makefile | 29 OBJS = ac3_parser.o \ 30 adts_parser.o \ 31 allcodecs.o \ 32 avcodec.o \ 33 avdct.o \ 34 avpacket.o \ 35 avpicture.o \ 36 bitstream.o \ 37 bitstream_filter.o \ 38 bitstream_filters.o \ [all …]
|
/third_party/ffmpeg/libavformat/ |
D | Makefile | 8 OBJS = allformats.o \ 9 avio.o \ 10 aviobuf.o \ 11 dump.o \ 12 format.o \ 13 id3v1.o \ 14 id3v2.o \ 15 metadata.o \ 16 mux.o \ 17 options.o \ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowOptionalChain.js | 3 declare const o: undefined | { 10 o?.[a = 1]; 14 o?.x[b = 1]; 18 o?.(c = 1) 22 o?.x(d = 1); 165 function f10(o: Thing | undefined, value: number) { 166 if (o?.foo === value) { 167 o.foo; 169 if (o?.["foo"] === value) { 170 o["foo"]; [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | Makefile | 9 OBJS = allfilters.o \ 10 audio.o \ 11 avfilter.o \ 12 avfiltergraph.o \ 13 buffersink.o \ 14 buffersrc.o \ 15 drawutils.o \ 16 fifo.o \ 17 formats.o \ 18 framepool.o \ [all …]
|
/third_party/boost/boost/preprocessor/control/detail/edg/ |
D | while.hpp | 20 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_I(p, o, s) argument 21 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_WHILE_2_I(p, o, s) argument 22 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_WHILE_3_I(p, o, s) argument 23 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_WHILE_4_I(p, o, s) argument 24 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_WHILE_5_I(p, o, s) argument 25 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_WHILE_6_I(p, o, s) argument 26 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_WHILE_7_I(p, o, s) argument 27 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_WHILE_8_I(p, o, s) argument 28 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_WHILE_9_I(p, o, s) argument 29 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_WHILE_10_I(p, o, s) argument [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | Makefile.in | 42 OBJECTS = aliastst.o allcoll.o apicoll.o astrotst.o callimts.o calregts.o caltest.o \ 43 caltztst.o canittst.o citrtest.o colldata.o convtest.o currcoll.o collationtest.o \ 44 fldset.o dadrfmt.o dadrcal.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts.o dtfmttst.o \ 45 dtptngts.o encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o \ 46 itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o \ 47 loctest.o localebuildertest.o localematchertest.o \ 48 miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \ 49 numfmtst.o numrgts.o plurults.o plurfmts.o pptest.o regcoll.o restest.o restsnew.o \ 50 sdtfmtts.o svccoll.o tchcfmt.o selfmts.o \ 51 tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \ [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | Makefile.in | 67 OBJECTS = ucln_in.o \ 68 fmtable.o format.o msgfmt.o umsg.o numfmt.o unum.o decimfmt.o dcfmtsym.o \ 69 fmtable_cnv.o \ 70 choicfmt.o datefmt.o smpdtfmt.o reldtfmt.o dtfmtsym.o udat.o dtptngen.o udatpg.o \ 71 nfrs.o nfrule.o nfsubs.o rbnf.o numsys.o unumsys.o ucsdet.o \ 72 ucal.o calendar.o gregocal.o timezone.o simpletz.o olsontz.o \ 73 astro.o taiwncal.o buddhcal.o persncal.o islamcal.o japancal.o gregoimp.o hebrwcal.o \ 74 indiancal.o chnsecal.o cecal.o coptccal.o dangical.o ethpccal.o \ 75 coleitr.o coll.o sortkey.o bocsu.o ucoleitr.o \ 76 ucol.o ucol_res.o ucol_sit.o \ [all …]
|
/third_party/boost/boost/preprocessor/list/detail/ |
D | fold_right.hpp | 20 # define BOOST_PP_LIST_FOLD_RIGHT_1(o, s, l) BOOST_PP_LIST_FOLD_LEFT_1(o, s, BOOST_PP_LIST_REVERSE_… argument 21 # define BOOST_PP_LIST_FOLD_RIGHT_2(o, s, l) BOOST_PP_LIST_FOLD_LEFT_2(o, s, BOOST_PP_LIST_REVERSE_… argument 22 # define BOOST_PP_LIST_FOLD_RIGHT_3(o, s, l) BOOST_PP_LIST_FOLD_LEFT_3(o, s, BOOST_PP_LIST_REVERSE_… argument 23 # define BOOST_PP_LIST_FOLD_RIGHT_4(o, s, l) BOOST_PP_LIST_FOLD_LEFT_4(o, s, BOOST_PP_LIST_REVERSE_… argument 24 # define BOOST_PP_LIST_FOLD_RIGHT_5(o, s, l) BOOST_PP_LIST_FOLD_LEFT_5(o, s, BOOST_PP_LIST_REVERSE_… argument 25 # define BOOST_PP_LIST_FOLD_RIGHT_6(o, s, l) BOOST_PP_LIST_FOLD_LEFT_6(o, s, BOOST_PP_LIST_REVERSE_… argument 26 # define BOOST_PP_LIST_FOLD_RIGHT_7(o, s, l) BOOST_PP_LIST_FOLD_LEFT_7(o, s, BOOST_PP_LIST_REVERSE_… argument 27 # define BOOST_PP_LIST_FOLD_RIGHT_8(o, s, l) BOOST_PP_LIST_FOLD_LEFT_8(o, s, BOOST_PP_LIST_REVERSE_… argument 28 # define BOOST_PP_LIST_FOLD_RIGHT_9(o, s, l) BOOST_PP_LIST_FOLD_LEFT_9(o, s, BOOST_PP_LIST_REVERSE_… argument 29 # define BOOST_PP_LIST_FOLD_RIGHT_10(o, s, l) BOOST_PP_LIST_FOLD_LEFT_10(o, s, BOOST_PP_LIST_REVERS… argument [all …]
|
D | fold_left.hpp | 22 …_1(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_2, s BOOST_PP_TUPLE_EAT… argument 23 …_2(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_3, s BOOST_PP_TUPLE_EAT… argument 24 …_3(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_4, s BOOST_PP_TUPLE_EAT… argument 25 …_4(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_5, s BOOST_PP_TUPLE_EAT… argument 26 …_5(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_6, s BOOST_PP_TUPLE_EAT… argument 27 …_6(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_7, s BOOST_PP_TUPLE_EAT… argument 28 …_7(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_8, s BOOST_PP_TUPLE_EAT… argument 29 …_8(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_9, s BOOST_PP_TUPLE_EAT… argument 30 …9(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_10, s BOOST_PP_TUPLE_EAT… argument 31 …0(o, s, l) BOOST_PP_IIF(BOOST_PP_LIST_IS_CONS(l), BOOST_PP_LIST_FOLD_LEFT_11, s BOOST_PP_TUPLE_EAT… argument [all …]
|
/third_party/boost/boost/preprocessor/control/detail/msvc/ |
D | while.hpp | 20 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_IF(p(2, s), BOOST_PP_WHILE_2, s BOOST_PP_TUPLE_EAT_3)(p… argument 21 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_IF(p(3, s), BOOST_PP_WHILE_3, s BOOST_PP_TUPLE_EAT_3)(p… argument 22 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_IF(p(4, s), BOOST_PP_WHILE_4, s BOOST_PP_TUPLE_EAT_3)(p… argument 23 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_IF(p(5, s), BOOST_PP_WHILE_5, s BOOST_PP_TUPLE_EAT_3)(p… argument 24 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_IF(p(6, s), BOOST_PP_WHILE_6, s BOOST_PP_TUPLE_EAT_3)(p… argument 25 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_IF(p(7, s), BOOST_PP_WHILE_7, s BOOST_PP_TUPLE_EAT_3)(p… argument 26 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_IF(p(8, s), BOOST_PP_WHILE_8, s BOOST_PP_TUPLE_EAT_3)(p… argument 27 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_IF(p(9, s), BOOST_PP_WHILE_9, s BOOST_PP_TUPLE_EAT_3)(p… argument 28 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_IF(p(10, s), BOOST_PP_WHILE_10, s BOOST_PP_TUPLE_EAT_3)… argument 29 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_IF(p(11, s), BOOST_PP_WHILE_11, s BOOST_PP_TUPLE_EAT_3… argument [all …]
|
/third_party/boost/boost/preprocessor/list/ |
D | fold_left.hpp | 30 # define BOOST_PP_LIST_FOLD_LEFT_257(o, s, l) BOOST_PP_ERROR(0x0004) argument 32 # define BOOST_PP_LIST_FOLD_LEFT_D(d, o, s, l) BOOST_PP_LIST_FOLD_LEFT_ ## d(o, s, l) argument 46 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_1(o, s, l) 0 argument 47 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_2(o, s, l) 0 argument 48 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_3(o, s, l) 0 argument 49 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_4(o, s, l) 0 argument 50 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_5(o, s, l) 0 argument 51 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_6(o, s, l) 0 argument 52 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_7(o, s, l) 0 argument 53 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_8(o, s, l) 0 argument [all …]
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowOptionalChain.ts | 5 declare const o: undefined | { constant 12 o?.[a = 1]; 16 o?.x[b = 1]; 20 o?.(c = 1) 24 o?.x(d = 1); 167 function f10(o: Thing | undefined, value: number) { 168 if (o?.foo === value) { 169 o.foo; 171 if (o?.["foo"] === value) { 172 o["foo"]; [all …]
|
/third_party/boost/boost/preprocessor/control/ |
D | while.hpp | 51 # define BOOST_PP_WHILE_257(p, o, s) BOOST_PP_ERROR(0x0001) argument 55 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_1(p, o, s) 0 argument 56 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_2(p, o, s) 0 argument 57 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_3(p, o, s) 0 argument 58 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_4(p, o, s) 0 argument 59 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_5(p, o, s) 0 argument 60 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_6(p, o, s) 0 argument 61 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_7(p, o, s) 0 argument 62 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_8(p, o, s) 0 argument 63 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_9(p, o, s) 0 argument [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | Makefile.in | 82 OBJECTS = errorcode.o putil.o umath.o utypes.o uinvchar.o umutex.o ucln_cmn.o \ 83 uinit.o uobject.o cmemory.o charstr.o cstr.o \ 84 udata.o ucmndata.o udatamem.o umapfile.o udataswp.o utrie_swap.o ucol_swp.o utrace.o \ 85 uhash.o uhash_us.o uenum.o ustrenum.o uvector.o ustack.o uvectr32.o uvectr64.o \ 86 ucnv.o ucnv_bld.o ucnv_cnv.o ucnv_io.o ucnv_cb.o ucnv_err.o ucnvlat1.o \ 87 ucnv_u7.o ucnv_u8.o ucnv_u16.o ucnv_u32.o ucnvscsu.o ucnvbocu.o \ 88 ucnv_ext.o ucnvmbcs.o ucnv2022.o ucnvhz.o ucnv_lmb.o ucnvisci.o ucnvdisp.o ucnv_set.o ucnv_ct.o \ 89 resource.o uresbund.o ures_cnv.o uresdata.o resbund.o resbund_cnv.o \ 90 ucurr.o \ 91 messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdispnames.o locdspnm.o … [all …]
|
/third_party/libpsl/fuzz/libpsl_icu_load_fuzzer.in/ |
D | b6961e8125536c9e64a626eadb51778cdfc543b8 | 2 xn--mnboᅥasaki.j�̈́o 6 !!Ü̈́͜o 8 !!Ü̈́͜o 10 !!Ü̈́͜o 16 !!Ü̈́͜o 24 .............-..........G.....�o 26 !!Ü̈́͜o 32 !!Ü̈́͜o 39 xn-*.kacn.........�o 41 !!Ȝ̈́͜o [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | source-output.c | 48 static void set_real_ratio(pa_source_output *o, const pa_cvolume *v); 205 static void reset_callbacks(pa_source_output *o) { in reset_callbacks() argument 206 pa_assert(o); in reset_callbacks() 208 o->push = NULL; in reset_callbacks() 209 o->process_rewind = NULL; in reset_callbacks() 210 o->update_max_rewind = NULL; in reset_callbacks() 211 o->update_source_requested_latency = NULL; in reset_callbacks() 212 o->update_source_latency_range = NULL; in reset_callbacks() 213 o->update_source_fixed_latency = NULL; in reset_callbacks() 214 o->attach = NULL; in reset_callbacks() [all …]
|
/third_party/boost/boost/preprocessor/control/detail/dmc/ |
D | while.hpp | 21 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_C(BOOST_PP_BOOL(p##(2, s)), p, o, s) argument 22 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_WHILE_2_C(BOOST_PP_BOOL(p##(3, s)), p, o, s) argument 23 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_WHILE_3_C(BOOST_PP_BOOL(p##(4, s)), p, o, s) argument 24 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_WHILE_4_C(BOOST_PP_BOOL(p##(5, s)), p, o, s) argument 25 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_WHILE_5_C(BOOST_PP_BOOL(p##(6, s)), p, o, s) argument 26 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_WHILE_6_C(BOOST_PP_BOOL(p##(7, s)), p, o, s) argument 27 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_WHILE_7_C(BOOST_PP_BOOL(p##(8, s)), p, o, s) argument 28 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_WHILE_8_C(BOOST_PP_BOOL(p##(9, s)), p, o, s) argument 29 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_WHILE_9_C(BOOST_PP_BOOL(p##(10, s)), p, o, s) argument 30 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_WHILE_10_C(BOOST_PP_BOOL(p##(11, s)), p, o, s) argument [all …]
|
/third_party/boost/boost/preprocessor/list/detail/edg/ |
D | fold_left.hpp | 22 # define BOOST_PP_LIST_FOLD_LEFT_1(o, s, l) BOOST_PP_LIST_FOLD_LEFT_1_D(o, s, l) argument 23 # define BOOST_PP_LIST_FOLD_LEFT_2(o, s, l) BOOST_PP_LIST_FOLD_LEFT_2_D(o, s, l) argument 24 # define BOOST_PP_LIST_FOLD_LEFT_3(o, s, l) BOOST_PP_LIST_FOLD_LEFT_3_D(o, s, l) argument 25 # define BOOST_PP_LIST_FOLD_LEFT_4(o, s, l) BOOST_PP_LIST_FOLD_LEFT_4_D(o, s, l) argument 26 # define BOOST_PP_LIST_FOLD_LEFT_5(o, s, l) BOOST_PP_LIST_FOLD_LEFT_5_D(o, s, l) argument 27 # define BOOST_PP_LIST_FOLD_LEFT_6(o, s, l) BOOST_PP_LIST_FOLD_LEFT_6_D(o, s, l) argument 28 # define BOOST_PP_LIST_FOLD_LEFT_7(o, s, l) BOOST_PP_LIST_FOLD_LEFT_7_D(o, s, l) argument 29 # define BOOST_PP_LIST_FOLD_LEFT_8(o, s, l) BOOST_PP_LIST_FOLD_LEFT_8_D(o, s, l) argument 30 # define BOOST_PP_LIST_FOLD_LEFT_9(o, s, l) BOOST_PP_LIST_FOLD_LEFT_9_D(o, s, l) argument 31 # define BOOST_PP_LIST_FOLD_LEFT_10(o, s, l) BOOST_PP_LIST_FOLD_LEFT_10_D(o, s, l) argument [all …]
|
D | fold_right.hpp | 21 # define BOOST_PP_LIST_FOLD_RIGHT_1(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_1_D(o, s, l) argument 22 # define BOOST_PP_LIST_FOLD_RIGHT_2(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_2_D(o, s, l) argument 23 # define BOOST_PP_LIST_FOLD_RIGHT_3(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_3_D(o, s, l) argument 24 # define BOOST_PP_LIST_FOLD_RIGHT_4(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_4_D(o, s, l) argument 25 # define BOOST_PP_LIST_FOLD_RIGHT_5(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_5_D(o, s, l) argument 26 # define BOOST_PP_LIST_FOLD_RIGHT_6(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_6_D(o, s, l) argument 27 # define BOOST_PP_LIST_FOLD_RIGHT_7(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_7_D(o, s, l) argument 28 # define BOOST_PP_LIST_FOLD_RIGHT_8(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_8_D(o, s, l) argument 29 # define BOOST_PP_LIST_FOLD_RIGHT_9(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_9_D(o, s, l) argument 30 # define BOOST_PP_LIST_FOLD_RIGHT_10(o, s, l) BOOST_PP_LIST_FOLD_RIGHT_10_D(o, s, l) argument [all …]
|
/third_party/boost/boost/preprocessor/control/detail/ |
D | while.hpp | 21 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_C(BOOST_PP_BOOL(p(2, s)), p, o, s) argument 22 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_WHILE_2_C(BOOST_PP_BOOL(p(3, s)), p, o, s) argument 23 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_WHILE_3_C(BOOST_PP_BOOL(p(4, s)), p, o, s) argument 24 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_WHILE_4_C(BOOST_PP_BOOL(p(5, s)), p, o, s) argument 25 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_WHILE_5_C(BOOST_PP_BOOL(p(6, s)), p, o, s) argument 26 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_WHILE_6_C(BOOST_PP_BOOL(p(7, s)), p, o, s) argument 27 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_WHILE_7_C(BOOST_PP_BOOL(p(8, s)), p, o, s) argument 28 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_WHILE_8_C(BOOST_PP_BOOL(p(9, s)), p, o, s) argument 29 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_WHILE_9_C(BOOST_PP_BOOL(p(10, s)), p, o, s) argument 30 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_WHILE_10_C(BOOST_PP_BOOL(p(11, s)), p, o, s) argument [all …]
|
/third_party/boost/boost/preprocessor/repetition/ |
D | for.hpp | 54 # define BOOST_PP_FOR_257(s, p, o, m) \ argument 67 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_1(s, p, o, m) 0 argument 68 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_2(s, p, o, m) 0 argument 69 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_3(s, p, o, m) 0 argument 70 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_4(s, p, o, m) 0 argument 71 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_5(s, p, o, m) 0 argument 72 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_6(s, p, o, m) 0 argument 73 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_7(s, p, o, m) 0 argument 74 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_8(s, p, o, m) 0 argument 75 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_9(s, p, o, m) 0 argument [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | Makefile | 1 OBJS += x86/constants.o \ 4 OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp_init.o 5 OBJS-$(CONFIG_AUDIODSP) += x86/audiodsp_init.o 6 OBJS-$(CONFIG_BLOCKDSP) += x86/blockdsp_init.o 7 OBJS-$(CONFIG_BSWAPDSP) += x86/bswapdsp_init.o 8 OBJS-$(CONFIG_DCT) += x86/dct_init.o 9 OBJS-$(CONFIG_DIRAC_DECODER) += x86/diracdsp_init.o \ 10 x86/dirac_dwt_init.o 11 OBJS-$(CONFIG_FDCTDSP) += x86/fdctdsp_init.o 12 OBJS-$(CONFIG_FFT) += x86/fft_init.o [all …]
|
/third_party/pulseaudio/src/pulse/ |
D | operation.c | 35 pa_operation *o; in pa_operation_new() local 38 if (!(o = pa_flist_pop(PA_STATIC_FLIST_GET(operations)))) in pa_operation_new() 39 o = pa_xnew(pa_operation, 1); in pa_operation_new() 41 pa_zero(*o); in pa_operation_new() 43 PA_REFCNT_INIT(o); in pa_operation_new() 44 o->context = c; in pa_operation_new() 45 o->stream = s; in pa_operation_new() 47 o->state = PA_OPERATION_RUNNING; in pa_operation_new() 48 o->callback = cb; in pa_operation_new() 49 o->userdata = userdata; in pa_operation_new() [all …]
|
/third_party/boost/boost/preprocessor/repetition/detail/edg/ |
D | for.hpp | 20 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_I(s, p, o, m) argument 21 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_I(s, p, o, m) argument 22 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_I(s, p, o, m) argument 23 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_I(s, p, o, m) argument 24 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_I(s, p, o, m) argument 25 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_I(s, p, o, m) argument 26 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_I(s, p, o, m) argument 27 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_I(s, p, o, m) argument 28 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_I(s, p, o, m) argument 29 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_I(s, p, o, m) argument [all …]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | Makefile | 4 OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_init_arm.o \ 5 arm/ac3dsp_arm.o 6 OBJS-$(CONFIG_AUDIODSP) += arm/audiodsp_init_arm.o 7 OBJS-$(CONFIG_BLOCKDSP) += arm/blockdsp_init_arm.o 8 OBJS-$(CONFIG_FFT) += arm/fft_init_arm.o 9 OBJS-$(CONFIG_FLACDSP) += arm/flacdsp_init_arm.o \ 10 arm/flacdsp_arm.o 11 OBJS-$(CONFIG_FMTCONVERT) += arm/fmtconvert_init_arm.o 12 OBJS-$(CONFIG_G722DSP) += arm/g722dsp_init_arm.o 13 OBJS-$(CONFIG_H264CHROMA) += arm/h264chroma_init_arm.o [all …]
|