Lines Matching full:sizeof
62 static const int g_numPhones = sizeof(g_aPhoneMap) / sizeof(g_aPhoneMap[0]);
81 *ppLtsWrap = MALLOC(sizeof(SWIsltsWrapper), MTAG);
136 pEng = CALLOC(1, sizeof(SLTS_Engine), MTAG);
222 new_text = MALLOC((strlen(text)+1)*sizeof(char), MTAG);
303 pBlock = (LCHAR *)CALLOC(sizeof(int) + nNbrOfTranscriptions * sizeof(SWIsltsTranscription), sizeof(LCHAR), MTAG);
310 pTranscription = (SWIsltsTranscription *)(pBlock + sizeof(int));
359 pBuffer = ((LCHAR *)pTranscriptions - sizeof(int));