OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHUNKSIZE
(Results
1 - 8
of
8
) 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/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/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 143 milliseconds