Home
last modified time | relevance | path

Searched refs:bufferBase (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/C/
DLzFind.c72 ISzAlloc_Free(alloc, p->bufferBase); in LzInWindow_Free()
73 p->bufferBase = NULL; in LzInWindow_Free()
82 if (!p->bufferBase || p->blockSize != blockSize) in LzInWindow_Create2()
104 p->bufferBase = (Byte *)ISzAlloc_Alloc(alloc, blockSize); in LzInWindow_Create2()
108 return (p->bufferBase != NULL); in LzInWindow_Create2()
140 size_t size = (size_t)(p->bufferBase + p->blockSize - dest); in MatchFinder_ReadBlock()
179 const size_t offset = (size_t)(p->buffer - p->bufferBase) - p->keepSizeBefore; in MatchFinder_MoveBlock()
181 p->buffer = p->bufferBase + keepBefore; in MatchFinder_MoveBlock()
182 memmove(p->bufferBase, in MatchFinder_MoveBlock()
183 p->bufferBase + (offset & ~((size_t)kBlockMoveAlign - 1)), in MatchFinder_MoveBlock()
[all …]
DLzFind.h35 Byte *bufferBase; member
DLzmaEnc.c2905 MFB.bufferBase = (Byte *)src; in LzmaEnc_SetInputBuf()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp582 for (BufferBase* bufferBase : scope.buffers) { in Execute()
583 ToBackend(bufferBase)->EnsureDataInitialized(); in Execute()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm689 for (BufferBase* bufferBase : scope.buffers) {
690 ToBackend(bufferBase)->EnsureDataInitialized(commandContext);