HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 126 - 150 of 167) sorted by null

1 2 3 4 56 7

  /external/skia/include/core/
SkColorPriv.h 106 unsigned c0 = (c >> SK_R32_SHIFT) & 0xFF; local
108 return (c & ~kRBMask) | (c0 << SK_B32_SHIFT) | (c1 << SK_R32_SHIFT);
    [all...]
  /external/webp/src/dsp/
enc_neon.c 86 // a0 a1 a2 a3 | b0 b1 b2 b3 => a0 b0 c0 d0 | a1 b1 c1 d1
87 // c0 c1 c2 c3 | d0 d1 d2 d3 a2 b2 c2 d2 | a3 b3 c3 d3
88 const int16x8x2_t tmp0 = vzipq_s16(in0, in1); // a0 c0 a1 c1 a2 c2 ...
99 // C0 = kC1 * in4 | kC1 * in12
101 const int16x8_t C0 = vsraq_n_s16(B1, vqdmulhq_n_s16(B1, kC1), 1);
109 const int16x4_t c = vqsub_s16(vget_low_s16(C1), vget_high_s16(C0));
110 const int16x4_t d = vqadd_s16(vget_low_s16(C0), vget_high_s16(C1));
993 const uint16x8_t c0 = vcombine_u16(vshrn_n_u32(m2, 16), local
    [all...]
enc_sse2.c 426 const __m128i c0 = _mm_add_epi16(a01_plus_7, a11); local
428 const __m128i d0 = _mm_srai_epi16(c0, 4);
938 const __m128i c0 = _mm_loadu_si128((const __m128i*)coeffs); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp 1909 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2181 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2531 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 1909 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2181 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2531 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 3648 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3757 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3906 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4004 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4143 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
4283 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
    [all...]
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 389 uint32_t *c0; member in struct:mdp_histogram_data
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 409 uint32_t *c0; member in struct:mdp_histogram_data
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 435 uint32_t *c0; member in struct:mdp_histogram_data
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 451 uint32_t *c0; member in struct:mdp_histogram_data
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_mdp.h 530 uint32_t *c0; member in struct:mdp_histogram_data
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_mdp.h 554 uint32_t *c0; member in struct:mdp_histogram_data
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 9070 integerPart c0 = 0; local
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 681 uint32_t *c0; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 744 uint32_t *c0; member in struct:mdp_histogram_data
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_mdp.h 667 uint32_t *c0; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h 721 uint32_t *c0; member in struct:mdp_histogram_data
  /external/chromium_org/v8/src/
objects.cc 942 int c0 = str->Get(0); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 16346 IRTemp c3, c2, c1, c0; local
16518 breakV128to4x64U( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
16556 breakV128to4x64S( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
    [all...]
guest_s390_toIR.c 4901 IRTemp c0 = newTemp(Ity_I32); local
4963 IRTemp c0 = newTemp(Ity_I32); local
5025 IRTemp c0 = newTemp(Ity_I32); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 727 milliseconds

1 2 3 4 56 7