Home
last modified time | relevance | path

Searched refs:word (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_tlsf.c85 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/
DCODING_STYLE.md20 * Abbreviate only if it makes the word at least half as long
DCONTRIBUTING.md79 `<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.
DCHANGELOG.md757 - fix(span): fix align and break word [`2861`](https://github.com/littlevgl/lvgl/pull/2861)
/lvgl-3.7.0/docs/widgets/core/
Dtextarea.md61 … automatically to show only one line, line break characters are ignored, and word wrap is disabled.
Dlabel.md46 …ext, you can use commands to recolor parts of the text. For example: `"Write a #ff0000 red# word"`.
/lvgl-3.7.0/
DKconfig695 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/
DDoxyfile29 # 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/
Dfontawesome.min.css5 …oad:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1…