/device/linaro/bootloader/edk2/ShellPkg/Application/ShellSortTestApp/ |
D | ShellSortTestApp.c | 65 INTN Array[10]; in ShellAppMain() local 67 Array[0] = 2; in ShellAppMain() 68 Array[1] = 3; in ShellAppMain() 69 Array[2] = 4; in ShellAppMain() 70 Array[3] = 1; in ShellAppMain() 71 Array[4] = 5; in ShellAppMain() 72 Array[5] = 6; in ShellAppMain() 73 Array[6] = 7; in ShellAppMain() 74 Array[7] = 8; in ShellAppMain() 75 Array[8] = 1; in ShellAppMain() [all …]
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/ |
D | DxeNt32PeCoffExtraActionLib.c | 156 PDB_NAME_TO_MOD_HANDLE *Array; in AddModHandle() local 164 Array = mPdbNameModHandleArray; in AddModHandle() 165 for (Index = 0; Index < mPdbNameModHandleArraySize; Index++, Array++) { in AddModHandle() 166 if (Array->PdbPointer != NULL && Array->ModHandle == ModHandle) { in AddModHandle() 171 Array = mPdbNameModHandleArray; in AddModHandle() 172 for (Index = 0; Index < mPdbNameModHandleArraySize; Index++, Array++) { in AddModHandle() 173 if (Array->PdbPointer == NULL) { in AddModHandle() 178 Array->PdbPointer = mWinNt->HeapAlloc ( Handle, in AddModHandle() 183 ASSERT (Array->PdbPointer != NULL); in AddModHandle() 185 AsciiStrCpy (Array->PdbPointer, ImageContext->PdbPointer); in AddModHandle() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/ |
D | RegularExpressionDxe.h | 29 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof(*Array)) argument
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 36 IN CONST EFI_BOOT_MANAGER_LOAD_OPTION *Array, in PlatformFindLoadOption() argument 43 if ((Key->OptionType == Array[Index].OptionType) && in PlatformFindLoadOption() 44 (Key->Attributes == Array[Index].Attributes) && in PlatformFindLoadOption() 45 (StrCmp (Key->Description, Array[Index].Description) == 0) && in PlatformFindLoadOption() 46 … (CompareMem (Key->FilePath, Array[Index].FilePath, GetDevicePathSize (Key->FilePath)) == 0) && in PlatformFindLoadOption() 47 (Key->OptionalDataSize == Array[Index].OptionalDataSize) && in PlatformFindLoadOption() 48 (CompareMem (Key->OptionalData, Array[Index].OptionalData, Key->OptionalDataSize) == 0)) { in PlatformFindLoadOption()
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 76 IN CONST EFI_BOOT_MANAGER_LOAD_OPTION *Array, in PlatformFindLoadOption() argument 83 if ((Key->OptionType == Array[Index].OptionType) && in PlatformFindLoadOption() 84 (Key->Attributes == Array[Index].Attributes) && in PlatformFindLoadOption() 85 (StrCmp (Key->Description, Array[Index].Description) == 0) && in PlatformFindLoadOption() 86 … (CompareMem (Key->FilePath, Array[Index].FilePath, GetDevicePathSize (Key->FilePath)) == 0) && in PlatformFindLoadOption() 87 (Key->OptionalDataSize == Array[Index].OptionalDataSize) && in PlatformFindLoadOption() 88 (CompareMem (Key->OptionalData, Array[Index].OptionalData, Key->OptionalDataSize) == 0)) { in PlatformFindLoadOption()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | makeunicodedata.py | 288 Array("index1", index1).dump(fp, trace) 289 Array("index2", index2).dump(fp, trace) 295 Array("decomp_data", decomp_data).dump(fp, trace) 299 Array("decomp_index1", index1).dump(fp, trace) 300 Array("decomp_index2", index2).dump(fp, trace) 305 Array("comp_index", index).dump(fp, trace) 306 Array("comp_data", index2).dump(fp, trace) 325 Array("changes_%s_index" % cversion, index1).dump(fp, trace) 326 Array("changes_%s_data" % cversion, index2).dump(fp, trace) 462 Array("index1", index1).dump(fp, trace) [all …]
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | Host.c | 923 IMAGE_CONTEXT_TO_MOD_HANDLE *Array; in AddHandle() local 927 Array = mImageContextModHandleArray; in AddHandle() 928 for (Index = 0; Index < mImageContextModHandleArraySize; Index++, Array++) { in AddHandle() 929 if (Array->ImageContext == NULL) { in AddHandle() 933 Array->ImageContext = ImageContext; in AddHandle() 934 Array->ModHandle = ModHandle; in AddHandle() 984 IMAGE_CONTEXT_TO_MOD_HANDLE *Array; in RemoveHandle() local 993 Array = mImageContextModHandleArray; in RemoveHandle() 994 for (Index = 0; Index < mImageContextModHandleArraySize; Index++, Array++) { in RemoveHandle() 995 if (Array->ImageContext == ImageContext) { in RemoveHandle() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
D | ProcessOptions.c | 360 IN VOID *Array, in GetArrayData() argument 367 ASSERT (Array != NULL); in GetArrayData() 372 Data = (UINT64) *(((UINT8 *) Array) + Index); in GetArrayData() 376 Data = (UINT64) *(((UINT16 *) Array) + Index); in GetArrayData() 380 Data = (UINT64) *(((UINT32 *) Array) + Index); in GetArrayData() 384 Data = (UINT64) *(((UINT64 *) Array) + Index); in GetArrayData() 406 IN VOID *Array, in SetArrayData() argument 413 ASSERT (Array != NULL); in SetArrayData() 417 *(((UINT8 *) Array) + Index) = (UINT8) Value; in SetArrayData() 421 *(((UINT16 *) Array) + Index) = (UINT16) Value; in SetArrayData() [all …]
|
D | FormDisplay.h | 303 IN VOID *Array, 321 IN VOID *Array,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | GenC.py | 878 Array = '' 972 Array = '[%d]' % ArraySize 991 …nd('GLOBAL_REMOVE_IF_UNREFERENCED %s UINT16 %s%s = %s;\n' % (Const, PcdVariableName, Array, Value)) 992 AutoGenH.Append('extern %s UINT16 %s%s;\n' %(Const, PcdVariableName, Array)) 996 …end('GLOBAL_REMOVE_IF_UNREFERENCED %s UINT8 %s%s = %s;\n' % (Const, PcdVariableName, Array, Value)) 997 AutoGenH.Append('extern %s UINT8 %s%s;\n' %(Const, PcdVariableName, Array)) 1013 …AutoGenH.Append('extern volatile %s %s %s%s;\n' % (Const, Pcd.DatumType, PcdVariableName, Array)) 1029 … AutoGenH.Append('extern %s %s %s%s;\n' % (Const, Pcd.DatumType, PcdVariableName, Array)) 1100 Array = '' 1103 Array = '[]' [all …]
|
D | StrGather.py | 236 def CreateBinBuffer(BinBuffer, Array): argument 237 for Item in Array: 249 def CreateArrayItem(Array, Width = 16): argument 255 for Item in Array:
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmLoadOption.c | 527 IN CONST EFI_BOOT_MANAGER_LOAD_OPTION *Array, in EfiBootManagerFindLoadOption() argument 534 if ((Key->OptionType == Array[Index].OptionType) && in EfiBootManagerFindLoadOption() 535 (Key->Attributes == Array[Index].Attributes) && in EfiBootManagerFindLoadOption() 536 (StrCmp (Key->Description, Array[Index].Description) == 0) && in EfiBootManagerFindLoadOption() 537 … (CompareMem (Key->FilePath, Array[Index].FilePath, GetDevicePathSize (Key->FilePath)) == 0) && in EfiBootManagerFindLoadOption() 538 (Key->OptionalDataSize == Array[Index].OptionalDataSize) && in EfiBootManagerFindLoadOption() 539 (CompareMem (Key->OptionalData, Array[Index].OptionalData, Key->OptionalDataSize) == 0)) { in EfiBootManagerFindLoadOption()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | DecParserMisc.py | 195 def IsValidCArray(Array): argument 196 Par = ParserHelper(Array)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | ConfigAccess.c | 950 IN EFI_IFR_DATA_ARRAY *Array, in DestroyIfrDataArray() argument 954 if (Array != NULL) { in DestroyIfrDataArray() 956 FreePool (Array->NvRamMap); in DestroyIfrDataArray() 959 FreePool (Array); in DestroyIfrDataArray()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
D | StatusCodeDataTypeId.h | 587 UINT16 Array; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/ |
D | StatusCodeDataTypeId.h | 305 UINT16 Array; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/ |
D | LegacyBm.c | 1412 IN CONST EFI_BOOT_MANAGER_LOAD_OPTION *Array, in LegacyBmFindBootOption() argument 1419 if ((StrCmp (Key->Description, Array[Index].Description) == 0) && in LegacyBmFindBootOption() 1420 … (CompareMem (Key->FilePath, Array[Index].FilePath, GetDevicePathSize (Key->FilePath)) == 0) && in LegacyBmFindBootOption() 1421 (Key->OptionalDataSize == Array[Index].OptionalDataSize) && in LegacyBmFindBootOption() 1422 (CompareMem (Key->OptionalData, Array[Index].OptionalData, Key->OptionalDataSize) == 0)) { in LegacyBmFindBootOption()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_multiprocessing.py | 898 arr = self.Array('i', seq) 924 arr = self.Array('i', size) 937 arr = self.Array('i', 10L) 944 arr1 = self.Array('i', range(10)) 948 arr2 = self.Array('i', range(10), lock=None) 953 arr3 = self.Array('i', range(10), lock=lock) 958 arr4 = self.Array('i', range(10), lock=False) 962 self.Array, 'i', range(10), lock='notalock') 1664 arr = self.Array('d', range(10), lock=lock) 1665 string = self.Array('c', 20, lock=lock)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | UefiBootManagerLib.h | 244 IN CONST EFI_BOOT_MANAGER_LOAD_OPTION *Array,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueReportStatusCodeLib.h | 125 UINT16 Array; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
D | Setup.c | 3650 IN VOID *Array, in GetArrayData() argument 3657 ASSERT (Array != NULL); in GetArrayData() 3662 Data = (UINT64) *(((UINT8 *) Array) + Index); in GetArrayData() 3666 Data = (UINT64) *(((UINT16 *) Array) + Index); in GetArrayData() 3670 Data = (UINT64) *(((UINT32 *) Array) + Index); in GetArrayData() 3674 Data = (UINT64) *(((UINT64 *) Array) + Index); in GetArrayData() 3696 IN VOID *Array, in SetArrayData() argument 3703 ASSERT (Array != NULL); in SetArrayData() 3707 *(((UINT8 *) Array) + Index) = (UINT8) Value; in SetArrayData() 3711 *(((UINT16 *) Array) + Index) = (UINT16) Value; in SetArrayData() [all …]
|
D | Setup.h | 1620 IN VOID *Array, 1636 IN VOID *Array,
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | SmbiosViewStrings.uni | 423 …IOSVIEW_QUERYTABLE_PHYS_MEM_ARRAY_LOCATION #language en-US "Physical Memory Array Location: " 424 …R_SMBIOSVIEW_QUERYTABLE_PHYS_MEM_ARRAY_USE #language en-US "Physical Memory Array Use: " 425 …QUERYTABLE_PHYS_MEM_ARRAY_ERROR #language en-US "Physical Memory Array Error Correction T…
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrSyntax.g | 1305 … // Array[0] is same to Array for unify the varid name to cover [0] 1385 // Array[0] is same to Array 3431 … // Array type only for default type OneOfOption.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | UefiShellDebug1CommandsLib.uni | 965 " 16 - Physical Memory Array\r\n" 968 " 19 - Memory Array Mapped Address\r\n"
|