Home
last modified time | relevance | path

Searched refs:dls (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c237 static void insertStatus(struct dlstatus *dls, const struct stat *sbuf);
238 static int promoteLocalToGlobal(struct dlstatus *dls);
239 static void *reference(struct dlstatus *dls, int mode);
240 static void *dlsymIntern(struct dlstatus *dls, const char *symbol, int canSetError);
471 struct dlstatus *dls = stqueue; in isValidStatus() local
472 while (dls && status != dls) in isValidStatus()
473 dls = dls->next; in isValidStatus()
474 if (dls == 0) in isValidStatus()
476 else if ((dls->module == 0) || (dls->refs == 0)) in isValidStatus()
490 struct dlstatus *dls = stqueue; in lookupStatus() local
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c454 SDLS_SYNTHESIZER_DATA dls; in DLSParser() local
473 EAS_HWMemSet(&dls, 0, sizeof(dls)); in DLSParser()
476 dls.hwInstData = hwInstData; in DLSParser()
477 dls.fileHandle = fileHandle; in DLSParser()
483 if ((result = EAS_HWFileSeek(dls.hwInstData, dls.fileHandle, offset)) != EAS_SUCCESS) in DLSParser()
485 …if ((result = EAS_HWReadFile(dls.hwInstData, dls.fileHandle, &temp, sizeof(temp), &size)) != EAS_S… in DLSParser()
489 dls.bigEndian = (temp == CHUNK_RIFF); in DLSParser()
493 if ((result = NextChunk(&dls, &pos, &temp, &size)) != EAS_SUCCESS) in DLSParser()
512 if ((result = NextChunk(&dls, &pos, &temp, &size)) != EAS_SUCCESS) in DLSParser()
519 if ((result = Parse_cdl(&dls, size, &temp)) != EAS_SUCCESS) in DLSParser()
[all …]
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat29 dls file = Displays the DLS file associated with the segment. This is pulled in from the segment at…
68 dls file = Selects the source DLS file, if any, for the given segment.