Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1607 void *first_free; member
1613 if (hh->first_free) { in stbtt__hheap_alloc()
1614 void *p = hh->first_free; in stbtt__hheap_alloc()
1615 hh->first_free = * (void **) p; in stbtt__hheap_alloc()
1634 *(void **) p = hh->first_free; in stbtt__hheap_free()
1635 hh->first_free = p; in stbtt__hheap_free()