Home
last modified time | relevance | path

Searched refs:zero_size (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/security/
Drfi_flush.c35 unsigned long zero_size) in syscall_loop() argument
38 for (unsigned long j = 0; j < zero_size; j += CACHELINE_SIZE) in syscall_loop()
51 unsigned long iterations = 100000, zero_size = 24 * 1024; in rfi_flush_test() local
67 p = (char *)memalign(zero_size, CACHELINE_SIZE); in rfi_flush_test()
79 l1d_misses_expected = iterations * (zero_size / CACHELINE_SIZE - 2); in rfi_flush_test()
84 syscall_loop(p, iterations, zero_size); in rfi_flush_test()
/external/clang/test/Sema/
Darray-constraint.c40 int zero_size[0]; // expected-warning{{zero size arrays are an extension}} in check_size() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc272 auto zero_size = [](const BufferValue& buffer) { return 0; }; in HeapSimulatorTracker() local
278 *points_to_analysis_, zero_size) in HeapSimulatorTracker()