HomeSort by relevance Sort by last modified time
    Searched defs:c11 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 67 int c11 = pData[3]; local
71 int d10 = c10 + c11;
72 int d11 = c10 - c11;
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 155 struct c11 : c10, c1{ struct in namespace:Test7
158 struct c28 : virtual c11{
167 c11 *ptr = &obj;
  /external/skia/src/core/
SkFilterProc.cpp 66 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
69 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
74 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
79 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
85 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
90 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
91 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4;
92 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4;
95 static unsigned bilerp4_12(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
96 uint32_t lo = (3 * (LO_PAIR(c00) + LO_PAIR(c01)) + LO_PAIR(c10) + LO_PAIR(c11)) >> 3
198 uint32_t c11 = *a11; local
207 uint32_t c11 = *a11; local
216 uint32_t c11 = *a11; local
233 uint32_t c11 = *a11; local
242 uint32_t c11 = *a11; local
251 uint32_t c11 = *a11; local
268 uint32_t c11 = *a11; local
277 uint32_t c11 = *a11; local
286 uint32_t c11 = *a11; local
    [all...]
  /dalvik/tests/089-jumbo-opcodes/src/
Main.java 519 Class c11 = Thread.class; local
805 useRegs(c11, c12, c13, c14, c15, c16, c17, c18, c19, c20);

Completed in 403 milliseconds