Searched refs:buf_ (Results 1 - 25 of 35) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/
H A Dmd5.c281 register FLAC__byte *buf_ = buf; local
286 FLAC__int16 *buf1_ = ((FLAC__int16*)buf_) + 1;
287 memcpy(buf_, signal[0], sizeof(FLAC__int32) * samples);
292 FLAC__int16 *buf1_ = (FLAC__int16*)buf_;
302 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
303 *buf_++ = (FLAC__byte)a_word;
305 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
306 *buf_++ = (FLAC__byte)a_word;
312 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
313 *buf_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/
H A Dmd5.c281 register FLAC__byte *buf_ = buf; local
286 FLAC__int16 *buf1_ = ((FLAC__int16*)buf_) + 1;
287 memcpy(buf_, signal[0], sizeof(FLAC__int32) * samples);
292 FLAC__int16 *buf1_ = (FLAC__int16*)buf_;
302 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
303 *buf_++ = (FLAC__byte)a_word;
305 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
306 *buf_++ = (FLAC__byte)a_word;
312 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
313 *buf_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/
H A Dmd5.c281 register FLAC__byte *buf_ = buf; local
286 FLAC__int16 *buf1_ = ((FLAC__int16*)buf_) + 1;
287 memcpy(buf_, signal[0], sizeof(FLAC__int32) * samples);
292 FLAC__int16 *buf1_ = (FLAC__int16*)buf_;
302 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
303 *buf_++ = (FLAC__byte)a_word;
305 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
306 *buf_++ = (FLAC__byte)a_word;
312 *buf_++ = (FLAC__byte)a_word; a_word >>= 8;
313 *buf_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dcgen-cpu.h28 const ARGBUF *, IADDR pc_, char *buf_);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dcgen-cpu.h28 const ARGBUF *, IADDR pc_, char *buf_);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dcgen-cpu.h28 const ARGBUF *, IADDR pc_, char *buf_);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/usb/
H A Dhso.c382 #define DUMP(buf_, len_) \
383 dbg_dump(__LINE__, __func__, (unsigned char *)buf_, len_)
385 #define DUMP1(buf_, len_) \
388 DUMP(buf_, len_); \
391 #define DUMP(buf_, len_)
392 #define DUMP1(buf_, len_)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c382 #define DUMP(buf_, len_) \
383 dbg_dump(__LINE__, __func__, (unsigned char *)buf_, len_)
385 #define DUMP1(buf_, len_) \
388 DUMP(buf_, len_); \
391 #define DUMP(buf_, len_)
392 #define DUMP1(buf_, len_)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Ds3_pkt.c599 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
601 const unsigned char *buf=buf_;
H A Dd1_pkt.c1301 dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1322 i = dtls1_write_bytes(s, type, buf_, len);
H A Dssl.h404 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Ds3_pkt.c599 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
601 const unsigned char *buf=buf_;
H A Dd1_pkt.c1301 dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1322 i = dtls1_write_bytes(s, type, buf_, len);
H A Dssl.h404 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Ds3_pkt.c599 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
601 const unsigned char *buf=buf_;
H A Dd1_pkt.c1301 dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1322 i = dtls1_write_bytes(s, type, buf_, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dd1_pkt.c1406 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1438 i = dtls1_write_bytes(s, type, buf_, len);
H A Ds3_pkt.c635 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
637 const unsigned char *buf = buf_;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Dd1_pkt.c1406 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1438 i = dtls1_write_bytes(s, type, buf_, len);
H A Ds3_pkt.c635 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
637 const unsigned char *buf = buf_;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dd1_pkt.c1406 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1438 i = dtls1_write_bytes(s, type, buf_, len);
H A Ds3_pkt.c635 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
637 const unsigned char *buf = buf_;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dssl.h404 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dssl.h404 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dssl.h404 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);

Completed in 385 milliseconds

12