Home
last modified time | relevance | path

Searched defs:FMT (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ffmpeg/tests/fate/
Dacodec.mak37 fate-acodec-pcm-%: FMT = wav macro
38 fate-acodec-pcm-%_planar: FMT = nut macro
41 fate-acodec-pcm-s8: FMT = mov macro
42 fate-acodec-pcm-s%be: FMT = mov macro
43 fate-acodec-pcm-u%be: FMT = nut macro
44 fate-acodec-pcm-u%le: FMT = nut macro
45 fate-acodec-pcm-f%be: FMT = au macro
65 fate-acodec-adpcm-adx: FMT = adx macro
66 fate-acodec-adpcm-argo: FMT = argo_asf macro
67 fate-acodec-adpcm-ima_apm: FMT = apm macro
[all …]
Dvcodec.mak6 fate-vsynth%: FMT = avi macro
45 fate-vsynth1-vc2-4%: FMT = mov macro
48 fate-vsynth2-vc2-4%: FMT = mov macro
51 fate-vsynth_lena-vc2-4%: FMT = mov macro
55 fate-vsynth1-vc2-t%: FMT = mov macro
57 fate-vsynth2-vc2-t%: FMT = mov macro
59 fate-vsynth_lena-vc2-t%: FMT = mov macro
64 fate-vsynth%-dnxhd-720p: FMT = dnxhd macro
68 fate-vsynth%-dnxhd-720p-rd: FMT = dnxhd macro
72 fate-vsynth%-dnxhd-720p-10bit: FMT = dnxhd macro
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_format.c5 #define MAP_FORMAT_NORM(FMT) \ argument
9 #define MAP_FORMAT_SCALED(FMT) \ argument
13 #define MAP_FORMAT_INT(FMT) \ argument
17 #define MAP_FORMAT_SRGB(FMT) \ argument
20 #define MAP_FORMAT_FLOAT(FMT) \ argument
/third_party/boost/libs/format/test/
Dformat_test_exceptions.cpp19 #define CHECK_INVALID_0(FMT, EX) { BOOST_TEST_THROWS((boost::format(FMT)).str(), EX); \ argument
21 #define CHECK_INVALID_1(FMT, _1, EX) { BOOST_TEST_THROWS((boost::format(FMT) % _1).str(), EX); \ argument
23 #define CHECK_INVALID_2(FMT, _1, _2, EX) { BOOST_TEST_THROWS((boost::format(FMT) % _1 % _2).str(), … argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.c32 #define MAP_FORMAT_NORM(FMT) \ argument
36 #define MAP_FORMAT_INT(FMT) \ argument
40 #define MAP_FORMAT_SRGB(FMT) \ argument
43 #define MAP_FORMAT_FLOAT(FMT) \ argument
/third_party/ltp/include/
Dtst_test_macros.h39 #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__ argument
41 #define TST_MSG_(RES, FMT, SCALL, ...) \ argument
45 #define TST_MSGP_(RES, FMT, PAR, SCALL, ...) \ argument
49 #define TST_MSGP2_(RES, FMT, PAR, PAR2, SCALL, ...) \ argument
198 #define TST_EXP_EXPR(EXPR, FMT, ...) \ argument
/third_party/ffmpeg/libavcodec/
Dtableprint.h80 #define FMT "Iu" macro
82 #define FMT "zu" macro
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_neon.c135 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \ argument
176 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument
192 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_neon.c135 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \ argument
176 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument
192 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument
/third_party/mesa3d/src/panfrost/lib/
Dpan_format.c148 #define FMT(pipe, mali, swizzle, srgb, flags) \ macro
163 #define FMT(pipe, mali, swizzle, srgb, flags) \ macro
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_wave.h34 #define FMT 0x20746D66 /* "fmt " */ macro
/third_party/ffmpeg/libavcodec/tests/
Dfft.c70 #define FMT "%10.6f" macro
74 #define FMT "%6d" macro
78 #define FMT "%6d" macro
/third_party/libnl/include/netlink-private/
Dnetlink.h85 #define NL_DBG(LVL,FMT,ARG...) \ argument
97 #define NL_DBG(LVL,FMT,ARG...) do { } while(0) argument
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_format_table.c45 #define FMT(pipe, vtxfmt, texfmt, rbfmt, swapfmt) \ macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUBiDiProps.java271 private static final int FMT=0x42694469; field in UBiDiProps
DUCaseProps.java1546 private static final int FMT=0x63415345; field in UCaseProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java267 private static final int FMT=0x42694469; field in UBiDiProps
DUCaseProps.java1561 private static final int FMT=0x63415345; field in UCaseProps
/third_party/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp544 ChoiceFormat* FMT[] = { &fmt1, &fmt2 }; in TestClosures() local
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp54 #define WGL_EVENT(EP, FMT, ...) EVENT(nullptr, WGL##EP, FMT, __VA_ARGS__) argument
/third_party/iptables/iptables/
Dnft-shared.h36 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (tab)) macro
/third_party/skia/third_party/externals/imgui/
Dimgui.h96 #define IM_FMTARGS(FMT) __attribute__((format(gnu_printf, FMT, FMT+1))) argument
97 #define IM_FMTLIST(FMT) __attribute__((format(gnu_printf, FMT, 0))) argument
99 #define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT+1))) argument
100 #define IM_FMTLIST(FMT) __attribute__((format(printf, FMT, 0))) argument
102 #define IM_FMTARGS(FMT) argument
103 #define IM_FMTLIST(FMT) argument
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h67 #define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT+1))) // Apply printf-sty… argument
68 #define IM_FMTLIST(FMT) __attribute__((format(printf, FMT, 0))) argument
70 #define IM_FMTARGS(FMT) argument
71 #define IM_FMTLIST(FMT) argument
/third_party/mesa3d/src/imgui/
Dimgui.h67 #define IM_FMTARGS(FMT) __attribute__((format(printf, FMT, FMT+1))) // Apply printf-sty… argument
68 #define IM_FMTLIST(FMT) __attribute__((format(printf, FMT, 0))) argument
70 #define IM_FMTARGS(FMT) argument
71 #define IM_FMTLIST(FMT) argument
/third_party/iptables/include/
Dxtables.h557 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (tab)) macro

12