HomeSort by relevance Sort by last modified time
    Searched full:cmpfunc (Results 1 - 15 of 15) sorted by null

  /external/deqp/framework/delibs/depool/
dePoolHeap.h 40 * \param CMPFUNC Comparison function of two elements returning (-1, 0, +1).
57 #define DE_DECLARE_POOL_HEAP(TYPENAME, VALUETYPE, CMPFUNC) \
111 int childCmpRes = CMPFUNC(TYPENAME##Array_get(array, childNdx0), TYPENAME##Array_get(array, childNdx1)); \
113 int cmpRes = CMPFUNC(TYPENAME##Array_get(array, ndx), TYPENAME##Array_get(array, minChildNdx)); \
133 int cmpRes = CMPFUNC(TYPENAME##Array_get(array, ndx), TYPENAME##Array_get(array, parentNdx)); \
dePoolArray.h 217 * \param CMPFUNC Comparison function for sorting.
226 * CMPFUNC is used to compare elements in array. It must accept two
239 #define DE_DECLARE_POOL_ARRAY_SORT(TYPENAME, VALUETYPE, SORTNAME, CMPFUNC) \
249 if ((childNdx + 1 <= endNdx) && (CMPFUNC(TYPENAME##_get(arr, childNdx), TYPENAME##_get(arr, childNdx + 1)) < 0)) \
252 if (CMPFUNC(TYPENAME##_get(arr, rootNdx), TYPENAME##_get(arr, childNdx)) < 0) \
dePoolMultiSet.h 114 * \param CMPFUNC Function used for exact matching of the keys.
121 #define DE_IMPLEMENT_POOL_MULTISET(TYPENAME, KEYTYPE, HASHFUNC, CMPFUNC) \
123 DE_IMPLEMENT_POOL_HASH(TYPENAME##Hash, KEYTYPE, int, HASHFUNC, CMPFUNC); \
dePoolHash.h 193 * \param CMPFUNC Function used for exact matching of the keys.
200 #define DE_IMPLEMENT_POOL_HASH(TYPENAME, KEYTYPE, VALUETYPE, HASHFUNC, CMPFUNC) \
310 if (CMPFUNC(slot->keys[elemNdx], key)) \
385 if (CMPFUNC(slot->keys[elemNdx], key)) \
dePoolSet.h 200 * \param CMPFUNC Function used for exact matching of the keys.
207 #define DE_IMPLEMENT_POOL_SET(TYPENAME, KEYTYPE, HASHFUNC, CMPFUNC) \
318 if (CMPFUNC(slot->keys[elemNdx], key)) \
393 if (CMPFUNC(key, slot->keys[elemNdx])) \
dePoolHashArray.h 116 * \param CMPFUNC Function used for exact matching of the keys.
dePoolHashSet.h 157 * \param CMPFUNC Function used for exact matching of the keys.
  /bootable/recovery/minzip/
Hash.c 179 HashCompareFunc cmpFunc, bool doAdd)
195 (*cmpFunc)(pEntry->data, item) == 0)
305 HashCompareFunc cmpFunc)
321 (*cmpFunc)(pEntry->data, item) == 0)
351 HashCompareFunc cmpFunc)
365 count = countProbes(pHashTable, (*calcFunc)(data), data, cmpFunc);
Hash.h 121 HashCompareFunc cmpFunc, bool doAdd);
184 HashCompareFunc cmpFunc);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 280 IGLProperty cmpFunc = new GLEnumProperty(GLStateType.TEXTURE_COMPARE_FUNC,
308 cmpMode, cmpFunc,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 312 typedef int (*cmpfunc)(PyObject *, PyObject *); typedef
335 cmpfunc tp_compare;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 312 typedef int (*cmpfunc)(PyObject *, PyObject *); typedef
335 cmpfunc tp_compare;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 746 (cmpfunc)SwigPyObject_compare, /* tp_compare */
925 (cmpfunc)SwigPyPacked_compare, /* tp_compare */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 350 milliseconds