Home
last modified time | relevance | path

Searched refs:last_x (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.js366 var last_x = 0, last_y = 0;
387 last_x = x;
391 pending = pending + "d " + color + " " + last_x + " " + last_y +
401 last_x = x;
/external/libwebsockets/test-apps/
Dtest.js366 var last_x = 0, last_y = 0;
387 last_x = x;
391 pending = pending + "d " + color + " " + last_x + " " + last_y +
401 last_x = x;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorConvolution.h580 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;
581 const int num_x_input = last_x - first_x + GetKernelSize<StaticKernelSize>()(kernelSize);
582 const int num_x_output = last_x - first_x + 1;
629 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;
630 const int num_x_input = last_x - first_x + GetKernelSize<StaticKernelSizeX>()(kernelSizeX);
631 const int num_x_output = last_x - first_x + 1;
698 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;
699 const int num_x_input = last_x - first_x + kernelSizeX;
728 const int num_x_output = last_x - first_x + 1;
/external/freetype/src/sfnt/
Dsfwoff2.c544 FT_Int last_x = 0; in store_points() local
560 FT_Int dx = point.x - last_x; in store_points()
605 last_x = point.x; in store_points()
626 last_x = 0; in store_points()
631 FT_Int dx = points[i].x - last_x; in store_points()
646 last_x += dx; in store_points()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cpp1218 const char* last_x = strrchr(test_case, 'x'); in TEST() local
1221 last_x == nullptr ? 0 : (last_x - test_case + 1)); in TEST()