OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDKstrncmp
(Results
1 - 4
of
4
) sorted by null
/external/aac/libSYS/include/
cmdl_parser.h
156
#define _tcsncmp
FDKstrncmp
genericStds.h
353
INT
FDKstrncmp
(const char *s1, const char *s2, const UINT size);
/external/aac/libSYS/src/
wav_file.cpp
128
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) {
genericStds.cpp
345
INT
FDKstrncmp
(const char *s1, const char *s2, const UINT size) { return strncmp(s1, s2, size); }
Completed in 2619 milliseconds