Home
last modified time | relevance | path

Searched defs:IN (Results 1 – 25 of 34) sorted by relevance

12

/third_party/rust/crates/nix/src/sys/ioctl/
Dbsd.rs22 pub const IN: ioctl_num_type = 0x8000_0000; constant
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_neon.c145 #define LOAD_U32_AS_U8(IN) vreinterpret_u8_u32(vdup_n_u32((IN))) argument
146 #define LOAD_U32P_AS_U8(IN) vreinterpret_u8_u32(vld1_u32((IN))) argument
147 #define LOADQ_U32_AS_U8(IN) vreinterpretq_u8_u32(vdupq_n_u32((IN))) argument
148 #define LOADQ_U32P_AS_U8(IN) vreinterpretq_u8_u32(vld1q_u32((IN))) argument
149 #define GET_U8_AS_U32(IN) vget_lane_u32(vreinterpret_u32_u8((IN)), 0); argument
150 #define GETQ_U8_AS_U32(IN) vgetq_lane_u32(vreinterpretq_u32_u8((IN)), 0); argument
151 #define STOREQ_U8_AS_U32P(OUT, IN) vst1q_u32((OUT), vreinterpretq_u32_u8((IN))); argument
244 #define GENERATE_PREDICTOR_1(X, IN) \ argument
331 #define GENERATE_PREDICTOR_2(X, IN) \ argument
Dcommon_sse2.h109 #define VP8PlanarTo24bHelper(IN, OUT) \ argument
Dlossless_sse2.c226 #define GENERATE_PREDICTOR_1(X, IN) \ argument
255 #define GENERATE_PREDICTOR_2(X, IN) \ in GENERATE_PREDICTOR_ADD() argument
Dlossless.c583 #define COPY_PREDICTOR_ARRAY(IN, OUT) do { \ argument
Dlossless_enc_sse2.c442 #define GENERATE_PREDICTOR_1(X, IN) \ argument
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_armv6.S93 IN .req a3 label
234 IN .req a3 label
345 IN .req a3 label
Dmdct_vfp.S26 IN .req a3 label
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dpoll_fd.rs10 const IN = linux_raw_sys::general::POLLIN as u16; constant
Depoll.rs89 const IN = linux_raw_sys::general::EPOLLIN as u32; constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Dpoll_fd.rs17 const IN = c::POLLIN; constant
Depoll.rs88 const IN = c::EPOLLIN as u32; constant
/third_party/node/test/common/
Ddns.js20 IN: 1, property
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java44 public final static int IN = 3; field in HolidayBorderPanel
/third_party/python/Lib/test/
Dtest_range.py328 class IN: class
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.hpp113 IN, enumerator
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c97 #define LINTERP(T, OUT, IN) ((OUT) + (T) * ((IN) - (OUT))) argument
/third_party/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js646 const IN = 'purple'; constant
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js1532 ,"IN":[,[,,"[12578]\\d{2,8}",,,,,,,[3,4,5,6,7,8,9] property
Dmetadatalite.js3536 ,"IN":[,[,,"(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",,,,,,,[8,9,10,11,12,13] property
Dmetadata.js3536 ,"IN":[,[,,"(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",,,,,,,[8,9,10,11,12,13] property
/third_party/icu/icu4c/source/test/intltest/
Dustrtest.cpp1327 UnicodeString IN("abc\\u4567 \\n\\r \\U00101234xyz\\x1\\x{5289}\\x1b", -1, US_INV); in TestUnescape() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberRegressionTests.java1175 final double IN[] = { 123.456, -123.456 }; in Test4140009() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java1172 final double IN[] = { 123.456, -123.456 }; in Test4140009() local
/third_party/node/deps/v8/src/base/platform/
Dplatform-win32.cc1329 #define IN macro

12