OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regIndex
(Results
1 - 3
of
3
) sorted by null
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmDebug.c
71
UINT32
regIndex
;
89
for (
regIndex
= phyRegMap[regInterval];
regIndex
<= phyRegMap[regInterval+1];
regIndex
++)
92
RegValue = whalBus_PhyRegRead(hWhalBus,
regIndex
+0x3c0000);
94
RegValue = whalBus_PhyRegRead(hWhalBus,
regIndex
);
96
WLAN_OS_REPORT(("Phy addr = 0x%x, Phy data = 0x%x\n",
regIndex
, RegValue));
119
UINT32
regIndex
;
125
for (
regIndex
= START_REG_ADDR;
regIndex
< LAST_REG_ADDR; regIndex += 4
[
all
...]
/dalvik/vm/compiler/
Dataflow.c
984
int
regIndex
)
988
uses[
regIndex
] = ssaReg;
993
int
regIndex
)
1006
defs[
regIndex
] = ssaReg;
[
all
...]
/dalvik/vm/compiler/codegen/arm/
CodegenDriver.c
487
int
regIndex
= r7; /* Preserved across call */
490
loadValueDirectFixed(cUnit, rlIndex,
regIndex
);
505
genBoundsCheck(cUnit,
regIndex
, regLen, mir->offset,
532
dvmCompilerLockTemp(cUnit,
regIndex
); // r7
546
storeBaseIndexed(cUnit, regPtr,
regIndex
, r0,
[
all
...]
Completed in 424 milliseconds