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

/fuchsia/zircon/kernel/vm/
H A Dvm_object_physical.cpp114 uint64_t table_size = ((end_page_offset - start_page_offset) / PAGE_SIZE) * sizeof(paddr_t); local
115 if (unlikely(table_size > buffer_size)) {
H A Dvm_object_paged.cpp1074 uint64_t table_size = ((end_page_offset - start_page_offset) / PAGE_SIZE) * sizeof(paddr_t);
1075 if (unlikely(table_size > buffer_size)) {
/fuchsia/zircon/system/private/efi/protocol/
H A Dusb-io.h144 uint16_t* table_size) EFIAPI;
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_proc_info-lsb.c751 lookup (const struct table_entry *table, size_t table_size, int32_t rel_ip) argument
753 unsigned long table_len = table_size / sizeof (struct table_entry);
779 unw_word_t table, size_t table_size, int32_t rel_ip,
782 unsigned long table_len = table_size / sizeof (struct table_entry);
778 remote_lookup(unw_addr_space_t as, unw_word_t table, size_t table_size, int32_t rel_ip, struct table_entry *e, void *arg) argument
/fuchsia/zircon/system/uapp/ihda/
H A Dprint_codec_state.cpp242 size_t table_size,
246 for (size_t i = 0; i < table_size; ++i) {
240 ihda_dump_flags(uint32_t flags, const flag_lut_entry_t* table, size_t table_size, const char* suffix, const char* no_flags_text) argument

Completed in 29 milliseconds