/third_party/ffmpeg/libswresample/aarch64/ |
D | resample_init.c | 31 #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT) \ argument 97 #define OUT(d, v) d = v macro 98 DECLARE_RESAMPLE_COMMON_TEMPLATE(float, float, float, float, OUT) in DECLARE_RESAMPLE_COMMON_TEMPLATE() argument 101 #define OUT(d, v) (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) in DECLARE_RESAMPLE_COMMON_TEMPLATE() macro
|
/third_party/ffmpeg/libswresample/arm/ |
D | resample_init.c | 31 #define DECLARE_RESAMPLE_COMMON_TEMPLATE(TYPE, DELEM, FELEM, FELEM2, OUT) \ argument 97 #define OUT(d, v) d = v macro 98 DECLARE_RESAMPLE_COMMON_TEMPLATE(float, float, float, float, OUT) in DECLARE_RESAMPLE_COMMON_TEMPLATE() argument 101 #define OUT(d, v) (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) in DECLARE_RESAMPLE_COMMON_TEMPLATE() macro
|
/third_party/ffmpeg/libavresample/ |
D | resample_template.c | 32 #define OUT(d, v) d = v macro 39 #define OUT(d, v) d = v macro 46 #define OUT(d, v) d = av_clipl_int32((v + (1 << 29)) >> 30) macro 53 #define OUT(d, v) d = av_clip_int16((v + (1 << 14)) >> 15) macro
|
/third_party/rust/crates/nix/src/sys/ioctl/ |
D | bsd.rs | 19 pub const OUT: ioctl_num_type = 0x4000_0000; constant
|
/third_party/ffmpeg/libswresample/ |
D | resample_template.c | 36 # define OUT(d, v) d = v macro 46 # define OUT(d, v) d = v macro 58 # define OUT(d, v) (d) = av_clipl_int32((v)>>FILTER_SHIFT) macro 71 # define OUT(d, v) (d) = av_clip_int16((v)>>FILTER_SHIFT) macro
|
/third_party/ffmpeg/libavcodec/ |
D | flacdsp_template.c | 40 # define OUT(n) n macro 45 # define OUT(n) n[0] macro
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/scopes/ |
D | scopes_1.ts | 33 class OUT { class
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mlpdsp_armv6.S | 94 OUT .req a4 label 235 OUT .req a4 label 346 OUT .req a4 label
|
D | mdct_vfp.S | 27 OUT .req v1 label
|
/third_party/ltp/pan/ |
D | scan.l | 166 BEGIN OUT; variable
|
/third_party/icu/tools/multi/proj/chello/ |
D | Makefile | 25 OUT=out macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | poll_fd.rs | 14 const OUT = linux_raw_sys::general::POLLOUT as u16; constant
|
D | epoll.rs | 92 const OUT = linux_raw_sys::general::EPOLLOUT as u32; constant
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | poll_fd.rs | 22 const OUT = c::POLLOUT; constant
|
D | epoll.rs | 91 const OUT = c::EPOLLOUT as u32; constant
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | common_sse41.h | 27 #define WEBP_SSE41_SHUFF(OUT, IN0, IN1) \ argument
|
D | common_sse2.h | 109 #define VP8PlanarTo24bHelper(IN, OUT) \ argument
|
D | lossless_sse2.c | 279 #define DO_PRED10(OUT) do { \ argument 321 #define DO_PRED11(OUT) do { \ argument 378 #define DO_PRED12(DIFF, LANE, OUT) do { \ argument
|
D | yuv_sse41.c | 272 #define WEBP_SSE41_SHUFF(OUT) do { \ argument 354 ROUNDER, DESCALE_FIX, OUT) do { \ argument
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | md5.c | 252 #define OUT(dst, src) \ macro
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayBorderPanel.java | 46 public final static int OUT = 4; field in HolidayBorderPanel
|
/third_party/icu/tools/multi/proj/provider/ |
D | Makefile | 77 OUT=$(TOP)/out macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex2.h | 162 #define OUT (CHAR_MAX+1) /* a non-character value */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex2.h | 159 #define OUT (CHAR_MAX+1) /* a non-character value */ macro
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgToken.hpp | 114 OUT, enumerator
|