Home
last modified time | relevance | path

Searched refs:max_storage (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_variables_runtime.c53 u64 max_storage, rem_storage, max_size; in execute() local
56 &max_storage, &rem_storage, in execute()
Defi_selftest_variables.c54 u64 max_storage, rem_storage, max_size; in execute() local
57 &max_storage, &rem_storage, in execute()
61 } else if (!max_storage || !rem_storage || !max_size) { in execute()
/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.cc187 void MaximumProfileTable::Builder::SetMaxStorage(int32_t max_storage) { in SetMaxStorage() argument
188 InternalWriteData()->WriteUShort(Offset::kMaxStorage, max_storage); in SetMaxStorage()
Dmaximum_profile_table.h60 void SetMaxStorage(int32_t max_storage);