Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h3022 void * first_free; member
3028 if(hh->first_free) {
3029 void * p = hh->first_free;
3030 hh->first_free = *(void **)p;
3051 *(void **)p = hh->first_free;
3052 hh->first_free = p;