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

1 2

  /external/dropbear/
atomicio.c 36 atomicio(f, fd, _s, n)
39 void *_s;
42 char *s = _s;
  /bionic/libc/include/sys/
cdefs_elf.h 98 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
100 #define __RCSID(_s) __IDSTRING(rcsid,_s)
101 #define __SCCSID(_s)
102 #define __SCCSID2(_s)
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
    [all...]
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 98 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
100 #define __RCSID(_s) __IDSTRING(rcsid,_s)
101 #define __SCCSID(_s)
102 #define __SCCSID2(_s)
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
    [all...]
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
cdefs_elf.h 98 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
100 #define __RCSID(_s) __IDSTRING(rcsid,_s)
101 #define __SCCSID(_s)
102 #define __SCCSID2(_s)
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
    [all...]
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
cdefs_elf.h 98 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
100 #define __RCSID(_s) __IDSTRING(rcsid,_s)
101 #define __SCCSID(_s)
102 #define __SCCSID2(_s)
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
    [all...]
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
cdefs_elf.h 98 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
100 #define __RCSID(_s) __IDSTRING(rcsid,_s)
101 #define __SCCSID(_s)
102 #define __SCCSID2(_s)
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
    [all...]
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
cdefs_elf.h 98 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
100 #define __RCSID(_s) __IDSTRING(rcsid,_s)
101 #define __SCCSID(_s)
102 #define __SCCSID2(_s)
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
    [all...]
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
cdefs_elf.h 98 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
100 #define __RCSID(_s) __IDSTRING(rcsid,_s)
101 #define __SCCSID(_s)
102 #define __SCCSID2(_s)
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \
108 __attribute__((__unused__,__section__(".copyright"))) = _s
    [all...]
cdefs.h 252 #define __KERNEL_RCSID(_n, _s) /* nothing */
  /external/elfutils/
config.h 114 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
116 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
118 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
config.h.in 113 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
115 ({ const char *_s = (str); obstack_copy0 (ob, _s, strlen (_s)); })
117 ({ const char *_s = (str); obstack_copy0 (ob, _s, strnlen (_s, n)); })
  /external/dropbear/libtommath/
bn_mp_toradix.c 24 char *_s = str; local
44 ++_s;
59 /* reverse the digits of the string. In this case _s points
62 bn_reverse ((unsigned char *)_s, digs);
bn_mp_toradix_n.c 27 char *_s = str; local
48 ++_s;
72 /* reverse the digits of the string. In this case _s points
75 bn_reverse ((unsigned char *)_s, digs);
  /external/oprofile/libpopt/
system.h 78 #define getenv(_s) __secure_getenv(_s)
  /external/dhcpcd/
if-bsd.c 71 } _s; local
80 _s.sa = &_var; \
81 _s.sin->sin_family = AF_INET; \
82 _s.sin->sin_len = sizeof(*_s.sin); \
83 memcpy(&_s.sin->sin_addr, _addr, sizeof(_s.sin->sin_addr));
  /frameworks/base/opengl/libs/EGL/
egl.cpp 1004 SurfaceRef _s(surface);
1005 if (!_s.get()) return setError(EGL_BAD_SURFACE, EGL_FALSE);
    [all...]
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmStripMesh.java 63 void st(float _s, float _t) {
64 s = _s;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h     [all...]
  /system/core/adb/
sockets.c 246 static void local_socket_event_func(int fd, unsigned ev, void *_s)
248 asocket *s = _s;
466 static void remote_socket_disconnect(void* _s, atransport* t)
468 asocket* s = _s;

Completed in 1049 milliseconds

1 2