Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c142 bool overhead; member
295 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_support.py925 def bigmemtest(minsize, memuse, overhead=5*_1M): argument
946 self.assertFalse(maxsize * memuse + overhead > 20 * _1M)
948 maxsize = int((max_memuse - overhead) / memuse)
960 wrapper.overhead = overhead
964 def precisionbigmemtest(size, memuse, overhead=5*_1M): argument
981 wrapper.overhead = overhead
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME152 Test minimum average operation overhead
241 # 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
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DPeiTscTimerLib.inf12 # TSC reads are much more efficient and do not incur the overhead associated with a ring transitio…
DBaseTscTimerLib.inf15 # TSC reads are much more efficient and do not incur the overhead associated with a ring transitio…
DDxeTscTimerLib.inf12 # TSC reads are much more efficient and do not incur the overhead associated with a ring transitio…
/device/google/contexthub/firmware/os/core/
Dbl.c336 const uint32_t overhead = sizeof(*hdr) + 2 * RSA_WORDS; in blVerifyOsImage() local
339 if (addr < __shared_start || addr > (__shared_end - overhead) || ((uintptr_t)addr & 3)) in blVerifyOsImage()
343 if (hdr->size > (__shared_end - addr - overhead)) in blVerifyOsImage()
/device/generic/opengl-transport/host/commands/emugen/
DREADME100 The Wire protocol is designed to impose minimum overhead on the client
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt158 routine call overhead will be saved.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DReadme.md177 disabled so there is not boot time overhead from the serial UART for logging
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.rst2156 Removal of the coherent memory region leads to the additional software overhead
2158 the memory where the data structures are allocated is cacheable, the overhead is
2167 The implementation has been optimized to minimize this additional overhead.