OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pEnt
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/minzip/
Hash.c
79
HashEntry*
pEnt
;
82
pEnt
= pHashTable->pEntries;
83
for (i = 0; i < pHashTable->tableSize; i++,
pEnt
++) {
84
if (
pEnt
->data == HASH_TOMBSTONE) {
86
pEnt
->data = NULL;
87
} else if (
pEnt
->data != NULL) {
90
(*pHashTable->freeFunc)(
pEnt
->data);
91
pEnt
->data = NULL;
286
HashEntry*
pEnt
= &pHashTable->pEntries[i];
288
if (
pEnt
->data != NULL && pEnt->data != HASH_TOMBSTONE)
[
all
...]
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_tracker.h
107
EntityInfoPtr
pEnt
;
xorg_driver.c
350
EntityInfoPtr
pEnt
;
358
pEnt
= xf86GetEntityInfo(pScrn->entityList[0]);
361
drv_probe_ddc(pScrn,
pEnt
->index);
373
ms->
pEnt
=
pEnt
;
379
if (ms->
pEnt
->location.type != BUS_PCI)
382
ms->PciInfo = xf86GetPciInfoForEntity(ms->
pEnt
->index);
[
all
...]
Completed in 136 milliseconds