/external/chromium_org/third_party/skia/src/core/ |
SkFilterProc.cpp | 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 77 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 78 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c10)) >> 2; 79 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c10)) >> 2; 82 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 83 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4; 84 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4 181 uint32_t c10 = *a10; local 189 uint32_t c10 = *a10; local 198 uint32_t c10 = *a10; local 207 uint32_t c10 = *a10; local 216 uint32_t c10 = *a10; local 224 uint32_t c10 = *a10; local 233 uint32_t c10 = *a10; local 242 uint32_t c10 = *a10; local 251 uint32_t c10 = *a10; local 259 uint32_t c10 = *a10; local 268 uint32_t c10 = *a10; local 277 uint32_t c10 = *a10; local [all...] |
SkOnce.h | 70 asm volatile("mcr p15, 0, %0, c7, c10, 5" : : "r" (0) : "memory");
|
/external/skia/src/core/ |
SkFilterProc.cpp | 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 77 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 78 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c10)) >> 2; 79 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c10)) >> 2; 82 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 83 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4; 84 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4 181 uint32_t c10 = *a10; local 189 uint32_t c10 = *a10; local 198 uint32_t c10 = *a10; local 207 uint32_t c10 = *a10; local 216 uint32_t c10 = *a10; local 224 uint32_t c10 = *a10; local 233 uint32_t c10 = *a10; local 242 uint32_t c10 = *a10; local 251 uint32_t c10 = *a10; local 259 uint32_t c10 = *a10; local 268 uint32_t c10 = *a10; local 277 uint32_t c10 = *a10; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
codec_unittest.cc | 65 AudioCodec c10(c0); 69 c10.params["x"] = "abc"; 73 EXPECT_TRUE(c10 != c0); 75 EXPECT_TRUE(c11 != c10); 77 EXPECT_TRUE(c12 != c10); 79 EXPECT_TRUE(c13 == c10); 144 VideoCodec c10(c0); 148 c10.params["x"] = "abc"; 152 EXPECT_TRUE(c10 != c0); 154 EXPECT_TRUE(c11 != c10); 206 VideoEncoderConfig c10; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair.c | 66 int c10 = pData[2]; local 71 int d10 = c10 + c11; 72 int d11 = c10 - c11;
|
/external/clang/test/CodeGenCXX/ |
vtable-available-externally.cpp | 153 struct c10 : c1{ struct in namespace:Test7 156 struct c11 : c10, c1{
|
mangle-ms-return-qualifiers.cpp | 83 volatile A &c10() { return *(A*)0; } function 84 // CHECK: "\01?c10@@YAACVA@@XZ"
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/ |
PerturbFilter.java | 78 float c10 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x - px, workSize)];
local 82 float c1 = ShaderUtils.mix(c10, c11, noisex);
|
/external/kernel-headers/original/asm-arm/ |
tlbflush.h | 250 asm("mcr%? p15, 0, %0, c7, c10, 4" : : "r" (zero)); 269 asm("mcr%? p15, 0, %0, c7, c10, 4" : : "r" (zero)); 299 asm("mcr%? p15, 0, %0, c7, c10, 4" : : "r" (zero)); 330 asm("mcr%? p15, 0, %0, c7, c10, 4" : : "r" (zero)); 354 asm("mcr%? p15, 0, %0, c7, c10, 4" : : "r" (zero)); 376 asm("mcr%? p15, 0, %0, c7, c10, 1 @ flush_pmd" 379 asm("mcr%? p15, 0, %0, c7, c10, 4 @ flush_pmd" 388 asm("mcr%? p15, 0, %0, c7, c10, 1 @ flush_pmd"
|
spinlock.h | 73 " mcr p15, 0, %1, c7, c10, 4\n" /* DSB */ 137 " mcr p15, 0, %1, c7, c10, 4\n" /* DSB */ 194 " mcreq p15, 0, %0, c7, c10, 4\n"
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
fwalsh_sse2.asm | 79 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10 85 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10 91 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10
|
/external/llvm/test/CodeGen/ARM/ |
pr3502.ll | 12 tail call void asm sideeffect "mcr p15, 0, $0, c7, c10, 4 \0A\09", "r,~{memory}"(i32 0) nounwind
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 101 SADDSUBX r0w1, r0w1, r0w1 ;// [ c10+c11, c10-c11 ]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 111 SADDSUBX r0w1, r0w1, r0w1 ;// [ c10+c11, c10-c11 ]
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontTest.cpp | 132 static UChar c10[] = { 0xD83C, 0xDE00 }; local 133 EXPECT_EQ(Font::Simple, Font::characterRangeCodePath(c10, 2)); 177 static UChar c10[] = { 0x330, 0xD83C, 0xDDE5 }; local 178 EXPECT_EQ(Font::Complex, Font::characterRangeCodePath(c10, 3));
|
/external/chromium_org/third_party/protobuf/python/ |
ez_setup.py | 36 'setuptools-0.6c10-py2.3.egg': 'ce1e2ab5d3a0256456d9fc13800a7090', 37 'setuptools-0.6c10-py2.4.egg': '57d6d9d6e9b80772c59a53a8433a5dd4', 38 'setuptools-0.6c10-py2.5.egg': 'de46ac8b1c97c895572e5e8596aeb8c7', 39 'setuptools-0.6c10-py2.6.egg': '58ea40aef06da02ce641495523a0b7f5',
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videotext.h | 117 unsigned dis_disp : 1; /* disable/suppress display (C10) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videotext.h | 117 unsigned dis_disp : 1; /* disable/suppress display (C10) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videotext.h | 117 unsigned dis_disp : 1; /* disable/suppress display (C10) */
|
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 75 const double C10 = 0.555570233019602; 157 temp1 = output[5] * C10; 162 temp2 = output[6] * C10;
|
/bionic/libc/private/ |
bionic_atomic_arm.h | 109 "mcr p15, 0, %0, c7, c10, 5"
|
/device/google/accessory/demokit/hardware/fab/m256c/ |
m256.mnt | 10 C10 34.29 5.59 90 100pF C0402
|
/external/chromium_org/third_party/sqlite/src/test/ |
triggerB.test | 102 c10, c11, c12, c13, c14, c15, c16, c17, c18, c19,
|
/external/libsepol/tests/policies/test-deps/ |
base-metreq.conf | 405 category c8; category c9; category c10; category c11;
|
base-notmetreq.conf | 400 category c8; category c9; category c10; category c11;
|