/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...] |
/cts/tests/tests/webkitsecurity/assets/ |
multiple-captions-crash4-expected.html | 4 .c10 { display: table-caption; width: 65536px; } 33 try { nodes[92].setAttribute('class', 'c10'); } catch(e) {}
|
multiple-captions-crash4.html | 4 .c10 { display: table-caption; width: 65536px; } 33 try { nodes[92].setAttribute('class', 'c10'); } catch(e) {}
|
/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 | 152 struct c10 : c1{ struct in namespace:Test7 155 struct c11 : c10, c1{
|
/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/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 ]
|
/bootable/bootloader/legacy/include/boot/ |
boot.h | 35 "mcr p15, 0, %0, c7, c10, 4\n" : : "r" (0)
|
/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/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;
|
small-base.conf | 405 category c8; category c9; category c10; category c11;
|
/external/libsepol/tests/policies/test-expander/ |
alias-base.conf | 405 category c8; category c9; category c10; category c11;
|
role-base.conf | 405 category c8; category c9; category c10; category c11;
|
user-base.conf | 405 category c8; category c9; category c10; category c11;
|
/external/libsepol/tests/policies/test-hooks/ |
cmp_policy.conf | 405 category c8; category c9; category c10; category c11;
|
small-base.conf | 405 category c8; category c9; category c10; category c11;
|
/external/libsepol/tests/policies/test-linker/ |
small-base.conf | 405 category c8; category c9; category c10; category c11;
|