Searched refs:overhead (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/ulib/region-alloc/
H A Dregion-alloc.cpp314 uint64_t overhead = aligned_base - iter->base;
318 // the address space, and if overhead required to align the allocation
321 if ((aligned_base >= iter->base) && (overhead <= leftover))
427 uint64_t overhead = base - source->base;
428 ZX_DEBUG_ASSERT(overhead < source->size);
431 ZX_DEBUG_ASSERT(leftover >= overhead);
438 bool split_after = overhead < leftover;
502 region->base = before_region->base + overhead;
505 after_region->size = before_region->size - size - overhead;
506 before_region->size = overhead;
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Dthread.cpp51 __UNUSED size_t overhead = buf - (vaddr_t)t->arch.extended_register_buffer; local
52 DEBUG_ASSERT(sizeof(t->arch.extended_register_buffer) - overhead >=
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A Dinternal.h80 uint8_t overhead; member in struct:evp_aead_st
H A Daead.c32 size_t EVP_AEAD_max_overhead(const EVP_AEAD *aead) { return aead->overhead; }
119 if (in_len + ctx->aead->overhead < in_len /* overflow */) {
H A De_aes.c1051 out->overhead = EVP_AEAD_AES_GCM_TAG_LEN;
1066 out->overhead = EVP_AEAD_AES_GCM_TAG_LEN;
1137 out->overhead = EVP_AEAD_AES_GCM_TAG_LEN;
1152 out->overhead = EVP_AEAD_AES_GCM_TAG_LEN;
1237 out->overhead = EVP_AEAD_AES_GCM_TAG_LEN;
1252 out->overhead = EVP_AEAD_AES_GCM_TAG_LEN;

Completed in 72 milliseconds