Searched refs:path (Results 1 – 6 of 6) sorted by relevance
| /external/lib/fdt/ |
| A D | fdt_overlay.c | 47 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 D | fdt_ro.c | 250 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 D | nrfx.doxyfile | 60 # 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 D | libfdt.h | 512 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 D | MANIFEST.TXT | 15 Location: The directory name and path on the media (or in an archive) where the
|
| /external/platform/pico/rp2_common/pico_divider/ |
| A D | divider.S | 518 @ on this path xsh>=9, which means x<2^23
|
Completed in 15 milliseconds