Searched refs:int16s_read (Results 1 – 1 of 1) sorted by relevance
88 size_t int16s_read = 0; in ReadInt16BufferFromFile() local90 while (int16s_read < length) { in ReadInt16BufferFromFile()98 buffer[int16s_read] = value; in ReadInt16BufferFromFile()99 ++int16s_read; in ReadInt16BufferFromFile()102 return int16s_read; in ReadInt16BufferFromFile()114 size_t int16s_read = ReadInt16BufferFromFile(file, length, buffer16.get()); in ReadInt16FromFileToFloatBuffer() local116 for (size_t i = 0; i < int16s_read; ++i) { in ReadInt16FromFileToFloatBuffer()120 return int16s_read; in ReadInt16FromFileToFloatBuffer()132 size_t int16s_read = ReadInt16BufferFromFile(file, length, buffer16.get()); in ReadInt16FromFileToDoubleBuffer() local134 for (size_t i = 0; i < int16s_read; ++i) { in ReadInt16FromFileToDoubleBuffer()[all …]