HomeSort by relevance Sort by last modified time
    Searched refs:sdl (Results 1 - 25 of 48) sorted by null

1 2

  /sdk/emulator/opengl/
sdl.mk 2 # link SDL with the EmuGL test programs.
16 EMUGL_SDL_CONFIG ?= prebuilts/tools/$(HOST_PREBUILT_TAG)/sdl/bin/sdl-config
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 191 struct sockaddr_dl *sdl;
206 sdl = (struct sockaddr_dl *)(ifm + 1);
210 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 ||
211 os_memcmp(sdl->sdl_data, device, sdl->sdl_nlen) != 0)
213 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen);
  /external/dhcpcd/
if-bsd.c 198 struct sockaddr_dl sdl; member in union:sockunion
256 su.sdl.sdl_len = sizeof(struct sockaddr_dl);
257 link_addr(rt->iface->name, &su.sdl);
325 struct sockaddr_dl sdl; local
424 memcpy(&sdl, rti_info[RTAX_IFA],
426 hwaddr = xmalloc(sdl.sdl_alen);
427 memcpy(hwaddr, LLADDR(&sdl),
428 sdl.sdl_alen);
430 sdl.sdl_alen);
net.c 342 const struct sockaddr_dl *sdl; local
439 sdl = (const struct sockaddr_dl *)(void *)ifa->ifa_addr;
448 iflr.prefixlen = sdl->sdl_alen * NBBY;
457 sdl_type = sdl->sdl_type;
458 switch(sdl->sdl_type) {
474 ifp->hwlen = sdl->sdl_alen;
478 memcpy(ifp->hwaddr, CLLADDR(sdl), ifp->hwlen);
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh 265 do_install /usr/bin/install -c -m 755 build/$native_path/sdl-config $bindir/sdl-config
268 do_install sh $auxdir/mkinstalldirs $includedir/SDL
271 do_install /usr/bin/install -c -m 644 $src $includedir/SDL/$file; \
273 do_install /usr/bin/install -c -m 644 $srcdir/include/SDL_config_macosx.h $includedir/SDL/SDL_config.h
282 do_install /usr/bin/install -c -m 644 $srcdir/sdl.m4 $datadir/aclocal/sdl.m4
284 do_install /usr/bin/install -m 644 build/$native_path/sdl.pc $libdir/pkgconfig/sdl.pc
  /external/llvm/test/MC/Mips/mips2/
invalid-mips4-wrong-error.s 13 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
invalid-mips3-wrong-error.s 17 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /bionic/libc/arch-mips/include/machine/
asm.h 71 #define SDLO sdl
82 #define SDHI sdl
  /bionic/libc/arch-mips64/include/machine/
asm.h 71 #define SDLO sdl
82 #define SDHI sdl
  /development/ndk/platforms/android-L/arch-mips/include/machine/
asm.h 71 #define SDLO sdl
82 #define SDHI sdl
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
asm.h 71 #define SDLO sdl
82 #define SDHI sdl
  /external/llvm/test/MC/Mips/mips1/
invalid-mips3-wrong-error.s 22 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
invalid-mips4-wrong-error.s 22 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips3-wrong-error.s 10 sdl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
asm.h 71 #define SDLO sdl
82 #define SDHI sdl
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
asm.h 71 #define SDLO sdl
82 #define SDHI sdl
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 3 # this script is used to rebuild SDL from sources in the current
110 # we can build SDL with Cygwin, so enable it
150 # BUILD_CFLAGS are used to build SDL, but SDL_CFLAGS are used
470 ### Build the final sdl-config script from the template
505 cat sdl-config.in | sed -f $TMPC > objs/sdl-config
506 chmod +x objs/sdl-config
529 copy_or_autodetect sdl-config generate_sdl_config
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 616 struct sockaddr_dl *sdl = (struct sockaddr_dl *) CMSG_DATA(cmptr);
618 int nameLen = (sdl->sdl_nlen < IFI_NAME - 1) ? sdl->sdl_nlen : (IFI_NAME - 1);
619 strncpy(pktp->ipi_ifname, sdl->sdl_data, nameLen);
621 pktp->ipi_ifindex = sdl->sdl_index;
623 if (sdl->sdl_index == 0) {
624 pktp->ipi_ifindex = *(uint_t*)sdl;
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 840 struct sockaddr_dl *sdl; local
855 sdl = (struct sockaddr_dl *)(ifm + 1);
859 if (sdl->sdl_family != AF_LINK || sdl->sdl_nlen == 0 ||
860 os_memcmp(sdl->sdl_data, device, sdl->sdl_nlen) != 0)
862 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
asm.h 74 #define SDLO sdl
85 #define SDHI sdl

Completed in 331 milliseconds

1 2