Searched refs:totalSize (Results 1 – 4 of 4) sorted by relevance
199 int totalSize = mSize; in checkNodes() local206 totalSize -= mLeft->mSize; in checkNodes()215 totalSize -= mRight->mSize; in checkNodes()219 return totalSize == 1; in checkNodes()
6636 ssize_t totalSize = (mSize * mCount + 4095) & (~4095); in __allocate() local6640 if (mUaddr || !totalSize) { in __allocate()6644 totalSize, in __allocate()6648 DEBUG_PRINT_ERROR("Failed to alloc extradata memory: %zd", totalSize); in __allocate()6652 mUaddr = (char *)mmap(NULL, totalSize, in __allocate()6823 ssize_t totalSize = (mCount * mSize + 4095) & (~4095); in __free() local6825 munmap((void *)mUaddr, totalSize); in __free()
435 size_t totalSize = 0; in mm_jpeg_session_config_main_buffer_offset() local448 totalSize = p_src_buf->buf_size; in mm_jpeg_session_config_main_buffer_offset()462 totalSize, in mm_jpeg_session_config_main_buffer_offset()