search for: buff_len

Displaying 8 results from an estimated 8 matches for "buff_len".

Did you mean: buf_len
2001 Aug 06
1
merge rsync+ into rsync (was Re: rsync-2.4.7 NEWS file)
> Just curious: what about the rsync+ patch? Thanks for the reminder. I've just committed Jos's rsync+ patch onto the "branch_mbp_rsyncplus_merge" branch. If it works OK and nobody screams I will move it across onto the main tree tomorrow or Wednesday. I see the patch doesn't add documentation about the new options to the man page, so we should fix that in the future.
2008 May 03
0
Resampler, memory only variant
...314,20 @@ */ int speex_resampler_get_output_latency(SpeexResamplerState *st); +/** Set the buffer size in samples. The resampler allocates a temporary buffer, and + * for optimal efficiency this buffer should be as large as your expected + * frame size. + * @param st Resampler state + * @param buff_len Number of samples to allocate. + */ +void speex_resampler_set_buffer_size(SpeexResamplerState *st, spx_uint32_t buff_len); + +/** Get the buffer size in samples. + * @param st Resampler state + * @param buff_len Number of samples allocated. + */ +void speex_resampler_get_buffer_size(SpeexResamplerS...
2018 Sep 13
4
bpf compilation using clang
..._TYPE_SOCKET_FILTER; attr.insn_cnt = ARRAY_SIZE(l3_l4_hash_insns); attr.insns = (__u64) (unsigned long) (l3_l4_hash_insns); attr.license = (__u64) (unsigned long) ("Dual BSD/GPL"); attr.log_buf = (__u64) (unsigned long) (buffer); attr.log_level = 7; attr.log_size = BUFF_LEN; attr.kern_version = 0; ret = sys_bpf(BPF_PROG_LOAD, &attr, sizeof(attr)); I am not sure how to debug this error since the instructions are in binary and the precompiled source code doesn't seem to contain any weird loops or goto instructions... Is there a way to identify which l...
2003 Mar 30
1
[RFC][patch] dynamic rolling block and sum sizes II
...,s->count); - write_int(f_out,s->n); - write_int(f_out,s->remainder); + write_sum_head(f_out, s); done=0; while (!done) { read_batch_delta_file( (char *) &buff_len, sizeof(int) ); --- match.c Sat Mar 29 11:11:30 2003 +++ match.c Sat Mar 29 12:16:13 2003 @@ -19,8 +19,6 @@ #include "rsync.h" -extern int csum_length; - extern int verbose; extern int am_server; @@ -154,11 +152,11 @@ if (verbose > 2) rprintf(FINFO,"hash search b...
2003 Mar 23
1
[RFC] dynamic checksum size
...,s->count); - write_int(f_out,s->n); - write_int(f_out,s->remainder); + write_sum_head(f_out, s); done=0; while (!done) { read_batch_delta_file( (char *) &buff_len, sizeof(int) ); -------------- next part -------------- --- rsync.h Sat Mar 22 09:47:43 2003 +++ rsync.h.varsumlen Sat Mar 22 10:41:24 2003 @@ -322,6 +322,7 @@ /* the length of the md4 checksum */ #define MD4_SUM_LENGTH 16 #define SUM_LENGTH 16 +#define SHORT_SUM_LENGTH 2 #ifndef MAXPATHLEN...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
.../dvi.c b/drivers/video/via/dvi.c index 6be72f0..1c9b68c 100644 --- a/drivers/video/via/dvi.c +++ b/drivers/video/via/dvi.c @@ -25,7 +25,7 @@ static void tmds_register_write(int index, u8 data); static int tmds_register_read(int index); static int tmds_register_read_bytes(int index, u8 *buff, int buff_len); -static void __devinit dvi_get_panel_size_from_DDCv1( +static void dvi_get_panel_size_from_DDCv1( struct tmds_chip_information *tmds_chip, struct tmds_setting_information *tmds_setting); static int viafb_dvi_query_EDID(void); @@ -35,7 +35,7 @@ static inline bool check_tmds_chip(int device_id...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
.../dvi.c b/drivers/video/via/dvi.c index 6be72f0..1c9b68c 100644 --- a/drivers/video/via/dvi.c +++ b/drivers/video/via/dvi.c @@ -25,7 +25,7 @@ static void tmds_register_write(int index, u8 data); static int tmds_register_read(int index); static int tmds_register_read_bytes(int index, u8 *buff, int buff_len); -static void __devinit dvi_get_panel_size_from_DDCv1( +static void dvi_get_panel_size_from_DDCv1( struct tmds_chip_information *tmds_chip, struct tmds_setting_information *tmds_setting); static int viafb_dvi_query_EDID(void); @@ -35,7 +35,7 @@ static inline bool check_tmds_chip(int device_id...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
.../dvi.c b/drivers/video/via/dvi.c index 6be72f0..1c9b68c 100644 --- a/drivers/video/via/dvi.c +++ b/drivers/video/via/dvi.c @@ -25,7 +25,7 @@ static void tmds_register_write(int index, u8 data); static int tmds_register_read(int index); static int tmds_register_read_bytes(int index, u8 *buff, int buff_len); -static void __devinit dvi_get_panel_size_from_DDCv1( +static void dvi_get_panel_size_from_DDCv1( struct tmds_chip_information *tmds_chip, struct tmds_setting_information *tmds_setting); static int viafb_dvi_query_EDID(void); @@ -35,7 +35,7 @@ static inline bool check_tmds_chip(int device_id...