HomeSort by: relevance | last modified time | path
    Searched refs:IP (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
Decoder.h 96 if (pParserTempData->SourceData32==(UINT32)((CASE_OFFSET*)pParserTempData->pWorkingTableData->IP)->XX_Access.size##.Access.Value){\
98 pParserTempData->pWorkingTableData->IP =(COMMAND_HEADER_POINTER *) RELATIVE_TO_TABLE(((CASE_OFFSET*)pParserTempData->pWorkingTableData->IP)->XX_Access.size##.Access.JumpOffset);\
100 pParserTempData->pWorkingTableData->IP+=(sizeof (CASE_##size##ACCESS)\
101 +sizeof(((CASE_OFFSET*)pParserTempData->pWorkingTableData->IP)->CaseSignature));\
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
CD_Operations.c 361 pParserTempData->pWorkingTableData->IP+=sizeof(UINT8);
366 pParserTempData->pWorkingTableData->IP+=sizeof(UINT16);
372 pParserTempData->Index=UINT16LE_TO_CPU(ldw_u((uint16_t *)pParserTempData->pWorkingTableData->IP));
373 pParserTempData->pWorkingTableData->IP+=sizeof(UINT16);
395 pParserTempData->Index=*pParserTempData->pWorkingTableData->IP;
396 pParserTempData->pWorkingTableData->IP+=sizeof(UINT8);
403 pParserTempData->Index=*pParserTempData->pWorkingTableData->IP;
404 pParserTempData->pWorkingTableData->IP+=sizeof(UINT8);
433 pParserTempData->Index=*pParserTempData->pWorkingTableData->IP;
434 pParserTempData->pWorkingTableData->IP+=sizeof(UINT8)
    [all...]
Decoder.c 59 UINT8 opcode=((COMMAND_HEADER*)pParserTempData->pWorkingTableData->IP)->Opcode;
60 pParserTempData->pWorkingTableData->IP+=CallTable[opcode].headersize;
201 ParserTempData.pWorkingTableData->IP=((UINT8*)ParserTempData.pWorkingTableData->pTableHead)+sizeof(ATOM_COMMON_ROM_COMMAND_TABLE_HEADER);
213 if (IS_COMMAND_VALID(((COMMAND_HEADER*)ParserTempData.pWorkingTableData->IP)->Opcode))
215 ParserTempData.pCmd = (GENERIC_ATTRIBUTE_COMMAND*)ParserTempData.pWorkingTableData->IP;
217 if (IS_END_OF_TABLE(((COMMAND_HEADER*)ParserTempData.pWorkingTableData->IP)->Opcode))
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
hostname.md 4 representing a hostname as defined in [IETF RFC 2396](https://tools.ietf.org/html/rfc2396). Due to Mobile IP
9 definition of hostname does not allow use of literal IP addresses.
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_variable.c 131 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask);
151 unsigned int start = var->Inst->IP;
156 unsigned int chan_end = var->Readers[i].Inst->IP;
168 if (var->Readers[i].Inst->IP < start) {
171 chan_start = bgnloop->IP;
201 if (bgnloop->IP < chan_start) {
202 chan_start = bgnloop->IP;
207 if (endloop->IP > chan_end) {
208 chan_end = endloop->IP;
    [all...]
radeon_program.h 148 unsigned int IP;
radeon_program.c 213 unsigned int ip = 0; local
219 inst->IP = ip++;
222 c->Program.Instructions.IP = 0xcafedead;
224 return ip;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_variable.c 131 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask);
151 unsigned int start = var->Inst->IP;
156 unsigned int chan_end = var->Readers[i].Inst->IP;
168 if (var->Readers[i].Inst->IP < start) {
171 chan_start = bgnloop->IP;
201 if (bgnloop->IP < chan_start) {
202 chan_start = bgnloop->IP;
207 if (endloop->IP > chan_end) {
208 chan_end = endloop->IP;
    [all...]
radeon_program.h 148 unsigned int IP;
radeon_program.c 213 unsigned int ip = 0; local
219 inst->IP = ip++;
222 c->Program.Instructions.IP = 0xcafedead;
224 return ip;
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_pack_invert.spec 45 IP Status
MESA_copy_sub_buffer.spec 37 IP Status
MESA_pixmap_colormap.spec 42 IP Status
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_pack_invert.spec 45 IP Status
MESA_copy_sub_buffer.spec 37 IP Status
MESA_pixmap_colormap.spec 42 IP Status
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
regs.h 106 i386_general_register SP, BP, SI, DI, IP;
146 #define R_IP spc.IP.I16_reg.x_reg
154 #define R_IP spc.IP.I16_reg.x_reg
162 #define R_EIP spc.IP.I32_reg.e_reg
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_agp_offset.spec 40 IP Status
MESA_set_3dfx_mode.spec 36 IP Status
MESA_trace.spec 47 IP Status
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_agp_offset.spec 40 IP Status
MESA_set_3dfx_mode.spec 36 IP Status
MESA_trace.spec 47 IP Status
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
regs.h 108 i386_general_register SP, BP, SI, DI, IP;
157 #define R_IP spc.IP.I16_reg.x_reg
165 #define R_EIP spc.IP.I32_reg.e_reg
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.h 180 FT_Long IP; /* current instruction pointer */
187 /* increment IP after ins. exec */
444 FT_Long IP );

Completed in 45 milliseconds

1 2 3