Searched refs:DXCompareElements (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddxtmpl.h52 WINBOOL DXCompareElements(const TYPE *pElement1,const ARG_TYPE *pElement2) { function
637 if(DXCompareElements(&pNode->data,&searchValue)) return (DXLISTPOS)pNode;
799 if(DXCompareElements(&pAssoc->key,&key)) return pAssoc;
838 if(DXCompareElements(&pAssoc->key,&key)) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Ddxtmpl.h52 WINBOOL DXCompareElements(const TYPE *pElement1,const ARG_TYPE *pElement2) { function
637 if(DXCompareElements(&pNode->data,&searchValue)) return (DXLISTPOS)pNode;
799 if(DXCompareElements(&pAssoc->key,&key)) return pAssoc;
838 if(DXCompareElements(&pAssoc->key,&key)) {

Completed in 64 milliseconds