Searched refs:zero_size (Results 1 – 3 of 3) sorted by relevance
35 unsigned long zero_size) in syscall_loop() argument38 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() local67 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()
40 int zero_size[0]; // expected-warning{{zero size arrays are an extension}} in check_size() local
272 auto zero_size = [](const BufferValue& buffer) { return 0; }; in HeapSimulatorTracker() local278 *points_to_analysis_, zero_size) in HeapSimulatorTracker()