Searched refs:CHUNKSIZE (Results 1 – 7 of 7) sorted by relevance
/external/libpcap/ |
D | dlpisubs.c | 33 #define CHUNKSIZE 65536 macro 39 #define PKTBUFSIZE CHUNKSIZE 314 chunksize = CHUNKSIZE; in pcap_conf_bufmod()
|
D | pcap-nit.c | 64 #define CHUNKSIZE (2*1024) macro 69 #define BUFSPACE (4*CHUNKSIZE) 246 nioc.nioc_chunksize = CHUNKSIZE; in nit_setflags()
|
D | pcap-snit.c | 77 #define CHUNKSIZE (2*1024) macro 82 #define BUFSPACE (4*CHUNKSIZE) 292 int chunksize = CHUNKSIZE; in pcap_activate_snit()
|
/external/tremolo/Tremolo/ |
D | vorbisfile.c | 94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE); in _get_data() 95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource); in _get_data() 176 begin-=CHUNKSIZE; in _get_prev_page() 193 ret=_get_next_page(vf,og,CHUNKSIZE); in _get_prev_page() 221 if(endsearched-searched<CHUNKSIZE){ in _bisect_forward_serialno() 293 ogg_int64_t llret=_get_next_page(vf,&og,CHUNKSIZE); in _fetch_headers() 324 if(_get_next_page(vf,og_ptr,CHUNKSIZE)<0){ in _fetch_headers() 1198 if(end-begin<CHUNKSIZE){ in ov_pcm_seek_page() 1203 (target-begintime)*(end-begin)/(endtime-begintime) - CHUNKSIZE; in ov_pcm_seek_page() 1218 bisect-=CHUNKSIZE; in ov_pcm_seek_page() [all …]
|
D | codec_internal.h | 41 #define CHUNKSIZE 1024 macro
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 64 #define CHUNKSIZE 65536 /* greater-than-page-size granularity seeking */ macro 153 begin-=CHUNKSIZE; in _get_prev_page() 179 ret=_get_next_page(vf,og,CHUNKSIZE); in _get_prev_page() 237 begin-=CHUNKSIZE; in _get_prev_page_serial() 290 ogg_int64_t llret=_get_next_page(vf,&og,CHUNKSIZE); in _fetch_headers() 336 ogg_int64_t llret=_get_next_page(vf,og_ptr,CHUNKSIZE); in _fetch_headers() 381 if(_get_next_page(vf,og_ptr,CHUNKSIZE)<0){ in _fetch_headers() 530 if(endsearched-searched<CHUNKSIZE){ in _bisect_forward_serialno() 1423 if(end-begin<CHUNKSIZE){ in ov_pcm_seek_page() 1429 - CHUNKSIZE; in ov_pcm_seek_page() [all …]
|
/external/elfutils/0.153/src/ |
D | strings.c | 520 #define CHUNKSIZE 65536 in read_block_no_mmap() macro 521 unsigned char *buf = xmalloc (CHUNKSIZE + min_len_bytes in read_block_no_mmap() 528 MIN (fdlen, CHUNKSIZE))); in read_block_no_mmap()
|