Searched refs:deCalloc (Results 1 - 15 of 15) sorted by relevance

/external/deqp/framework/delibs/debase/
H A DdeMemory.h36 void* deCalloc (int numBytes);
H A DdeMemory.c76 void* deCalloc (int numBytes) function
/external/deqp/framework/delibs/deutil/
H A DdeDynamicLibrary.c39 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary));
88 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary));
H A DdeCommandLine.c59 buf = (char*)deCalloc((int)strlen(commandLine)+1);
119 deCommandLine* cmdLine = (deCommandLine*)deCalloc(sizeof(deCommandLine));
121 if (!cmdLine || !(cmdLine->args = (char**)deCalloc(sizeof(char*)*CharPtrArray_getNumElements(args))))
H A DdeTimer.c52 deTimer* timer = (deTimer*)deCalloc(sizeof(deTimer));
178 deTimer* timer = (deTimer*)deCalloc(sizeof(deTimer));
357 deTimerThread* thread = (deTimerThread*)deCalloc(sizeof(deTimerThread));
383 deTimer* timer = (deTimer*)deCalloc(sizeof(deTimer));
H A DdeFile.c55 deFile* file = (deFile*)deCalloc(sizeof(deFile));
229 deFile* file = (deFile*)deCalloc(sizeof(deFile));
H A DdeProcess.c111 char** argList = cmdLine ? (char**)deCalloc(sizeof(char*)*(cmdLine->numArgs+1)) : DE_NULL;
137 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess));
567 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess));
H A DdeSocket.c76 deSocketAddress* addr = (deSocketAddress*)deCalloc(sizeof(deSocketAddress));
386 deSocket* sock = (deSocket*)deCalloc(sizeof(deSocket));
538 newSock = (deSocket*)deCalloc(sizeof(deSocket));
/external/deqp/framework/delibs/dethread/unix/
H A DdeNamedSemaphoreUnix.c48 NamedSemaphore* sem = (NamedSemaphore*)deCalloc(sizeof(NamedSemaphore));
H A DdeThreadUnix.c73 Thread* thread = (Thread*)deCalloc(sizeof(Thread));
/external/deqp/framework/qphelper/
H A DqpWatchDog.c89 qpWatchDog* dog = (qpWatchDog*)deCalloc(sizeof(qpWatchDog));
H A DqpCrashHandler.c251 qpCrashHandler* handler = (qpCrashHandler*)deCalloc(sizeof(qpCrashHandler));
456 qpCrashHandler* handler = (qpCrashHandler*)deCalloc(sizeof(qpCrashHandler));
H A DqpTestLog.c333 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog));
/external/deqp/framework/delibs/destream/
H A DdeRingbuffer.c54 deRingbuffer* ringbuffer = (deRingbuffer*)deCalloc(sizeof(deRingbuffer));
/external/deqp/execserver/tools/
H A DxsTest.cpp977 deUint8* data = (deUint8*)deCalloc(dataSize);

Completed in 1727 milliseconds