HomeSort by relevance Sort by last modified time
    Searched refs:bufw (Results 1 - 3 of 3) sorted by null

  /external/libdrm/tests/exynos/
exynos_fimg2d_event.c 222 unsigned int bufw = 4096, bufh = 4096; local
238 if (sscanf(optarg, "%u", &bufw) != 1)
254 if (bufw > 4096 || bufh > 4096) {
261 if (bufw == 0 || bufh == 0) {
292 bo = exynos_bo_create(dev, bufw * bufh * 4, 0);
301 img.width = bufw;
303 img.stride = bufw * 4;
exynos_fimg2d_perf.c 235 unsigned int bufw = 4096, bufh = 4096; local
251 if (sscanf(optarg, "%u", &bufw) != 1)
270 if (bufw < 2 || bufw > 4096 || bufh < 2 || bufh > 4096) {
301 bo = exynos_bo_create(dev, bufw * bufh * 4, 0);
309 ret = fimg2d_perf_simple(bo, ctx, bufw, bufh, iters);
312 ret = fimg2d_perf_multi(bo, ctx, bufw, bufh, iters, batch);
  /external/icu/icu4c/source/i18n/
decNumber.cpp 1433 decNumber bufw[D2N(10)]; \/* working 2-10 digit number *\/ local
    [all...]

Completed in 376 milliseconds