Home
last modified time | relevance | path

Searched refs:inbytes (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/memdisk/
Dunzip.c40 static unsigned inbytes; /* valid bytes in inbuf */ variable
80 if (inbytes) { in get_byte()
82 inbytes--; in get_byte()
92 inbytes++; in unget_byte()
366 insize = inbytes = zbytes + 4; in unzip()
378 if (inbytes != 4) in unzip()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp890 uint32_t inbytes=0, total=0; in convsample_40() local
921 inbytes += count; in convsample_40()
959 printf("%d bytes in, %d UChars out.\n", inbytes, total); in convsample_40()
/external/kernel-headers/original/uapi/linux/
Dip_vs.h168 __u64 inbytes; /* incoming bytes */ member