Searched refs:overhead (Results 1 – 11 of 11) sorted by relevance
142 bool overhead; member295 mTask.overhead = false; in reset()487 mTask.overhead = true; in add_samples()489 mTask.overhead = false; in add_samples()492 if (mTask.overhead) { in add_samples()
925 def bigmemtest(minsize, memuse, overhead=5*_1M): argument946 self.assertFalse(maxsize * memuse + overhead > 20 * _1M)948 maxsize = int((max_memuse - overhead) / memuse)960 wrapper.overhead = overhead964 def precisionbigmemtest(size, memuse, overhead=5*_1M): argument981 wrapper.overhead = overhead
152 Test minimum average operation overhead241 # overhead per test round should be less than 1 second.269 # for-loop overhead. 300 measure the test implementation overhead.310 # only want to measure the test's administration overhead.348 overhead more accurately
12 # TSC reads are much more efficient and do not incur the overhead associated with a ring transitio…
15 # TSC reads are much more efficient and do not incur the overhead associated with a ring transitio…
336 const uint32_t overhead = sizeof(*hdr) + 2 * RSA_WORDS; in blVerifyOsImage() local339 if (addr < __shared_start || addr > (__shared_end - overhead) || ((uintptr_t)addr & 3)) in blVerifyOsImage()343 if (hdr->size > (__shared_end - addr - overhead)) in blVerifyOsImage()
100 The Wire protocol is designed to impose minimum overhead on the client
158 routine call overhead will be saved.
177 disabled so there is not boot time overhead from the serial UART for logging
2156 Removal of the coherent memory region leads to the additional software overhead2158 the memory where the data structures are allocated is cacheable, the overhead is2167 The implementation has been optimized to minimize this additional overhead.