Searched refs:FDKstrncmp (Results 1 - 4 of 4) sorted by relevance

/external/aac/libSYS/include/
H A Dcmdl_parser.h156 #define _tcsncmp FDKstrncmp
H A DgenericStds.h353 INT FDKstrncmp(const char *s1, const char *s2, const UINT size);
/external/aac/libSYS/src/
H A Dwav_file.cpp128 if (FDKstrncmp("RIFF", wav->header.riffType, 4)) {
141 if (FDKstrncmp("WAVE", wav->header.waveType, 4)) {
151 if (FDKstrncmp("fmt", wav->header.formatType, 3)) {
214 if (FDKstrncmp("data", wav->header.dataType, 4) == 0) {
H A DgenericStds.cpp345 INT FDKstrncmp(const char *s1, const char *s2, const UINT size) { return strncmp(s1, s2, size); } function

Completed in 190 milliseconds