Home
last modified time | relevance | path

Searched defs:table_bytes (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dindirect_reference_table.cc70 static inline MemMap NewIRTMap(size_t table_bytes, std::string* error_msg) { in NewIRTMap()
99 const size_t table_bytes = RoundUp(max_count * sizeof(IrtEntry), gPageSize); in Initialize() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dpackage_table.rs349 let table_bytes = table.into_bytes(); in test_round_trip_default() localVariable
359 let table_bytes = table.into_bytes(); in test_round_trip_max() localVariable
/aosp_15_r20/external/arm-trusted-firmware/lib/coreboot/
H A Dcoreboot_table.c26 uint32_t table_bytes; member
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/coreboot/
Dcoreboot_table.c26 uint32_t table_bytes; member
/aosp_15_r20/external/flashrom/include/
H A Dcoreboot_tables.h72 uint32_t table_bytes; member
/aosp_15_r20/art/runtime/jni/
H A Dlocal_reference_table.cc43 static inline MemMap NewLRTMap(size_t table_bytes, std::string* error_msg) { in NewLRTMap()
/aosp_15_r20/external/coreboot/util/nvramtool/
H A Dcoreboot_tables.h61 uint32_t table_bytes; member
/aosp_15_r20/external/rust/android-crates-io/crates/acpi/src/
Dsdt.rs136 let table_bytes = in validate_checksum() localVariable
/aosp_15_r20/external/vboot_reference/firmware/lib/tpm_lite/
H A Dtlcl.c1356 uint32_t table_bytes = ReadTpmUint32(&cursor); in TlclReadDelegationFamilyTable() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Ddense.rs3411 let table_bytes = &slice[..table_bytes_len]; in from_bytes_unchecked() localVariable
4044 let table_bytes = &slice[..table_bytes_len]; in from_bytes_unchecked() localVariable
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dcoreboot_tables.h101 u32 table_bytes; member
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Dcoreboot_tables.h116 uint32_t table_bytes; member