Searched defs:dat (Results 1 – 7 of 7) sorted by relevance
192 float[] dat = new float[mLinesLow.length / 4]; in testPowerManagement() local223 float[] dat = new float[1000]; in testCPUHeatSoak() local289 float[] dat = new float[1000]; in testCPUMemoryBandwidth() local341 float[] dat = new float[1000]; in testCPUMemoryLatency() local391 float[] dat = new float[1000]; in testCPUGFlops() local
54 int dat[] = new int[sx * sy * sz]; in initCube() local
46 int dat[] = new int[sx * sy * sz]; in initCube() local
462 void* dat = (void*)pool->editData(preSize + strPos + totalSize); in writeStringBlock() local491 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos); in writeStringBlock() local510 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize); in writeStringBlock() local532 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra); in writeStringBlock() local
98 void ThreadIO::setTimeoutCallback(void (*cb)(void *), void *dat, uint64_t timeout) { in setTimeoutCallback() argument
319 extern "C" RsType rsTypeCreate2 (RsContext ctxWrapper, const RsTypeCreateParams * dat, size_t dat_l… in rsTypeCreate2()