OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxIndex
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
StdErr.c
92
UINTN
MaxIndex
;
96
MaxIndex
= EfiAsciiStrLen ((CHAR8 *) Format);
97
if (
MaxIndex
>= EFI_DRIVER_LIB_MAX_PRINT_BUFFER) {
115
for (Index = 0; Index <
MaxIndex
; Index++) {
167
UINTN
MaxIndex
;
171
MaxIndex
= EfiAsciiStrLen ((CHAR8 *) Format);
172
if (
MaxIndex
>= EFI_DRIVER_LIB_MAX_PRINT_BUFFER) {
179
for (Index = 0; Index <=
MaxIndex
; Index++) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
StdErr.c
92
UINTN
MaxIndex
;
96
MaxIndex
= EfiAsciiStrLen ((CHAR8 *) Format);
97
if (
MaxIndex
>= EFI_DRIVER_LIB_MAX_PRINT_BUFFER) {
115
for (Index = 0; Index <
MaxIndex
; Index++) {
167
UINTN
MaxIndex
;
171
MaxIndex
= EfiAsciiStrLen ((CHAR8 *) Format);
172
if (
MaxIndex
>= EFI_DRIVER_LIB_MAX_PRINT_BUFFER) {
179
for (Index = 0; Index <=
MaxIndex
; Index++) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
ElTorito.c
56
UINTN
MaxIndex
;
171
MaxIndex
= Media->BlockSize / sizeof (ELTORITO_CATALOG);
172
for (Index = 1, BootEntry = 1; Index <
MaxIndex
; Index += 1) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.h
139
AML_OP_PARSE_INDEX
MaxIndex
;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/Pei/
Variable.c
766
VARIABLE_HEADER *
MaxIndex
;
798
MaxIndex
= NULL;
809
MaxIndex
= (VARIABLE_HEADER *) ((UINT8 *) IndexTable->StartPtr + Offset);
810
GetVariableHeader (StoreInfo,
MaxIndex
, &VariableHeader);
811
if (CompareWithValidVariable (StoreInfo,
MaxIndex
, VariableHeader, VariableName, VendorGuid, PtrTrack) == EFI_SUCCESS) {
829
if (
MaxIndex
!= NULL) {
832
// If not found in HOB, then let's start from the
MaxIndex
we've found.
834
Variable = GetNextVariablePtr (StoreInfo,
MaxIndex
, VariableHeader);
835
LastVariable =
MaxIndex
;
[
all
...]
/external/ImageMagick/coders/
cut.c
92
unsigned
MaxIndex
;
439
PalHeader.
MaxIndex
=ReadBlobLSBShort(palette);
445
if(PalHeader.
MaxIndex
<1) goto ErasePalette;
446
image->colors=PalHeader.
MaxIndex
+1;
453
for(i=0;i<=(int) PalHeader.
MaxIndex
;i++)
/external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
[
all
...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPciUpdate.h
234
AML_OP_PARSE_INDEX
MaxIndex
;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
Completed in 3769 milliseconds