HomeSort by relevance Sort by last modified time
    Searched refs:SWIsltsTranscription (Results 1 - 2 of 2) sorted by null

  /external/srec/seti/sltsEngine/include/
SWIslts.h 54 typedef struct SWIsltsTranscription {
57 } SWIsltsTranscription;
95 SWIsltsTranscription **ppTranscriptions,
99 SWIsltsTranscription *pTranscriptions);
  /external/srec/seti/sltsEngine/src/
SWIslts.c 270 SWIsltsTranscription **ppTranscriptions,
279 SWIsltsTranscription * pTranscription = NULL;
303 pBlock = (LCHAR *)CALLOC(sizeof(int) + nNbrOfTranscriptions * sizeof(SWIsltsTranscription), sizeof(LCHAR), MTAG);
310 pTranscription = (SWIsltsTranscription *)(pBlock + sizeof(int));
348 SWIsltsTranscription *pTranscriptions)

Completed in 1333 milliseconds