OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHUNKSIZE
(Results
1 - 5
of
5
) 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/tremolo/Tremolo/
codec_internal.h
41
#define
CHUNKSIZE
1024
Completed in 94 milliseconds