Searched refs:siz (Results 1 – 8 of 8) sorted by relevance
319 void* _TIFFcalloc(tmsize_t nmemb, tmsize_t siz) in _TIFFcalloc() argument321 if( nmemb == 0 || siz == 0 ) in _TIFFcalloc()324 return calloc((size_t) nmemb, (size_t)siz); in _TIFFcalloc()
363 void* _TIFFcalloc(tmsize_t nmemb, tmsize_t siz) in _TIFFcalloc() argument365 if( nmemb == 0 || siz == 0 ) in _TIFFcalloc()368 return calloc((size_t) nmemb, (size_t)siz); in _TIFFcalloc()
296 extern void* _TIFFcalloc(tmsize_t nmemb, tmsize_t siz);
88 uint32_t siz; member
88 uint32_t siz; // parition size, in byte uint member
432 arr[idx].siz = p->partition_length; in hal_flash_mtdpart_info_get()
182 ret = arr[idx].siz / arr[idx].bsiz; in littlefs_mtd_get_block_cnt()
Completed in 28 milliseconds