Home
last modified time | relevance | path

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

/external/srec/srec/include/
Dhmmlib.h37 int munmap_zip(void* buf, size_t size);
/external/srec/srec/clib/
Dvoc_read.c252 if (voc->ok_file_data) munmap_zip(voc->ok_file_data, voc->ok_file_data_length); in delete_word_transcription()
340 int munmap_zip(void* buf, size_t size) { in munmap_zip() function
Dswimodel.c402 if (swimodel->mmap_zip_data) munmap_zip(swimodel->mmap_zip_data, swimodel->mmap_zip_size); in free_swimodel()