HomeSort by relevance Sort by last modified time
    Searched refs:CHUNKSIZE (Results 1 - 8 of 8) sorted by null

  /external/libpcap/
dlpisubs.c 33 #define CHUNKSIZE 65536
39 #define PKTBUFSIZE CHUNKSIZE
279 bpf_u_int32 ss, chunksize; local
314 chunksize = CHUNKSIZE;
315 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
pcap-nit.c 64 #define CHUNKSIZE (2*1024)
69 #define BUFSPACE (4*CHUNKSIZE)
246 nioc.nioc_chunksize = CHUNKSIZE;
pcap-snit.c 77 #define CHUNKSIZE (2*1024)
82 #define BUFSPACE (4*CHUNKSIZE)
292 int chunksize = CHUNKSIZE; local
344 /* set the chunksize */
347 si.ic_len = sizeof(chunksize);
348 si.ic_dp = (char *)&chunksize;
  /external/tremolo/Tremolo/
codec_internal.h 41 #define CHUNKSIZE 1024
vorbisfile.c 94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE);
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
176 begin-=CHUNKSIZE;
193 ret=_get_next_page(vf,og,CHUNKSIZE);
221 if(endsearched-searched<CHUNKSIZE){
293 ogg_int64_t llret=_get_next_page(vf,&og,CHUNKSIZE);
324 if(_get_next_page(vf,og_ptr,CHUNKSIZE)<0){
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 64 #define CHUNKSIZE 65536 /* greater-than-page-size granularity seeking */
153 begin-=CHUNKSIZE;
179 ret=_get_next_page(vf,og,CHUNKSIZE);
237 begin-=CHUNKSIZE;
290 ogg_int64_t llret=_get_next_page(vf,&og,CHUNKSIZE);
336 ogg_int64_t llret=_get_next_page(vf,og_ptr,CHUNKSIZE);
381 if(_get_next_page(vf,og_ptr,CHUNKSIZE)<0){
530 if(endsearched-searched<CHUNKSIZE){
    [all...]
  /external/elfutils/0.153/src/
strings.c 520 #define CHUNKSIZE 65536
521 unsigned char *buf = xmalloc (CHUNKSIZE + min_len_bytes
528 MIN (fdlen, CHUNKSIZE)));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 466 milliseconds