OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nNameLength
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c
647
uint32_t
nNameLength
;
661
&
nNameLength
,
smc_properties_parser.c
255
uint32_t
nNameLength
;
284
&
nNameLength
,
303
pNameZ = malloc(
nNameLength
+1);
309
memcpy(pNameZ, pName,
nNameLength
);
310
pNameZ[
nNameLength
] = 0;
/hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c
647
uint32_t
nNameLength
;
661
&
nNameLength
,
smc_properties_parser.c
254
uint32_t
nNameLength
;
274
&
nNameLength
,
293
pNameZ = malloc(
nNameLength
+1);
299
memcpy(pNameZ, pName,
nNameLength
);
300
pNameZ[
nNameLength
] = 0;
Completed in 702 milliseconds