Searched defs:_s (Results 1 - 13 of 13) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_toradix.c24 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);
H A Dbn_mp_toradix_n.c27 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/netcat/
H A Datomicio.c41 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) argument
43 char *s = _s;
/external/openssh/
H A Datomicio.c51 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, argument
54 char *s = _s;
87 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) argument
89 return atomicio6(f, fd, _s, n, NULL, NULL);
/external/clang/test/SemaCXX/
H A Danonymous-union.cpp118 typedef struct _s { struct
/external/dhcpcd/
H A Dif-bsd.c162 } _s; local
168 _s.sa = &_var; \
169 _s.sin->sin_family = AF_INET; \
170 _s.sin->sin_len = sizeof(*_s.sin); \
171 memcpy(&_s.sin->sin_addr, _addr, sizeof(_s.sin->sin_addr)); \
/external/opencv/cv/src/
H A Dcvcontours.cpp604 schar _s = (schar) s; local
606 CV_WRITE_SEQ_ELEM( _s, writer );
782 schar _s = (schar) s; local
783 CV_WRITE_SEQ_ELEM( _s, writer );
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c8362 char *_s = str; local
8382 ++_s;
8397 /* reverse the digits of the string. In this case _s points
8400 bn_reverse ((unsigned char *)_s, digs);
8444 char *_s = str; local
8465 ++_s;
8489 /* reverse the digits of the string. In this case _s points
8492 bn_reverse ((unsigned char *)_s, digs);
/external/qemu/target-i386/
H A Dcpu.h519 float32 _s[4]; member in union:__anon11094
527 float32 _s[2]; member in union:__anon11095
535 #define XMM_S(n) _s[3 - (n)]
542 #define MMX_S(n) _s[1 - (n)]
547 #define XMM_S(n) _s[n]
554 #define MMX_S(n) _s[n]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 287 milliseconds