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

  /external/libpcap/
pcap-nit.c 64 #define CHUNKSIZE (2*1024)
69 #define BUFSPACE (4*CHUNKSIZE)
219 nioc.nioc_chunksize = CHUNKSIZE;
pcap-snit.c 77 #define CHUNKSIZE (2*1024)
82 #define BUFSPACE (4*CHUNKSIZE)
270 int chunksize = CHUNKSIZE; local
322 /* set the chunksize */
325 si.ic_len = sizeof(chunksize);
326 si.ic_dp = (char *)&chunksize;
pcap-dlpi.c 147 #define CHUNKSIZE 65536
153 #define PKTBUFSIZE CHUNKSIZE
471 bpf_u_int32 ss, chunksize; local
909 chunksize = CHUNKSIZE;
910 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
memory.c 55 // default alignment and chunksize, if called with 0 arguments
56 #define CHUNKSIZE (64*1024)
76 size_t chunksize; member in struct:MemoryPool_rec
81 MemoryPool *mem_CreatePool(size_t chunksize, unsigned int align)
86 if (chunksize == 0) chunksize = CHUNKSIZE;
88 if (chunksize < sizeof(MemoryPool)) return 0;
89 if (chunksize & (align-1)) return 0;
90 if (!(pool = malloc(chunksize))) return 0
    [all...]
  /external/elfutils/src/
strings.c 520 #define CHUNKSIZE 65536
521 unsigned char *buf = xmalloc (CHUNKSIZE + min_len_bytes
528 MIN (fdlen, CHUNKSIZE)));
  /external/tremolo/Tremolo/
codec_internal.h 41 #define CHUNKSIZE 1024
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 85 milliseconds