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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 50 int count8 = count >> 3; local
54 "cmp %[count8], #0 \n\t" // compare loop counter with 0
58 "subs %[count8], %[count8], #1 \n\t" // decrement loop counter
98 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
SkBitmapProcState_opts_mips_dsp.cpp 32 int count8; local
39 "sra %[count8], %[count], 3 \n\t"
40 "beqz %[count8], 3f \n\t"
41 " addiu %[count8], %[count8], -1 \n\t"
43 "beqz %[count8], 2f \n\t"
44 " addiu %[count8], %[count8], -1 \n\t"
89 "bgtz %[count8], 1b \n\t"
136 : [xx]"+r"(xx), [count8]"=&r"(count8), [colors]"+r"(colors
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 49 int count8 = count >> 3; local
53 "cmp %[count8], #0 \n\t" // compare loop counter with 0
57 "subs %[count8], %[count8], #1 \n\t" // decrement loop counter
97 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
  /external/chromium_org/third_party/skia/tests/
UnicodeTest.cpp 64 int count8 = paint.textToGlyphs(text8, len8, glyphs8); local
72 REPORTER_ASSERT(reporter, (int)len8 == count8);
76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t)));
77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t)));
  /external/skia/tests/
UnicodeTest.cpp 64 int count8 = paint.textToGlyphs(text8, len8, glyphs8); local
72 REPORTER_ASSERT(reporter, (int)len8 == count8);
76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t)));
77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t)));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 562 milliseconds