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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_pkt.c1137 dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1160 i = dtls1_write_bytes(s, type, buf_, len);
1218 int dtls1_write_bytes(SSL *s, int type, const void *buf_, int len) argument
1220 const unsigned char *buf=buf_;
H A Ds3_pkt.c514 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
516 const unsigned char *buf=buf_;
H A Dssl.h388 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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_)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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_;
H A Dssl.h455 int (*ssl_write_bytes) (SSL *s, int type, const void *buf_, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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_;
H A Dssl.h455 int (*ssl_write_bytes) (SSL *s, int type, const void *buf_, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h388 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);

Completed in 135 milliseconds