/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) \
|
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)) \
|
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); \
|
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.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/ |
slots.py | 18 Slot("tp_compare", "cmpfunc", "__cmp__"),
|
/external/python/cpython2/Doc/includes/ |
typestruct.h | 12 cmpfunc tp_compare;
|
/external/python/cpython2/Tools/framer/framer/ |
slots.py | 18 Slot("tp_compare", "cmpfunc", "__cmp__"),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
cellobject.c | 123 (cmpfunc)cell_compare, /* tp_compare */
|
methodobject.c | 290 (cmpfunc)meth_compare, /* tp_compare */
|
sliceobject.c | 332 (cmpfunc)slice_compare, /* tp_compare */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
cellobject.c | 123 (cmpfunc)cell_compare, /* tp_compare */
|
methodobject.c | 290 (cmpfunc)meth_compare, /* tp_compare */
|
sliceobject.c | 331 (cmpfunc)slice_compare, /* tp_compare */
|
/external/python/cpython2/Objects/ |
cellobject.c | 123 (cmpfunc)cell_compare, /* tp_compare */
|
methodobject.c | 290 (cmpfunc)meth_compare, /* tp_compare */
|
sliceobject.c | 343 (cmpfunc)slice_compare, /* tp_compare */
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
_CarbonEvtmodule.c | 417 (cmpfunc) EventRef_compare, /*tp_compare*/ 638 (cmpfunc) EventQueueRef_compare, /*tp_compare*/ 768 (cmpfunc) EventLoopRef_compare, /*tp_compare*/ 916 (cmpfunc) EventLoopTimerRef_compare, /*tp_compare*/ [all...] |
/external/pdfium/xfa/fxfa/fm2js/ |
cxfa_fmsimpleexpression.cpp | 588 auto cmpFunc = [](const wchar_t* iter, const WideString& val) -> bool { 593 std::begin(g_BuiltInFuncs), std::end(g_BuiltInFuncs), str, cmpFunc); 605 auto cmpFunc = [](const XFA_FMSOMMethod iter, const WideString& val) { 610 methodName, cmpFunc);
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
_IBCarbon.c | 176 (cmpfunc) IBNibRefObj_compare, /*tp_compare*/
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
bgenObjectDefinition.py | 207 Output("(cmpfunc) %s_compare, /*tp_compare*/", self.prefix)
286 Output("(cmpfunc) %s_compare, /*tp_compare*/", self.prefix)
|
/external/python/cpython2/Tools/bgen/bgen/ |
bgenObjectDefinition.py | 207 Output("(cmpfunc) %s_compare, /*tp_compare*/", self.prefix) 286 Output("(cmpfunc) %s_compare, /*tp_compare*/", self.prefix)
|
/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/python/cpython2/Mac/Modules/scrap/ |
_Scrapmodule.c | 244 (cmpfunc) ScrapObj_compare, /*tp_compare*/
|