OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nAddedBytesCount
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
875
uint32_t
nAddedBytesCount
;
881
nAddedBytesCount
= (nNewSectorCount-nCurrentSectorCount)*g_nSectorSize;
882
while (
nAddedBytesCount
)
888
nAddedBytesCount
--;
[
all
...]
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
757
uint32_t
nAddedBytesCount
;
763
nAddedBytesCount
= (nNewSectorCount-nCurrentSectorCount)*g_nSectorSize;
764
while (
nAddedBytesCount
)
770
nAddedBytesCount
--;
[
all
...]
Completed in 511 milliseconds