Home
last modified time | relevance | path

Searched refs:path (Results 1 – 6 of 6) sorted by relevance

/external/lib/fdt/
A Dfdt_overlay.c47 const char *path = NULL; in fdt_overlay_target_offset() local
59 if (path) in fdt_overlay_target_offset()
82 *pathp = path ? path : NULL; in fdt_overlay_target_offset()
423 path = fixup_str; in overlay_fixup_phandle()
428 path_len = sep - path; in overlay_fixup_phandle()
906 const char *path; in overlay_symbol_update() local
933 if (!path) in overlay_symbol_update()
937 if (path_len < 1 || memchr(path, '\0', path_len) != &path[path_len - 1]) in overlay_symbol_update()
941 e = path + path_len; in overlay_symbol_update()
943 if (*path != '/') in overlay_symbol_update()
[all …]
A Dfdt_ro.c250 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen() argument
252 const char *end = path + namelen; in fdt_path_offset_namelen()
253 const char *p = path; in fdt_path_offset_namelen()
262 if (*path != '/') { in fdt_path_offset_namelen()
263 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen()
298 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() argument
300 return fdt_path_offset_namelen(fdt, path, strlen(path)); in fdt_path_offset()
528 static const void *fdt_path_getprop_namelen(const void *fdt, const char *path, in fdt_path_getprop_namelen() argument
532 int offset = fdt_path_offset(fdt, path); in fdt_path_getprop_namelen()
/external/platform/nrfx/doc/
A Dnrfx.doxyfile60 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
146 # shortest path that makes the file name unique will be used
712 # search path. See also \cite for info how to create references.
1058 # path to the compilation database (see:
1326 # The file has to be specified with full path.
2149 # run, you must also specify the path to the tagfile here.
2184 # The default file (with absolute path) is: /usr/bin/perl.
2206 # default search path.
2213 # If left empty dia is assumed to be found in the default search path.
2224 # available from the path. This tool is part of Graphviz (see:
[all …]
/external/lib/fdt/include/
A Dlibfdt.h512 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen);
563 int fdt_path_offset(const void *fdt, const char *path);
/external/platform/stellaris/ti-driverlib/
A DMANIFEST.TXT15 Location: The directory name and path on the media (or in an archive) where the
/external/platform/pico/rp2_common/pico_divider/
A Ddivider.S518 @ on this path xsh>=9, which means x<2^23

Completed in 15 milliseconds