Home
last modified time | relevance | path

Searched refs:DE_OS_WINCE (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeString.c122 # if (DE_OS == DE_OS_WINCE) in deVsprintf()
161 #if (DE_COMPILER == DE_COMPILER_MSC) && (DE_OS != DE_OS_WINCE) in deStrcpy()
175 #if (DE_COMPILER == DE_COMPILER_MSC) && (DE_OS != DE_OS_WINCE) in deStrcat()
DdeDefs.h49 #define DE_OS_WINCE 3 /*!< Windows CE, Windows Mobile or Pocket PC */ macro
61 # define DE_OS DE_OS_WINCE
145 # if (DE_OS == DE_OS_WINCE)
DdeDefs.c98 #if (((DE_OS == DE_OS_WIN32) || (DE_OS == DE_OS_WINCE)) && (DE_COMPILER == DE_COMPILER_MSC)) in deAssertFail()
/external/deqp/framework/delibs/dethread/win32/
DdeThreadLocalWin32.c26 #if (DE_OS == DE_OS_WIN32 || DE_OS == DE_OS_WINCE)
DdeSemaphoreWin32.c26 #if (DE_OS == DE_OS_WIN32 || DE_OS == DE_OS_WINCE)
DdeThreadWin32.c26 #if (DE_OS == DE_OS_WIN32 || DE_OS == DE_OS_WINCE)
DdeMutexWin32.c26 #if (DE_OS == DE_OS_WIN32 || DE_OS == DE_OS_WINCE)
/external/deqp/modules/internal/
DditBuildInfoTests.cpp40 case DE_OS_WINCE: return "DE_OS_WINCE"; in getOsName()