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

  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 237 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; local
472 while (dls && status != dls)
473 dls = dls->next;
474 if (dls == 0
490 struct dlstatus *dls = stqueue; local
515 struct dlstatus *dls; local
776 struct dlstatus *dls; local
969 struct dlstatus *dls; local
1090 struct dlstatus *dls = handle; local
1101 struct dlstatus *dls = handle; local
1112 struct dlstatus *dls = handle; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 7 * This file contains DLS to EAS converter.
54 * converted DLS collection, including the articulation data and
81 * DLS -> EAS Conversion Process:
83 * Another challenge is that the DLS structure does not map well to
84 * the current EAS sound library structure. Not all DLS constructs
85 * are supported, and data from DLS structures must sometimes be
121 #include "dls.h"
228 /* temporary data structure used while parsing a DLS file */
443 * offset - offset into file where DLS data starts
454 SDLS_SYNTHESIZER_DATA dls; local
    [all...]

Completed in 75 milliseconds