Home
last modified time | relevance | path

Searched refs:allocation_length (Results 1 – 5 of 5) sorted by relevance

/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
DAtapi.h366 UINT8 allocation_length; member
385 UINT8 allocation_length; member
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
DAtapi.h372 UINT8 allocation_length; member
391 UINT8 allocation_length; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
DAtapi.h365 UINT8 allocation_length; member
384 UINT8 allocation_length; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
DAtapi.h366 UINT8 allocation_length; member
385 UINT8 allocation_length; member
/external/iperf3/src/
Dcjson.c793 size_t allocation_length = 0; in parse_string() local
816 allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) - skipped_bytes; in parse_string()
817 output = (unsigned char*)input_buffer->hooks.allocate(allocation_length + sizeof("")); in parse_string()