Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_rom/patches/
Desp_rom_tjpgd.c145 char *rp = 0; in alloc_pool() local
152 rp = (char*)jd->pool; /* Get start of available memory pool */ in alloc_pool()
153 jd->pool = (void*)(rp + nd); /* Allocate requierd bytes */ in alloc_pool()
156 return (void*)rp; /* Return allocated memory block (NULL:no memory to allocate) */ in alloc_pool()
/hal_espressif-3.6.0/components/fatfs/src/
Dff.c3508 const TCHAR *rp = path; local
3512 vol = get_ldnumber(&rp);