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

  /external/srec/seti/sltsEngine/include/
SWIslts.h 59 typedef struct SWIsltsWrapper {
70 } SWIsltsWrapper;
72 typedef SWIsltsWrapper * SWIsltsWrapperHand;
  /external/srec/seti/sltsEngine/src/
SWIslts.c 67 static SWIsltsWrapper g_sltsWrapper;
75 SWISLTS_FNEXPORT SWIsltsResult SWIsltsGetWrapper(SWIsltsWrapper **ppLtsWrap)
81 *ppLtsWrap = MALLOC(sizeof(SWIsltsWrapper), MTAG);
95 SWISLTS_FNEXPORT SWIsltsResult SWIsltsReleaseWrapper(SWIsltsWrapper *pLtsWrap)

Completed in 39 milliseconds