HomeSort by relevance Sort by last modified time
    Searched refs:InputFileNum (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 168 int InputFileNum,
186 InputFileNum - Number of input files. Should be 1 for leaf section.
206 if (InputFileNum > 1) {
209 } else if (InputFileNum < 1) {
282 int InputFileNum,
297 InputFileNum - Number of input files. Should be at least 1.
307 EFI_INVALID_PARAMETER if InputFileNum is less than 1 or BufferLength point is NULL.
317 if (InputFileNum < 1) {
332 for (Index = 0; Index < InputFileNum; Index++) {
379 int InputFileNum,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c 230 UINT32 InputFileNum,
248 InputFileNum - Number of input files. Should be 1 for leaf section.
269 if (InputFileNum > 1) {
272 } else if (InputFileNum < 1) {
393 UINT32 InputFileNum,
410 InputFileNum - Number of input files. Should be at least 1.
420 EFI_INVALID_PARAMETER if InputFileNum is less than 1 or BufferLength point is NULL.
438 if (InputFileNum < 1) {
455 for (Index = 0; Index < InputFileNum; Index++) {
584 UINT32 InputFileNum,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 238 IN UINT32 InputFileNum,
258 InputFileNum - Number of input files. Should be at least 1.
272 EFI_INVALID_PARAMETER if InputFileNum is less than 1 or BufferLength point is NULL.
300 for (Index = 0; Index < InputFileNum; Index++) {
480 UINT32 InputFileNum;
502 InputFileNum = 0;
628 if ((InputFileNum == 0) && (InputFileName == NULL)) {
643 } else if (InputFileNum % MAXIMUM_INPUT_FILE_NUM == 0) {
649 (InputFileNum + MAXIMUM_INPUT_FILE_NUM) * sizeof (CHAR8 *)
657 memset (&(InputFileName[InputFileNum]), 0, (MAXIMUM_INPUT_FILE_NUM * sizeof (CHAR8 *)));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c     [all...]

Completed in 193 milliseconds