Home
last modified time | relevance | path

Searched defs:IN (Results 1 – 25 of 68) 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/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
DCubic.java11 public static final Cubic IN = new Cubic() { field in Cubic
DCirc.java11 public static final Circ IN = new Circ() { field in Circ
DBounce.java11 public static final Bounce IN = new Bounce() { field in Bounce
DQuart.java11 public static final Quart IN = new Quart() { field in Quart
DQuint.java11 public static final Quint IN = new Quint() { field in Quint
DQuad.java11 public static final Quad IN = new Quad() { field in Quad
DExpo.java11 public static final Expo IN = new Expo() { field in Expo
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/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
244 #define GENERATE_PREDICTOR_1(X, IN) \ argument
331 #define GENERATE_PREDICTOR_2(X, IN) \ argument
Dcommon_sse2.h109 #define VP8PlanarTo24bHelper(IN, OUT) \ argument
/external/libhevc/encoder/
Dcast_types.h50 #define IN macro
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl.h59 #define CAST_CASE(DEVICE, IN, OUT) \ argument
/external/u-boot/arch/arm/dts/
Dst-pincfg.h31 #define IN (0) macro
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffConsumer.cpp22 unsigned IN = 0; in ComputeNumbering() 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/linux-kselftest/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c27 IN enumerator
/external/u-boot/drivers/pinctrl/
Dpinctrl-sti.c30 #define IN (0) macro
/external/one-true-awk/
Dytab.h84 IN = 290, enumerator
182 #define IN 290 macro
/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/Lib/
Dsre_constants.py48 IN = "in" variable
/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py11 IN = "in" variable

123