HomeSort by relevance Sort by last modified time
    Searched defs:staticMemoryModel (Results 1 - 6 of 6) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_data.h 126 EAS_BOOL8 staticMemoryModel;
eas_public.c 284 if (pEASData->staticMemoryModel)
365 EAS_BOOL staticMemoryModel;
368 staticMemoryModel = EAS_CMStaticMemoryModel();
376 if (staticMemoryModel)
388 pEASData->staticMemoryModel = (EAS_BOOL8) staticMemoryModel;
539 if (!pEASData->staticMemoryModel)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_data.h 126 EAS_BOOL8 staticMemoryModel;
eas_public.c 284 if (pEASData->staticMemoryModel)
365 EAS_BOOL staticMemoryModel;
368 staticMemoryModel = EAS_CMStaticMemoryModel();
376 if (staticMemoryModel)
388 pEASData->staticMemoryModel = (EAS_BOOL8) staticMemoryModel;
539 if (!pEASData->staticMemoryModel)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_data.h 128 EAS_BOOL8 staticMemoryModel;
eas_public.c 284 if (pEASData->staticMemoryModel)
366 EAS_BOOL staticMemoryModel;
369 staticMemoryModel = EAS_CMStaticMemoryModel();
377 if (staticMemoryModel)
389 pEASData->staticMemoryModel = (EAS_BOOL8) staticMemoryModel;
540 if (!pEASData->staticMemoryModel)
    [all...]

Completed in 210 milliseconds