Searched refs:OPUS_GNUC_PREREQ (Results 1 – 4 of 4) sorted by relevance
/external/libopus/include/ |
D | opus_defines.h | 80 # if !defined(OPUS_GNUC_PREREQ) 82 # define OPUS_GNUC_PREREQ(_maj,_min) \ macro 85 # define OPUS_GNUC_PREREQ(_maj,_min) 0 90 # if OPUS_GNUC_PREREQ(3,0) 102 # if OPUS_GNUC_PREREQ(2,7) 116 #if defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4) 121 #if !defined(OPUS_BUILD) && defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4)
|
/external/libopus/tests/ |
D | test_opus_decode.c | 138 #if !defined(OPUS_BUILD) && (OPUS_GNUC_PREREQ(4, 6) || (defined(__clang_major__) && __clang_major__… in test_decoder_code0() 143 #if !defined(OPUS_BUILD) && (OPUS_GNUC_PREREQ(4, 6) || (defined(__clang_major__) && __clang_major__… in test_decoder_code0()
|
D | test_opus_api.c | 1757 #if OPUS_GNUC_PREREQ(4,6)
|
/external/libopus/celt/ |
D | arch.h | 49 #if OPUS_GNUC_PREREQ(3, 0)
|