HomeSort by relevance Sort by last modified time
    Searched full:cmpfunc (Results 1 - 16 of 16) 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 180 HashCompareFunc cmpFunc, bool doAdd)
196 (*cmpFunc)(pEntry->data, item) == 0)
316 HashCompareFunc cmpFunc)
332 (*cmpFunc)(pEntry->data, item) == 0)
362 HashCompareFunc cmpFunc)
376 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,
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 623 cmpfunc = Signature("TO", "i") # typedef int (*cmpfunc)(PyObject *, PyObject *); variable
717 MethodSlot(cmpfunc, "sq_contains", "__contains__"),
751 MethodSlot(cmpfunc, "tp_compare", "__cmp__", py3 = '<RESERVED>'),
    [all...]
  /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 1081 milliseconds