Searched refs:OVERLAP (Results 1 - 8 of 8) sorted by relevance

/external/libopus/celt/
H A Dmodes.h42 #ifndef OVERLAP
43 #define OVERLAP(mode) ((mode)->overlap) macro
H A Dcelt_decoder.c267 const int overlap = OVERLAP(mode);
H A Dcelt_encoder.c422 const int overlap = OVERLAP(mode);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java367 SearchData OVERLAP[] = { field in class:SearchTest
1522 for (count = 0; count < OVERLAP.length; count++) {
1523 if (!assertEqualWithAttribute(OVERLAP[count], false, true)) {
1534 for (count = 0; count < OVERLAP.length && count < NONOVERLAP.length; count++) {
1535 SearchData search = (OVERLAP[count]);
/external/elfutils/src/libdwfl/
H A DlibdwflP.h73 DWFL_ERROR (OVERLAP, N_("address range overlaps an existing module")) \
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp985 while (OVERLAP[count].text != NULL) {
986 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF,
1002 const SearchData *search = &(OVERLAP[count]);
/external/icu/icu4c/source/test/cintltst/
H A Dusrchdat.c222 static const SearchData OVERLAP[] = { variable
H A Dusrchtst.c862 while (OVERLAP[count].text != NULL) {
863 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF,
881 const SearchData *search = &(OVERLAP[count]);

Completed in 182 milliseconds