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

  /external/libevent/test/
bench.c 120 { int xcount = 0; local
124 xcount++;
128 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyPaddedTest.java 807 int xcount = width - xoff; local
809 int arr_len = xcount * ycount * 3;
819 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
820 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
840 int xcount = width - xoff; local
842 int arr_len = xcount * ycount * 3;
855 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
856 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
881 int xcount = width - xoff; local
883 int arr_len = xcount * ycount * 3
917 int xcount = width - xoff; local
953 int xcount = width - xoff; local
    [all...]
AllocationCopyToTest.java 234 int xcount = width - xoff; local
236 int arr_len = xcount * ycount;
245 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
246 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
265 int xcount = width - xoff; local
267 int arr_len = xcount * ycount;
280 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
281 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
283 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, (Object) inArray);
284 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, (Object) outArray)
310 int xcount = width - xoff; local
344 int xcount = width - xoff; local
378 int xcount = width - xoff; local
416 int xcount = width - xoff; local
453 int xcount = width - xoff; local
498 int xcount = width - xoff; local
538 int xcount = width - xoff; local
578 int xcount = width - xoff; local
618 int xcount = width - xoff; local
    [all...]
  /external/libcups/filter/
testclient.c 409 xcount, ycount, /* Current count for X and Y */ local
675 for (xcount = xrep; xcount > 0; xcount --)
694 for (xcount = xrep; xcount > 0; xcount --, lineptr += 3)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 543 int xcount = 0; local
546 logln("[" + xcount + "] '" + t + "'");
547 ++xcount;
549 if (count != ncount || count != xcount) {
550 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 540 int xcount = 0; local
543 logln("[" + xcount + "] '" + t + "'");
544 ++xcount;
546 if (count != ncount || count != xcount) {
547 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
    [all...]
  /external/u-boot/drivers/video/
cfb_console.c 1312 ushort xcount, ycount; local
1724 int xcount, i; local
    [all...]

Completed in 787 milliseconds