HomeSort by relevance Sort by last modified time
    Searched defs:CHUNKSIZE (Results 1 - 7 of 7) 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/elfutils/src/src/
strings.c 517 #define CHUNKSIZE 65536
518 unsigned char *buf = xmalloc (CHUNKSIZE + min_len_bytes
525 MIN (fdlen, CHUNKSIZE)));
  /external/tremolo/Tremolo/
codec_internal.h 41 #define CHUNKSIZE 1024
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 136 milliseconds