Searched refs:totalLength (Results 1 – 4 of 4) sorted by relevance
934 uint32_t totalLength = 0; in unescapeBytesToData() local941 totalLength = 0; in unescapeBytesToData()954 totalLength += offset2; in unescapeBytesToData()959 data = OSData::withCapacity(totalLength); in unescapeBytesToData()
471 result.totalLength = scratch->curPos; in hibernate_scratch_start_read()481 HIB_ASSERT(scratch->curPos + size <= scratch->totalLength); in hibernate_scratch_io()
2253 mach_vm_size_t totalLength = 0; in initWithOptions() local2283 if (os_add_overflow(totalLength, len, &totalLength)) { in initWithOptions()2295 || (totalLength != ((IOByteCount) totalLength))) { in initWithOptions()2298 _length = totalLength; in initWithOptions()
543 uint64_t totalLength; member