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

  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 27 template<typename T, size_t NUM_ELEMENTS>
33 sizeof(T) * NUM_ELEMENTS + ALIGNMENT));
35 sizeof(T) * NUM_ELEMENTS + ALIGNMENT));
37 T src_buf[NUM_ELEMENTS];
38 T dst_buf[NUM_ELEMENTS];
39 for (uint64_t i = 0; i < NUM_ELEMENTS; i++) {
48 memset(dst_aligned, 0, sizeof(T) * NUM_ELEMENTS);
49 memcpy(src_aligned, src_buf, sizeof(T) * NUM_ELEMENTS);
50 swap_func(dst_aligned, src_aligned, NUM_ELEMENTS);
51 ASSERT_EQ(0, memcmp(dst_buf, dst_aligned, sizeof(T) * NUM_ELEMENTS))
    [all...]
  /cts/tests/jank/src/android/jank/cts/ui/
CtsDeviceJankUi.java 31 private final static int NUM_ELEMENTS = 1000;
43 intent.putExtra("num_elements", NUM_ELEMENTS);
  /external/swiftshader/third_party/subzero/crosstest/
vectors.h 60 #define DECLARE_VECTOR_TYPE(LABEL, TY, ELTTY, CASTTY, NUM_ELEMENTS) \
68 const size_t Vectors<LABEL>::NumElements = NUM_ELEMENTS; \
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
Pp.cpp 412 #define NUM_ELEMENTS(A) (sizeof(A) / sizeof(A[0]))
466 int op = NUM_ELEMENTS(unop) - 1;
491 for (op = NUM_ELEMENTS(binop) - 1; op >= 0; op--) {
    [all...]

Completed in 213 milliseconds