OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BufferIndex
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.c
586
UINTN
BufferIndex
;
626
for(
BufferIndex
=0;
627
BufferIndex
< BuffersInBlock;
628
BufferIndex
++, WordAddress += P30_MAX_BUFFER_SIZE_IN_BYTES, DataBuffer += P30_MAX_BUFFER_SIZE_IN_WORDS
[
all
...]
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
Edid.c
231
UINT8 *
BufferIndex
;
276
BufferIndex
= &EdidDataBlock->StandardTimingIdentification[0];
278
if ((
BufferIndex
[0] != 0x1) && (
BufferIndex
[1] != 0x1)){
282
HorizontalResolution = (UINT16) (
BufferIndex
[0] * 8 + 248);
283
AspectRatio = (UINT8) (
BufferIndex
[1] >> 6);
301
RefreshRate = (UINT8) ((
BufferIndex
[1] & 0x1f) + 60);
308
BufferIndex
+= 2;
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c
842
UINT8 *
BufferIndex
;
887
BufferIndex
= &EdidDataBlock->StandardTimingIdentification[0];
889
if ((
BufferIndex
[0] != 0x1) && (
BufferIndex
[1] != 0x1)){
893
HorizontalResolution = (UINT8) (
BufferIndex
[0] * 8 + 248);
894
AspectRatio = (UINT8) (
BufferIndex
[1] >> 6);
912
RefreshRate = (UINT8) ((
BufferIndex
[1] & 0x1f) + 60);
919
BufferIndex
+= 2;
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c
1096
UINT8 *
BufferIndex
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h
218
UINT
BufferIndex
;
[
all
...]
d3d11.h
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
Completed in 201 milliseconds