Searched refs:prefix (Results 1 – 6 of 6) sorted by relevance
1 prefix="@CMAKE_INSTALL_PREFIX@"2 includedir="${prefix}/@INC_INSTALL_DIR@"3 libdir=${prefix}/lib
64 prefix = 'OPTIONS_'65 assert options_name.startswith(prefix)66 return options_name[len(prefix):].lower()
16 uint16_t prefix; member320 add_entry(Table **tablep, uint16_t length, uint16_t prefix, uint8_t suffix) in add_entry() argument330 table->entries[table->nentries] = (Entry) {length, prefix, suffix}; in add_entry()447 if (entry.prefix == 0xFFF) in read_image_data()450 entry = table->entries[entry.prefix]; in read_image_data()
35 …, that is the images can display texts by using `LV_SYMBOL_DUMMY` as the prefix of the text. For e…
1281 - fix(mem) add lv_ prefix to tlsf functions and types [`0d52b59`](https://github.com/lvgl/lvgl/comm…1571 - fix(mem) add lv_ prefix to tlsf functions and types <a href="https://github.com/lvgl/lvgl/commit/…1621 - The `lv_` prefix is removed from the folder names
1071 # In case all classes in a project start with a common prefix, all classes will1073 # can be used to specify a prefix (or a list of prefixes) that should be ignored