Searched defs:dls (Results 1 - 3 of 3) sorted by relevance

/external/libppp/src/
H A Darp.c174 } dls; local
182 if (!arp_EtherAddr(addr, &dls.sdl, 1)) {
189 memcpy(arpreq.arp_ha.sa_data, LLADDR(&dls.sdl), dls.sdl.sdl_alen);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A 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; local
472 while (dls && status != dls)
473 dls = dls->next;
474 if (dls
490 struct dlstatus *dls = stqueue; local
498 insertStatus(struct dlstatus *dls, const struct stat *sbuf) argument
515 struct dlstatus *dls; local
526 promoteLocalToGlobal(struct dlstatus *dls) argument
535 reference(struct dlstatus *dls, int mode) argument
643 dlsymIntern(struct dlstatus *dls, const char *symbol, int canSetError) argument
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/
H A Deas_mdls.c121 #include "dls.h"
454 SDLS_SYNTHESIZER_DATA dls; local
473 EAS_HWMemSet(&dls, 0, sizeof(dls));
476 dls.hwInstData = hwInstData;
477 dls.fileHandle = fileHandle;
483 if ((result = EAS_HWFileSeek(dls.hwInstData, dls.fileHandle, offset)) != EAS_SUCCESS)
485 if ((result = EAS_HWReadFile(dls.hwInstData, dls
[all...]

Completed in 94 milliseconds