Searched refs:hh (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3026 static void * stbtt__hheap_alloc(stbtt__hheap * hh, size_t size, void * userdata) argument 3028 if(hh->first_free) { 3029 void * p = hh->first_free; 3030 hh->first_free = *(void **)p; 3034 if(hh->num_remaining_in_head_chunk == 0) { 3040 c->next = hh->head; 3041 hh->head = c; 3042 hh->num_remaining_in_head_chunk = count; 3044 --hh->num_remaining_in_head_chunk; 3045 … return (char *)(hh->head) + sizeof(stbtt__hheap_chunk) + size * hh->num_remaining_in_head_chunk; [all …]
|
/lvgl-latest/scripts/ |
D | Doxyfile | 814 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, 819 *.hh \
|