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

  /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"
236 /* temporary data structure used while parsing a DLS file */
451 * offset - offset into file where DLS data starts
462 SDLS_SYNTHESIZER_DATA dls; local
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 866 dyn_lease *dls; local
878 dls = (dyn_lease*)listdls->arg;
879 tmp_time = dls->expires;
880 dls->expires -= curr;
881 if ((int32_t) dls->expires < 0) goto skip;
882 dls->expires = htonl(dls->expires);
883 writeall(fd, dls, sizeof(dyn_lease));
885 dls->expires = tmp_time;
951 dyn_lease *dls; local
1048 dyn_lease *dls; local
    [all...]

Completed in 696 milliseconds