/device/generic/goldfish/camera/ |
D | EmulatedQemuCamera.cpp | 106 int area = res.first * res.second; in Initialize() local 107 if (area > maxArea) { in Initialize() 108 maxArea = area; in Initialize()
|
D | EmulatedQemuCamera3.cpp | 158 int area = res.first * res.second; in parseResolutions() local 159 if (area > maxArea) { in parseResolutions() 160 maxArea = area; in parseResolutions()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/X64/ |
D | SwitchRam.asm | 49 sub rsp, 028h ; Allocate register spill area & 16-byte align stack 67 sub rsp, 028h ; Allocate register spill area & 16-byte align stack
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/ |
D | PcdPeim.uni | 37 // c) The PCD setting value is produced by platform OEM vendor in specified area. 64 // - The PCD value is stored in variable area. 69 // to variable area is readonly. 73 // c) OEM specificed storage area: 74 // - The PCD value is stored in OEM specified area which base address is 76 // - The area is read only for PEI and DXE phase. 208 // In a PCD database structure, there are two major area: Init and UnInit. 209 // Init area is use stored above PCD internal structure such as ExMapTable, 212 // Unint area is used stored the value of PCD which has no default value in
|
D | Pcd.inf | 37 # c) The PCD setting value is produced by platform OEM vendor in specified area. 64 # - The PCD value is stored in variable area. 69 # to variable area is readonly. 73 # c) OEM specificed storage area: 74 # - The PCD value is stored in OEM specified area which base address is 76 # - The area is read only for PEI and DXE phase. 208 # In a PCD database structure, there are two major area: Init and UnInit. 209 # Init area is use stored above PCD internal structure such as ExMapTable, 212 # Unint area is used stored the value of PCD which has no default value in
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/ |
D | PcdDxe.uni | 38 // c) The PCD setting value is produced by platform OEM vendor in specified area. 65 // - The PCD value is stored in variable area. 70 // to variable area is readonly. 74 // c) OEM specificed storage area: 75 // - The PCD value is stored in OEM specified area which base address is 77 // - The area is read only for PEI and DXE phase. 209 // In a PCD database structure, there are two major area: Init and UnInit. 210 // Init area is use stored above PCD internal structure such as ExMapTable, 213 // Unint area is used stored the value of PCD which has no default value in
|
D | Pcd.inf | 38 # c) The PCD setting value is produced by platform OEM vendor in specified area. 65 # - The PCD value is stored in variable area. 70 # to variable area is readonly. 74 # c) OEM specificed storage area: 75 # - The PCD value is stored in OEM specified area which base address is 77 # - The area is read only for PEI and DXE phase. 209 # In a PCD database structure, there are two major area: Init and UnInit. 210 # Init area is use stored above PCD internal structure such as ExMapTable, 213 # Unint area is used stored the value of PCD which has no default value in
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
D | UpdateStrings.uni | 22 #string UPDATE_FLASH_RANGE #language en-US "Updating flash area from %08LX to %08LX ..…
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/ |
D | README.txt | 3 …this script (using the toolbar button or �do EfiLoadDxe� from the command area). It will scan mem…
|
/device/linaro/bootloader/edk2/SecurityPkg/ |
D | SecurityPkg.uni | 196 …_PROMPT #language en-US "Minimum length(in bytes) of the system preboot TCG event log area(LAML)." 198 …en-US "This PCD defines minimum length(in bytes) of the system preboot TCG event log area(LAML).\n" 201 …PcdTcg2FinalLogAreaLen_PROMPT #language en-US "Length(in bytes) of the TCG2 Final event log area." 203 …AreaLen_HELP #language en-US "This PCD defines length(in bytes) of the TCG2 Final event log area."
|
D | SecurityPkg.dec | 414 ## This PCD defines minimum length(in bytes) of the system preboot TCG event log area(LAML). 416 # @Prompt Minimum length(in bytes) of the system preboot TCG event log area(LAML). 419 ## This PCD defines length(in bytes) of the TCG2 Final event log area. 420 # @Prompt Length(in bytes) of the TCG2 Final event log area.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | README | 74 The shift-jis codec is mapping 0x20-0x7e area to U+20-U+7E directly
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | README | 74 The shift-jis codec is mapping 0x20-0x7e area to U+20-U+7E directly
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/ |
D | Fadt1.0.aslc | 58 FLUSH_SIZE, // Size of area read to flush caches
|
D | Fadt2.0.aslc | 60 FLUSH_SIZE, // Size of area read to flush caches
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | listsort.txt | 388 area and B, starting the stores into where A used to live. There's always a 389 free area in the original area comprising a number of elements equal to the 393 the temp area, lest the array end up with duplicate entries from B. But 428 to the first of B, and moving B[0] to the merge area if it's less than A[0], 429 else moving A[0] to the merge area. Call that the "one pair at a time" 435 that point in one chunk to the merge area, then move A[0] to the merge 436 area. Then we search A for where B[0] belongs, and similarly move a
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
D | Facp.aslc | 58 FLUSH_SIZE, // Size of area read to flush caches
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | listsort.txt | 391 area and B, starting the stores into where A used to live. There's always a 392 free area in the original area comprising a number of elements equal to the 396 the temp area, lest the array end up with duplicate entries from B. But 431 to the first of B, and moving B[0] to the merge area if it's less than A[0], 432 else moving A[0] to the merge area. Call that the "one pair at a time" 438 that point in one chunk to the merge area, then move A[0] to the merge 439 area. Then we search A for where B[0] belongs, and similarly move a
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/ |
D | Facp.aslc | 72 … // Size of area read to flush caches
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
D | PciHostBridge.asi | 64 DWORDMEMORY( // descriptor for dos area(0->0xa0000)
|
/device/linaro/bootloader/edk2/ArmVirtPkg/ |
D | ArmVirtQemuKernel.fdf | 57 # This area will be reused to store a copy of the FDT so round it up to 8 KB.
|
D | ArmVirtXen.fdf | 57 # This area will be reused to store a copy of the FDT so round it up to 8 KB.
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | README | 268 | Event log area (4KB/0x1000) 271 | area (56KB/0xe000)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Theory.txt | 33 time zone abbreviations are used in an area. 216 area, `America'. Typical names are `Africa/Cairo', `America/New_York', 347 resource in this area is Nachum Dershowitz and Edward M. Reingold,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
D | PythonReadMe.txt | 67 \EFI Root of the UEFI system area.
|