Searched refs:word (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_tlsf.c | 85 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() argument 87 const unsigned int reverse = word & (~word + 1); in tlsf_ffs() 94 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() argument 96 return __builtin_ffs(word) - 1; in tlsf_ffs() 101 tlsf_decl int tlsf_fls(unsigned int word) in tlsf_fls() argument 103 const int bit = word ? 32 - __builtin_clz(word) : 0; in tlsf_fls() 115 tlsf_decl int tlsf_fls(unsigned int word) in tlsf_fls() argument 118 return _BitScanReverse(&index, word) ? index : -1; in tlsf_fls() 121 tlsf_decl int tlsf_ffs(unsigned int word) in tlsf_ffs() argument 124 return _BitScanForward(&index, word) ? index : -1; in tlsf_ffs() [all …]
|
/lvgl-3.7.0/docs/ |
D | CODING_STYLE.md | 20 * Abbreviate only if it makes the word at least half as long
|
D | CONTRIBUTING.md | 79 `<scope>` is the module, file, or sub-system that is affected by the commit. It's usually one word … 198 Any of these help to spread the word and familiarize new developers with LVGL.
|
D | CHANGELOG.md | 757 - fix(span): fix align and break word [`2861`](https://github.com/littlevgl/lvgl/pull/2861)
|
/lvgl-3.7.0/docs/widgets/core/ |
D | textarea.md | 61 … automatically to show only one line, line break characters are ignored, and word wrap is disabled.
|
D | label.md | 46 …ext, you can use commands to recolor parts of the text. For example: `"Write a #ff0000 red# word"`.
|
/lvgl-3.7.0/ |
D | Kconfig | 695 If a word is at least this long, will break wherever 'prettiest'. 703 Minimum number of characters in a long word to put on a line before a break. 710 Minimum number of characters in a long word to put on a line after a break.
|
/lvgl-3.7.0/scripts/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 243 # This tag can be used to specify a number of word-keyword mappings (TCL only). 317 # be prevented in individual cases by putting a % sign in front of the word or 857 # output. The symbol name can be a fully qualified name, a word, or if the
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …oad:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1…
|