HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_INDEX_MAX (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/src/
attr.h 35 #define ATTR_INDEX_MAX 8 // total number of bits used so far
handlers.c 29 (SL_OBJECTID_METADATAEXTRACTOR - SL_OBJECTID_ENGINE) + 1][ATTR_INDEX_MAX] = {
handlers.h 80 extern const AttributeHandler handlerTable[][ATTR_INDEX_MAX];
locks.c 196 // ATTR_INDEX_MAX == next bit position after the last attribute
197 assert(ATTR_INDEX_MAX > bit);

Completed in 751 milliseconds