Searched refs:filePos (Results 1 - 10 of 10) sorted by relevance

/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c90 EAS_I32 filePos; member in struct:eas_hw_file_tag
263 file->filePos = 0;
287 if (fseek(file->pFile, file->filePos, SEEK_SET) != 0)
320 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWReadFile: Reading %d bytes from position %d\n", n, file->filePos);
335 file->filePos += temp;
353 if (fseek(file->pFile, file->filePos, SEEK_SET) != 0)
360 file->filePos += temp;
417 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetByte: Reading from position %d, byte = 0x%02x\n", file->filePos, *(EAS_U8*)p);
420 file->filePos++;
438 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetWord: Reading 2 bytes from position %d\n", file->filePos);
[all...]
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c76 EAS_I32 filePos; member in struct:eas_hw_file_tag
85 EAS_I32 filePos; member in struct:eas_hw_file_tag
842 file->filePos = 0;
866 if (fseek(file->pFile, file->filePos, SEEK_SET) != 0)
899 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWReadFile: Reading %d bytes from position %d\n", n, file->filePos);
914 file->filePos += temp;
932 if (fseek(file->pFile, file->filePos, SEEK_SET) != 0)
938 file->filePos += temp;
995 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetByte: Reading from position %d, byte = 0x%02x\n", file->filePos, *(EAS_U8*)p);
998 file->filePos
[all...]
H A DEASLibVst.c74 EAS_I32 filePos; member in struct:eas_hw_file_tag
83 EAS_I32 filePos; member in struct:eas_hw_file_tag
537 file->filePos = 0;
561 if (fseek(file->pFile, file->filePos, SEEK_SET) != 0)
594 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWReadFile: Reading %d bytes from position %d\n", n, file->filePos);
609 file->filePos += temp;
627 if (fseek(file->pFile, file->filePos, SEEK_SET) != 0)
633 file->filePos += temp;
690 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetByte: Reading from position %d, byte = 0x%02x\n", file->filePos, *(EAS_U8*)p);
693 file->filePos
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c90 int filePos; member in struct:eas_hw_file_tag
259 file->filePos = 0;
292 count = file->size(file->handle) - file->filePos;
300 count = file->readAt(file->handle, pBuffer, file->filePos, count);
302 file->filePos += count;
404 *pPosition = file->filePos;
429 file->filePos = position;
450 position += file->filePos;
455 file->filePos = position;
486 dupFile->filePos
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.c331 EAS_I32 filePos; local
353 if ((result = EAS_HWFilePos(pEASData->hwInstData, pState->fileHandle, &filePos)) != EAS_SUCCESS)
361 pState->startPos = filePos;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 112 milliseconds