Searched defs:dat (Results 1 – 6 of 6) sorted by relevance
469 void* dat = (void*)pool->editData(preSize + strPos + totalSize); in writeStringBlock() local498 uint8_t* dat = (uint8_t*)pool->editData(preSize + padPos); in writeStringBlock() local517 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize); in writeStringBlock() local539 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra); in writeStringBlock() local
54 int dat[] = new int[sx * sy * sz]; in initCube() local
46 int dat[] = new int[sx * sy * sz]; in initCube() local
98 void ThreadIO::setTimeoutCallback(void (*cb)(void *), void *dat, uint64_t timeout) { in setTimeoutCallback() argument
324 extern "C" RsType rsTypeCreate2 (RsContext ctxWrapper, const RsTypeCreateParams * dat, size_t dat_l… in rsTypeCreate2()