Home
last modified time | relevance | path

Searched refs:NUM_CHUNKS (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memctl/
H A Drun_memctl_test.sh101 NUM_CHUNKS=10; # (say)60 MB memory(6*10)
104 MEM_TASK=`expr $CHUNK_SIZE \* $NUM_CHUNKS`; # memory allocated by a task
136 NUM_CHUNKS=$NUM_CHUNKS ./memctl_task_$i &
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp623 static constexpr int NUM_CHUNKS = 64 / sizeof(simd8<T>); member
624 static_assert(NUM_CHUNKS == 4, "ARM kernel should use four registers per 64-byte block.");
625 simd8<T> chunks[NUM_CHUNKS];
945 static constexpr int NUM_CHUNKS = 64 / sizeof(simd16<T>); member
946 static_assert(NUM_CHUNKS == 4, "ARM kernel should use four registers per 64-byte block.");
947 simd16<T> chunks[NUM_CHUNKS];
1932 static constexpr int NUM_CHUNKS = 64 / sizeof(simd8<T>); member
1933 static_assert(NUM_CHUNKS == 2, "Haswell kernel should use two registers per 64-byte block.");
1934 simd8<T> chunks[NUM_CHUNKS];
2227 static constexpr int NUM_CHUNKS member
2870 static constexpr int NUM_CHUNKS = 64 / sizeof(simd8<T>); global() member
3174 static constexpr int NUM_CHUNKS = 64 / sizeof(simd16<T>); global() member
3813 static constexpr int NUM_CHUNKS = 64 / sizeof(simd8<T>); global() member
[all...]

Completed in 13 milliseconds