OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_fdt_offset_ptr
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
libfdt_internal.h
70
static inline const void *
_fdt_offset_ptr
(const void *fdt, int offset)
function
77
return (void *)(uintptr_t)
_fdt_offset_ptr
(fdt, offset);
/external/dtc/libfdt/
libfdt_internal.h
70
static inline const void *
_fdt_offset_ptr
(const void *fdt, int offset)
function
77
return (void *)(uintptr_t)
_fdt_offset_ptr
(fdt, offset);
Completed in 478 milliseconds