OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nCurrentSectorCount
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
855
uint32_t
nCurrentSectorCount
;
871
nCurrentSectorCount
= ftell(pFile) / g_nSectorSize;
873
if (nNewSectorCount >
nCurrentSectorCount
)
881
nAddedBytesCount = (nNewSectorCount-
nCurrentSectorCount
)*g_nSectorSize;
891
else if (nNewSectorCount <
nCurrentSectorCount
)
[
all
...]
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
737
uint32_t
nCurrentSectorCount
;
753
nCurrentSectorCount
= ftell(pFile) / g_nSectorSize;
755
if (nNewSectorCount >
nCurrentSectorCount
)
763
nAddedBytesCount = (nNewSectorCount-
nCurrentSectorCount
)*g_nSectorSize;
773
else if (nNewSectorCount <
nCurrentSectorCount
)
[
all
...]
Completed in 132 milliseconds