Searched refs:sizeBytes (Results 1 – 4 of 4) sorted by relevance
38 #define CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) (((sizeBytes) + CC_32BIT_WORD_SIZE - 1)/CC_32BIT_WOR… argument
118 void* reallocImpl(void* oldPtr, size_t sizeBytes) { in reallocImpl() argument124 return _aligned_malloc(sizeBytes, actualAlign); in reallocImpl()127 if (posix_memalign(&res, actualAlign, sizeBytes)) { in reallocImpl()
107 sizeBytes = chunkSize * numChunks; in Block()109 storage.resize(sizeBytes); in Block()119 uintptr_t end = (uintptr_t)(data + sizeBytes); in getInterval()209 size_t sizeBytes = 0; member
126 const size_t sizeBytes = nFrames * nChannels * sizeof(*samples); in read() local129 sizeof(*samples), sizeBytes); in read()133 return sizeBytes; in read()