Home
last modified time | relevance | path

Searched defs:OUT (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libswresample/aarch64/
H A Dresample_init.c98 #define OUT(d, v) d = v macro
100 #undef OUT macro
102 #define OUT(d, v) (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) macro
104 #undef OUT in DECLARE_RESAMPLE_COMMON_TEMPLATE() macro
/third_party/ffmpeg/libswresample/arm/
H A Dresample_init.c98 #define OUT(d, v) d = v macro
100 #undef OUT macro
102 #define OUT(d, v) (v) = ((v) + (1<<(14)))>>15; (d) = av_clip_int16(v) macro
104 #undef OUT in DECLARE_RESAMPLE_COMMON_TEMPLATE() macro
/third_party/icu/tools/multi/proj/chello/
H A DMakefile25 OUT=out macro
/third_party/ffmpeg/libavcodec/
H A Dflacdsp_template.c28 #undef OUT macro
40 # define OUT(n) n macro
45 # define OUT(n) n[0] macro
/third_party/rust/crates/nix/src/sys/ioctl/
H A Dbsd.rs19 pub const OUT: ioctl_num_type = 0x4000_0000; consts
/third_party/ffmpeg/libavcodec/arm/
H A Dmdct_vfp.S27 OUT .req v1 label
[all...]
H A Dmlpdsp_armv6.S94 OUT .req a4 label
235 OUT .req a4 label
346 OUT .req a4 label
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariable.cpp52 case STORAGE_PARAMETER_OUT: str << Token::OUT; break; in tokenizeDeclaration() member in rsg::Token
H A DrsgToken.hpp114 OUT, enumerator
/third_party/ffmpeg/libavresample/
H A Dresample_template.c32 #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
117 #undef OUT macro
/third_party/skia/third_party/externals/freetype/src/base/
H A Dmd5.c252 #define OUT(dst, src) \ macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs14 const OUT = linux_raw_sys::general::POLLOUT as u16; consts
H A Depoll.rs92 const OUT = linux_raw_sys::general::EPOLLOUT as u32; consts
/third_party/ffmpeg/libswresample/
H A Dresample_template.c36 # 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
211 #undef OUT macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp113 OUT, member in vkt::MeshShader::__anon28098::Direction
H A DvktMeshShaderMiscTests.cpp2965 OUT, member in vkt::MeshShader::__anon28099::Direction
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp113 OUT, member in vkt::MeshShader::__anon29329::Direction
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dpoll_fd.rs22 const OUT = c::POLLOUT; consts
H A Depoll.rs91 const OUT = c::EPOLLOUT as u32; consts
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java46 public final static int OUT = 4; field in HolidayBorderPanel
[all...]
/third_party/icu/tools/multi/proj/provider/
H A DMakefile77 OUT=$(TOP)/out macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex2.h159 #define OUT (CHAR_MAX+1) /* a non-character value */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex2.h162 #define OUT (CHAR_MAX+1) /* a non-character value */ macro
/third_party/ffmpeg/libavfilter/
H A Daf_loudnorm.c38 OUT, enumerator
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c2057 #define OUT(args...) \ macro
[all...]

Completed in 25 milliseconds

12