/external/qemu/distrib/sdl-1.2.12/src/thread/ |
SDL_systhread.h | 2 SDL - Simple DirectMedia Layer 24 /* These are functions that need to be implemented by a port of SDL */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_cursor_c.h | 2 SDL - Simple DirectMedia Layer 66 /* State definitions for the SDL cursor */
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxwm.c | 2 SDL - Simple DirectMedia Layer 59 SDL_SetError("Application not compiled with SDL %d.%d\n",
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
SDL_epocvideo.h | 2 SDL - Simple DirectMedia Layer 26 Epoc based SDL video driver implementation
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxwm.c | 2 SDL - Simple DirectMedia Layer 55 SDL_SetError("Application not compiled with SDL %d.%d\n",
|
/external/wpa_supplicant/ |
l2_packet_freebsd.c | 164 struct sockaddr_dl *sdl; local 179 sdl = (struct sockaddr_dl *)(ifm + 1); 183 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || 184 os_memcmp(sdl->sdl_data, device, sdl->sdl_nlen) != 0) 186 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen);
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_freebsd.c | 167 struct sockaddr_dl *sdl; local 182 sdl = (struct sockaddr_dl *)(ifm + 1); 186 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || 187 os_memcmp(sdl->sdl_data, device, sdl->sdl_nlen) != 0) 189 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen);
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_freebsd.c | 197 struct sockaddr_dl *sdl; 212 sdl = (struct sockaddr_dl *)(ifm + 1); 216 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 || 217 os_memcmp(sdl->sdl_data, device, sdl->sdl_nlen) != 0) 219 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen);
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_active.h | 2 SDL - Simple DirectMedia Layer 23 /* Include file for SDL application focus event handling */
|
SDL_cpuinfo.h | 2 SDL - Simple DirectMedia Layer 24 /* CPU feature detection for SDL */
|
SDL_quit.h | 2 SDL - Simple DirectMedia Layer 23 /* Include file for SDL quit event handling */
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_active.h | 2 SDL - Simple DirectMedia Layer 23 /* Include file for SDL application focus event handling */
|
SDL_cpuinfo.h | 2 SDL - Simple DirectMedia Layer 24 /* CPU feature detection for SDL */
|
SDL_quit.h | 2 SDL - Simple DirectMedia Layer 23 /* Include file for SDL quit event handling */
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_active.h | 2 SDL - Simple DirectMedia Layer 28 /* Include file for SDL application focus event handling */
|
SDL_error.h | 2 SDL - Simple DirectMedia Layer 28 /* Simple error message routines for SDL */
|
SDL_quit.h | 2 SDL - Simple DirectMedia Layer 28 /* Include file for SDL quit event handling */
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_active.h | 2 SDL - Simple DirectMedia Layer 23 /* Include file for SDL application focus event handling */
|
SDL_cpuinfo.h | 2 SDL - Simple DirectMedia Layer 24 /* CPU feature detection for SDL */
|
SDL_quit.h | 2 SDL - Simple DirectMedia Layer 23 /* Include file for SDL quit event handling */
|
/external/qemu/ |
INSTALL | 80 cd $TOP/external/qemu/distrib/sdl-1.2.12 88 can use $HOME/android-sdl 93 ./android-configure.sh --sdl-config=<PATH>/bin/sdl-config 97 when building the SDL library 107 sources required to rebuild the emulator (i.e. it includes the patched SDL
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWindow.m | 2 SDL - Simple DirectMedia Layer 29 This function makes the *SDL region* of the window 100% opaque. 84 UI elements, and restore the SDL surface. This way, no expose event 93 /* save current visible SDL surface */ 99 /* restore visible SDL surface */ 171 /* save current visible SDL surface */
|
/bionic/libc/netbsd/net/ |
getnameinfo.c | 542 const struct sockaddr_dl *sdl = local 550 if (sdl->sdl_nlen == 0 && sdl->sdl_alen == 0 && sdl->sdl_slen == 0) { 551 n = snprintf(host, hostlen, "link#%u", sdl->sdl_index); 559 switch (sdl->sdl_type) { 562 if (sdl->sdl_alen < 2) 564 if (CLLADDR(sdl)[1] == 0) 565 n = snprintf(host, hostlen, "%u", CLLADDR(sdl)[0]); 568 CLLADDR(sdl)[1], CLLADDR(sdl)[0]) [all...] |
/external/dhcpcd/ |
if-bsd.c | 188 struct sockaddr_dl sdl; member in union:sockunion 245 su.sdl.sdl_len = sizeof(struct sockaddr_dl); 246 link_addr(iface->name, &su.sdl); 321 struct sockaddr_dl sdl; local 402 memcpy(&sdl, rti_info[RTAX_IFA], 404 hwaddr = xmalloc(sdl.sdl_alen); 405 memcpy(hwaddr, LLADDR(&sdl), 406 sdl.sdl_alen); 408 sdl.sdl_alen);
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_mutex.h | 2 SDL - Simple DirectMedia Layer 28 These are independent of the other SDL routines. 53 /* The SDL mutex structure, defined in SDL_mutex.c */ 79 /* The SDL semaphore structure, defined in SDL_sem.c */ 121 /* The SDL condition variable structure, defined in SDL_cond.c */
|