/external/webp/src/dsp/ |
dec_neon.c | 26 #define LOAD8x4(c1, c2, c3, c4, b1, b2, stride) \ 27 "vld4.8 {" #c1 "[0]," #c2 "[0]," #c3 "[0]," #c4 "[0]}," #b1 "," #stride "\n" \ 28 "vld4.8 {" #c1 "[1]," #c2 "[1]," #c3 "[1]," #c4 "[1]}," #b2 "," #stride "\n" \ 29 "vld4.8 {" #c1 "[2]," #c2 "[2]," #c3 "[2]," #c4 "[2]}," #b1 "," #stride "\n" \ 30 "vld4.8 {" #c1 "[3]," #c2 "[3]," #c3 "[3]," #c4 "[3]}," #b2 "," #stride "\n" \ 31 "vld4.8 {" #c1 "[4]," #c2 "[4]," #c3 "[4]," #c4 "[4]}," #b1 "," #stride "\n" \ 32 "vld4.8 {" #c1 "[5]," #c2 "[5]," #c3 "[5]," #c4 "[5]}," #b2 "," #stride "\n" \ 33 "vld4.8 {" #c1 "[6]," #c2 "[6]," #c3 "[6]," #c4 "[6]}," #b1 "," #stride "\n" \ 34 "vld4.8 {" #c1 "[7]," #c2 "[7]," #c3 "[7]," #c4 "[7]}," #b2 "," #stride "\n" 36 #define STORE8x2(c1, c2, p, stride) 1252 const int c1 = MUL(in[1], kC2_full); local [all...] |
enc_sse2.c | 88 const __m128i c1 = _mm_mulhi_epi16(in1, k2); local 91 const __m128i c4 = _mm_sub_epi16(c1, c2); 119 const __m128i c1 = _mm_mulhi_epi16(T1, k2); local 122 const __m128i c4 = _mm_sub_epi16(c1, c2); 260 const __m128i c1 = _mm_madd_epi16(b23, k5352_2217); local 262 const __m128i d1 = _mm_add_epi32(c1, k12000_plus_one); 396 const __m128i C1 = _mm_unpacklo_epi32(B1, B0); // a3 | a2 | a0 | a1 | ... 397 const __m128i D = _mm_unpacklo_epi64(C0, C1); // a0 a1 a3 a2 a3 a2 a0 a1 999 const __m128i c1 = _mm_subs_epi16(a1, b1); local 1062 const __m128i c1 = _mm_and_si128(a1, mask); local [all...] |
/hardware/qcom/msm8x27/kernel-headers/linux/ |
msm_mdp.h | 390 uint32_t *c1; member in struct:mdp_histogram_data
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
msm_mdp.h | 410 uint32_t *c1; member in struct:mdp_histogram_data
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
TreeMapTest.java | 67 T c1 = o1; local 69 return c1.compareTo(c2); [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ieee.c | 180 unsigned char c1 = this_byte_and_next (ieee); 183 return (c1 << 8) | c2; 179 unsigned char c1 = this_byte_and_next (ieee); local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
debug.c | 3236 struct debug_class_type *c1, *c2; local [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
cp-demangle.c | 1777 char c1; local [all...] |
/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 | |
/prebuilts/tools/common/bazel/formc-deps/ |
jgoodies-forms.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
edk2module.c | 6651 const struct constdef *c1 = local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_descr.py | 2880 c1 = C(1) variable in class:.test_classic_comparisons.classic 2957 c1 = C(1) variable in class:.test_rich_comparisons.classic [all...] |
/external/boringssl/src/crypto/curve25519/ |
curve25519.c | 4160 int64_t c1 = 2097151 & (load_4(c + 2) >> 5); local [all...] |
/external/deqp/modules/glshared/ |
glsDrawTest.cpp | 3382 const tcu::RGBA c1 = ref.getPixel(x-1, y+dy); local 3393 const tcu::RGBA c1 = ref.getPixel(x+dx, y-1); local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cloctst.c | 2898 UCalendar* c1 = NULL; local 2977 UCollator* c1 = NULL; local [all...] |
nucnvtst.c | 2671 UChar c1, c2, c3; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
rbbitst.cpp | 2088 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local 2413 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local 2788 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_exec.c | 2682 union tgsi_exec_channel r[5], c1; local [all...] |
/external/python/cpython2/Lib/test/ |
test_descr.py | 2907 c1 = C(1) variable in class:.test_classic_comparisons.classic 2988 c1 = C(1) variable in class:.test_rich_comparisons.classic [all...] |
/external/selinux/libsepol/cil/src/ |
cil_binary.c | 2068 char *c1 = NULL; local 4217 static const uint32_t c1 = 0xcc9e2d51; local [all...] |
/external/skia/src/utils/ |
SkLua.cpp | 1883 SkColor c1 = lua2color(L, 6); local [all...] |
/external/valgrind/VEX/priv/ |
ir_opt.c | 1094 IRConst *c1 = e1->Iex.Const.con; local 1170 IRConst *c1 = e1->Iex.Const.con; local [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_mdp.h | 436 uint32_t *c1; member in struct:mdp_histogram_data
|