Home
last modified time | relevance | path

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

123

/external/clang/lib/Rewrite/
DDeltaTree.cpp169 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally() local
226 DeltaTreeInteriorNode *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion() local
303 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this)) { in DoSplit() local
343 const DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(N); in VerifyTree() local
426 const DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(Node); in getDeltaAt() local
/external/rust/crates/nix/src/sys/ioctl/
Dbsd.rs22 pub const IN: ioctl_num_type = 0x8000_0000; constant
/external/webp/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
248 #define GENERATE_PREDICTOR_1(X, IN) \ argument
335 #define GENERATE_PREDICTOR_2(X, IN) \ argument
Dcommon_sse2.h109 #define VP8PlanarTo24bHelper(IN, OUT) \ argument
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
DQuad.java11 public static final Quad IN = new Quad() { field in Quad
DQuint.java11 public static final Quint IN = new Quint() { field in Quint
DQuart.java11 public static final Quart IN = new Quart() { field in Quart
DBounce.java11 public static final Bounce IN = new Bounce() { field in Bounce
DExpo.java11 public static final Expo IN = new Expo() { field in Expo
DCirc.java11 public static final Circ IN = new Circ() { field in Circ
DCubic.java11 public static final Cubic IN = new Cubic() { field in Cubic
DSine.java13 public static final Sine IN = new Sine() { field in Sine
DBack.java11 public static final Back IN = new Back() { field in Back
DElastic.java13 public static final Elastic IN = new Elastic() { field in Elastic
/external/libhevc/encoder/
Dcast_types.h50 #define IN macro
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl.h56 #define CAST_CASE(DEVICE, IN, OUT) \ argument
/external/openthread/third_party/mbedtls/repo/library/
Dhavege.c160 uint32_t PTX, PTY, CLK, PTEST, IN; in havege_fill() local
/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp22 unsigned IN = 0; in ComputeNumbering() local
/external/vboot_reference/utility/include/
Deficompress.h15 #define IN /**/ macro
/external/AFLplusplus/instrumentation/
Dsplit-compares-pass.so.cc245 for (auto &IN : BB) { in simplifyFPCompares() local
889 for (auto &IN : BB) { in splitFPCompares() local
1543 for (auto &IN : BB) { local
Dafl-llvm-dict2file.so.cc246 for (auto &IN : BB) { local
Dcmplog-instructions-pass.cc295 for (auto &IN : BB) { in hookInstrs() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.cpp42 bool BlockCoverage::AppendCoverage(std::istream &IN) { in AppendCoverage()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java44 public final static int IN = 3; field in HolidayBorderPanel
/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py11 IN = "in" variable

123