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

  /external/deqp/framework/delibs/depool/
dePoolArray.h 107 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* arr) DE_UNUSED_FUNCTION; \
123 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* arr) \
264 int startNdx = (TYPENAME##_getNumElements(arr) - 2) / 2; \
268 TYPENAME##_##SORTNAME##ShiftDown(arr, startNdx, TYPENAME##_getNumElements(arr) - 1); \
275 int endNdx = TYPENAME##_getNumElements(arr) - 1; \
dePoolHashArray.h 74 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* hashArray) DE_UNUSED_FUNCTION; \
78 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* hashArray) \
dePoolHeap.h 67 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* heap) DE_UNUSED_FUNCTION; \
86 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* heap) \
dePoolHashSet.h 67 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* hashSet) DE_UNUSED_FUNCTION; \
84 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* hashSet) \
dePoolHash.h 104 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* hash) DE_UNUSED_FUNCTION; \
111 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* hash) \
122 if (TYPENAME##_getNumElements(hash) > 0) \
dePoolSet.h 102 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* set) DE_UNUSED_FUNCTION; \
110 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* set) \
121 if (TYPENAME##_getNumElements(hash) > 0) \
dePoolMultiSet.h 76 DE_INLINE int TYPENAME##_getNumElements (const TYPENAME* set) \

Completed in 615 milliseconds