Home
last modified time | relevance | path

Searched refs:string (Results 1 – 7 of 7) sorted by relevance

/external/lib/fdt/include/
A Dlibfdt_env.h85 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen() argument
87 const char *p = memchr(string, 0, max_count); in fdt_strnlen()
88 return p ? p - string : max_count; in fdt_strnlen()
A Dlibfdt.h1208 const char *string);
/external/platform/pico/boards/
A Dgeneric_board.cmake19string(CONCAT msg ${msg} " Looked for ${PICO_BOARD}.h in ${DIRS} (additional paths specified by …
21string(CONCAT msg ${msg} " Looked for ${PICO_BOARD}.cmake in ${DIRS} (additional paths specified…
/external/platform/pico/common/pico_base/
A Dgenerate_config_header.cmake4 string(TOUPPER ${PICO_PLATFORM} PICO_PLATFORM_UPPER)
/external/lib/fdt/
A Dfdt_ro.c778 const char *string) in fdt_stringlist_search() argument
787 len = strlen(string) + 1; in fdt_stringlist_search()
797 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()
/external/platform/lpc15xx/lpcopen/periph_eeprom/example/
A Dreadme.dox36 * string from and to the EEPROM.<br>
/external/platform/nrfx/doc/
A Dnrfx.doxyfile119 # used to form the text in various listings. Each string in this list, if found
321 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
324 # definitions whose arguments contain STL classes (e.g. func(std::string);
325 # versus func(std::string) {}). This also make the inheritance and collaboration
614 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
766 # can produce. The string should contain the $file, $line, and $text tags, which
1276 # This tag specifies a string that should uniquely identify the documentation
1277 # set bundle. This should be a reverse domain-name style string, e.g.
1284 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
1286 # string, e.g. com.mycompany.MyDocSet.documentation.
[all …]

Completed in 645 milliseconds