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);
/system/wlan/ti/wilink_6_1/utils/
GenSM.c
153
TGenSM_actionCell *
pCell
;
185
pCell
= &(pGenSM->tMatrix[ (pGenSM->uCurrentState * pGenSM->uEventNum) + pGenSM->uEvent ]);
189
TRACE4(pGenSM->hReport, REPORT_SEVERITY_INFORMATION, "genSM_Event: module %d <currentState = %d, event = %d> --> nextState = %d\n", pGenSM->uModuleLogIndex, pGenSM->uCurrentState, uEvent,
pCell
->uNextState);
201
pGenSM->uCurrentState =
pCell
->uNextState;
204
(*(
pCell
->fAction)) (pGenSM->pData);
/external/freetype/src/smooth/
ftgrays.c
305
typedef struct TCell_*
PCell
;
312
PCell
next;
328
PCell
cells;
361
PCell
* ycells;
397
ras.ycells = (
PCell
*) buffer;
455
static
PCell
458
PCell
*
pcell
, cell;
local
465
pcell
= &ras.ycells[ras.ey];
468
cell = *
pcell
;
[
all
...]
Completed in 228 milliseconds