Searched refs:overhead (Results 1 – 3 of 3) 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()
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