Searched refs:bytesize (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/network/ftp/
H A Dftp_var.h251 GLOBAL int bytesize; /* local byte size in binary */ variable
H A Dutil.c163 bytesize = 8;
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-canon.c1638 int bytesize = 8 / expansion; local
1639 int byteextra = bytesize - 1;
1653 int first_x_on_byte = first_x_on / bytesize;
1654 int first_x_on_mod = expansion * (byteextra - (first_x_on % bytesize));
1656 int first_x_off_byte = first_x_off / bytesize;
1657 int first_x_off_mod = expansion * (byteextra - (first_x_off % bytesize));
H A Dprint-escp2.c4184 int bytesize = 8 / expansion; local
4185 int byteextra = bytesize - 1;
4199 int first_x_on_byte = first_x_on / bytesize;
4200 int first_x_on_mod = expansion * (byteextra - (first_x_on % bytesize));
4202 int first_x_off_byte = first_x_off / bytesize;
4203 int first_x_off_mod = expansion * (byteextra - (first_x_off % bytesize));
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpd.c2443 printf(" %d", bytesize); /* need definition! */

Completed in 105 milliseconds