Searched refs:word (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/src/stdlib/builtin/ |
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-latest/docs/ |
D | README.md | 70 …word-wrap with the width of the browser, this is not true with reStructuredText (`.rst` files). [… 261 Arguments that are expressions (more than one word), or contain non-alphanumeric characters will ca… 263 :cpp:expr:`lv_obj_set_layout(widget, LV_LAYOUT_FLEX/GRID)` <== arg with > 1 word
|
D | CONTRIBUTING.rst | 122 commit. It's usually one word and can be chosen freely. For example
|
D | CODING_STYLE.rst | 193 the parameter name contains the word "out"), include the direction in the command
|
D | README_pt_BR.rst | 112 - Quebra de palavras (word wrapping), espaçamento entre letras
|
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 858 # output. The symbol name can be a fully qualified name, a word, or if the
|
/lvgl-latest/scripts/built_in_font/font_license/DejaVuSans/ |
D | LICENSE | 24 are renamed to names not containing either the words "Bitstream" or the word 73 the words "Tavmjong Bah" or the word "Arev".
|
/lvgl-latest/docs/details/integration/driver/touchpad/ |
D | evdev.rst | 51 This should show input devices and there will be entries with the word ``event`` which give a clue …
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 21 …Color Look-Up Table (CLUT) usage for input graphics planes (ARGB8888) with 512 words (32 bits/word)
|
/lvgl-latest/docs/details/widgets/ |
D | label.rst | 126 For example: ``Write a #ff0000 red# word``. This feature can be enabled 128 function. In the context of word-wrapped text, any Recoloring started on a
|
D | textarea.rst | 117 - word wrap is disabled.
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 87 the word "package" is used for the packaged output from the OpenEmbedded
|
/lvgl-latest/ |
D | Kconfig | 983 If a word is at least this long, will break wherever 'prettiest'. 991 Minimum number of characters in a long word to put on a line before a break. 998 Minimum number of characters in a long word to put on a line after a break
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …oad:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1…
|