Searched defs:_s (Results 1 - 4 of 4) 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/dhcpcd/
H A Dif-bsd.c71 } _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));
/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);

Completed in 33 milliseconds