OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fdtps
(Results
1 - 2
of
2
) sorted by null
/system/libufdt/include/
ufdt_types.h
80
void **
fdtps
;
member in struct:ufdt
/system/libufdt/
ufdt_convert.c
29
void **
fdtps
= NULL;
local
32
fdtps
= (void **)dto_malloc(sizeof(void *) * DEFAULT_MEM_SIZE_FDTPS);
33
if (
fdtps
== NULL) goto error;
34
fdtps
[0] = fdtp;
39
res_ufdt->
fdtps
=
fdtps
;
48
if (
fdtps
) dto_free(
fdtps
);
58
dto_free(tree->
fdtps
);
74
dto_memcpy(new_fdtps, tree->
fdtps
, sizeof(void *) * tree->mem_size_fdtps)
[
all
...]
Completed in 965 milliseconds