Searched refs:sequence (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgCompressor.cpp | 329 uint8_t sequence[MaxDictEntries]; in outputSequence() local 332 sequence[i++] = dict.entries[code].value; in outputSequence() 336 firstByte = sequence[--i]; in outputSequence() 339 if (!outputByte(sequence[i], output, outputSizeBytes, bytesDecodedSoFar)) return false; in outputSequence()
|
/lvgl-latest/src/drivers/display/drm/ |
D | lv_linux_drm.c | 79 static void page_flip_handler(int fd, unsigned int sequence, unsigned int tv_sec, unsigned int tv_u… 227 static void page_flip_handler(int fd, unsigned int sequence, unsigned int tv_sec, unsigned int tv_u… in page_flip_handler() argument 231 LV_UNUSED(sequence); in page_flip_handler()
|
/lvgl-latest/docs/details/other-components/ |
D | obj_id.rst | 44 - :cpp:expr:`lv_obj_free_id(widget)` will be called at the end of the sequence when 81 string for it. Example: if the following 6 Widgets are created in this sequence:
|
D | obj_property.rst | 252 exist in both lists. Because of the search sequence in
|
/lvgl-latest/docs/details/main-components/ |
D | draw.rst | 113 time the evaluation sequence is complete, the task will contain the score and the ID 122 The sequence of the Draw Unit list (with the Software Draw Unit at the end) also
|
/lvgl-latest/docs/details/widgets/ |
D | spangroup.rst | 19 appended to the end of the list. The list sequence determines the order in which the
|
D | chart.rst | 101 - For a SCATTER chart, within each series, points later in the sequence will appear 102 on top of points earlier in the sequence when there is overlap.
|
D | scale.rst | 72 when there is overlap. You can reverse this sequence if you wish, making the ticks
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 767 LZ4_FORCE_INLINE U32 LZ4_hash4(U32 sequence, tableType_t const tableType) in LZ4_hash4() argument 770 return ((sequence * 2654435761U) >> ((MINMATCH*8)-(LZ4_HASHLOG+1))); in LZ4_hash4() 772 return ((sequence * 2654435761U) >> ((MINMATCH*8)-LZ4_HASHLOG)); in LZ4_hash4() 775 LZ4_FORCE_INLINE U32 LZ4_hash5(U64 sequence, tableType_t const tableType) in LZ4_hash5() argument 780 return (U32)(((sequence << 24) * prime5bytes) >> (64 - hashLog)); in LZ4_hash5() 783 return (U32)(((sequence >> 24) * prime8bytes) >> (64 - hashLog)); in LZ4_hash5()
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 15 In the context of this document, a thread is any sequence of CPU instructions.
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 248 generation sequence does not, so the ``{.c}`` appendage to the ``@code`` command
|
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 2150 # You can define message sequence charts within doxygen comments using the \msc
|