OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexInMasterTable
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Definitions.h
45
CD_STATUS ParseTable(DEVICE_DATA* pDeviceData, UINT8
IndexInMasterTable
);
47
CD_STATUS Main_Loop(DEVICE_DATA* pDeviceData,UINT16 *MasterTableOffset,UINT8
IndexInMasterTable
);
CD_Structs.h
375
UINT8
IndexInMasterTable
;
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
Decoder.c
107
UINT8 GetTrueIndexInMasterTable(PARSER_TEMP_DATA STACK_BASED * pParserTempData, UINT8
IndexInMasterTable
)
120
if ((UINT8)(((UINT16*)pParserTempData->pCmd)[i] << 2)==(
IndexInMasterTable
& EASF_TABLE_INDEX_MASK)) return (i+1+(
IndexInMasterTable
& EASF_TABLE_ATTR_MASK));
125
return
IndexInMasterTable
;
146
CD_STATUS ParseTable(DEVICE_DATA STACK_BASED* pDeviceData, UINT8
IndexInMasterTable
)
166
IndexInMasterTable
=GetTrueIndexInMasterTable((PARSER_TEMP_DATA STACK_BASED *)&ParserTempData,
IndexInMasterTable
);
167
if(((PTABLE_UNIT_TYPE)ParserTempData.pCmd)[
IndexInMasterTable
]!=0 ) // if the offset is not ZERO
169
ParserTempData.CommandSpecific.
IndexInMasterTable
=
IndexInMasterTable
;
[
all
...]
CD_Operations.c
74
UINT8 GetTrueIndexInMasterTable(PARSER_TEMP_DATA STACK_BASED * pParserTempData, UINT8
IndexInMasterTable
);
817
pParserTempData->CommandSpecific.
IndexInMasterTable
=GetTrueIndexInMasterTable(pParserTempData,((COMMAND_TYPE_OPCODE_VALUE_BYTE*)pParserTempData->pCmd)->Value);
Completed in 7 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026