Searched refs:buffer_bool (Results 1 – 3 of 3) sorted by relevance
129 char *buffer_bool = new char[mAllocSize]; in initSignedAllocations() local136 buffer_bool[i] = (char) (0x01 & i); in initSignedAllocations()167 mBoolAllocation->copy1DRangeFrom(0, mAllocSize, buffer_bool); in initSignedAllocations()169 delete [] buffer_bool; in initSignedAllocations()
133 char *buffer_bool = new char[mAllocSize]; in initSignedAllocations() local140 buffer_bool[i] = (char) (0x01 & i); in initSignedAllocations()171 mBoolAllocation->copy1DRangeFrom(0, mAllocSize, buffer_bool); in initSignedAllocations()173 delete [] buffer_bool; in initSignedAllocations()
183 byte[] buffer_bool = new byte[mAllocSize]; in initSignedAllocations()190 buffer_bool[i] = (byte) (0x01 & i); in initSignedAllocations()213 mBoolAllocation.copyFromUnchecked(buffer_bool); in initSignedAllocations()