OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDT_COPY_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/dtc/tests/
check_path.c
35
#define
FDT_COPY_SIZE
(4 * 1024)
42
copy = xmalloc(
FDT_COPY_SIZE
);
47
CHECK(fdt_open_into(dt, copy,
FDT_COPY_SIZE
));
overlay_bad_fixup.c
36
#define
FDT_COPY_SIZE
(4 * 1024)
44
copy = xmalloc(
FDT_COPY_SIZE
);
49
CHECK(fdt_open_into(dt, copy,
FDT_COPY_SIZE
), 0);
overlay.c
36
#define
FDT_COPY_SIZE
(4 * 1024)
192
copy = xmalloc(
FDT_COPY_SIZE
);
197
CHECK(fdt_open_into(dt, copy,
FDT_COPY_SIZE
));
Completed in 235 milliseconds