Home
last modified time | relevance | path

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

/external/lzma/C/
D7zArcIn.c18 #define MY_ALLOC_AND_CPY(to, size, from, alloc) \ macro
22 { if ((size) == 0) p = NULL; else { MY_ALLOC_AND_CPY(to, size, from, alloc) } }
321 MY_ALLOC_AND_CPY(*v, numBytes, sd->Data, alloc); in ReadBitVector()