OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcell
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/utils/
GenSM.c
152
TGenSM_actionCell *
pCell
;
190
pCell
= &(pGenSM->tMatrix[ (pGenSM->uCurrentState * pGenSM->uEventNum) + pGenSM->uEvent ]);
194
TRACE4(pGenSM->hReport, REPORT_SEVERITY_INFORMATION, "genSM_Event: module %d <currentState = %d, event = %d> --> nextState = %d\n", pGenSM->uModuleLogIndex, pGenSM->uCurrentState, uEvent,
pCell
->uNextState);
203
pGenSM->uCurrentState =
pCell
->uNextState;
206
(*(
pCell
->fAction)) (pGenSM->pData);
/external/llvm/test/CodeGen/X86/
2009-10-19-EmergencySpill.ll
9
define fastcc void @nodeOverwriteCell(%struct.Rtree* nocapture %pRtree, %struct.RtreeNode* nocapture %pNode, %struct.RtreeCell* nocapture %
pCell
, i32 %iCell) nounwind ssp {
34
%scevgep = getelementptr %struct.RtreeCell* %
pCell
, i64 0, i32 1, i64 %indvar ; <%union.RtreeCoord*> [#uses=1]
/external/freetype/src/smooth/
ftgrays.c
319
typedef struct TCell_*
PCell
;
326
PCell
next;
342
PCell
cells;
373
PCell
* ycells;
409
ras.ycells = (
PCell
*) buffer;
467
static
PCell
470
PCell
*
pcell
, cell;
local
477
pcell
= &ras.ycells[ras.ey];
480
cell = *
pcell
;
[
all
...]
Completed in 57 milliseconds