Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_unicode.c406 int32_t *bufPtr = buf; in utf8_normalizeOptCaseFoldToUTF8_internal() local
412 int32_t idx, utf8Len = u32CharToUTF8Bytes((uint32_t)*bufPtr++, utf8Bytes); in utf8_normalizeOptCaseFoldToUTF8_internal()
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp12729 void *bufPtr = NULL; local
12750 bufPtr = memDesc->getBytesNoCopy();
12753 swd_zs_zmem = (vm_offset_t)bufPtr;
12754 bufPtr = (char *)bufPtr + SWD_ZLIB_BUFSIZE;
12757 swd_compressed_buffer = bufPtr;
12758 bufPtr = (char *)bufPtr + SWD_COMPRESSED_BUFSIZE;
12761 hdr = (swd_hdr *)bufPtr;