Searched refs:string (Results 1 – 7 of 7) sorted by relevance
| /external/lib/fdt/include/ |
| A D | libfdt_env.h | 85 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 D | libfdt.h | 1208 const char *string);
|
| /external/platform/pico/boards/ |
| A D | generic_board.cmake | 19 …string(CONCAT msg ${msg} " Looked for ${PICO_BOARD}.h in ${DIRS} (additional paths specified by … 21 …string(CONCAT msg ${msg} " Looked for ${PICO_BOARD}.cmake in ${DIRS} (additional paths specified…
|
| /external/platform/pico/common/pico_base/ |
| A D | generate_config_header.cmake | 4 string(TOUPPER ${PICO_PLATFORM} PICO_PLATFORM_UPPER)
|
| /external/lib/fdt/ |
| A D | fdt_ro.c | 778 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 D | readme.dox | 36 * string from and to the EEPROM.<br>
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 119 # 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 14 milliseconds