Searched refs:byte_count (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp450 byte_buffer[byte_count + 1] = (unsigned char)(bit_buffer & 0xff);
451 byte_count++;
455 if (byte_count >= 255) {
460 if (byte_count == 256) {
462 byte_count = 1;
464 byte_count = 0;
470 byte_buffer[byte_count + 1] = (unsigned char)(bit_buffer & 0xff);
471 byte_count++;
475 if (byte_count > 0) {
476 byte_buffer[0] = (unsigned char)byte_count;
[all...]
H A DGIFSave.h82 int byte_count; member in class:GIFSave
/haiku/src/bin/network/ftpd/
H A Dftpd.c152 off_t byte_count; variable
1740 byte_count = -1;
1788 if (cmd == 0 && guest && stats && byte_count > 0)
1789 logxfer(name, byte_count, start);
1795 LOGBYTES("get", name, byte_count);
1841 byte_count = -1;
1885 LOGBYTES(*mode == 'a' ? "append" : "put", name, byte_count);
1963 byte_count = 0;
2131 byte_count++;
2134 byte_count
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpreg.h152 u_int __FXP_BITFIELD2(byte_count:6, :2);
285 uint16_t byte_count; member in struct:fxp_cb_tx
H A Dif_fxp.c1646 txp->tx_cb->byte_count = 0;
2370 cbp->byte_count = sc->flags & FXP_FLAG_EXT_RFA ? 32 : 22;
2478 cbp->byte_count = 32;
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h3502 * @byte_count: frame's byte-count
3523 uint32_t byte_count; member in struct:iwx_rx_phy_info
3529 uint16_t byte_count; member in struct:iwx_rx_mpdu_res_start
4091 * @byte_count: accumulated byte count, per mac
4097 uint32_t byte_count[IWX_MAC_INDEX_AUX]; member in struct:iwx_statistics_load
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h3212 * @byte_count: frame's byte-count
3233 uint32_t byte_count; member in struct:iwm_rx_phy_info
3239 uint16_t byte_count; member in struct:iwm_rx_mpdu_res_start
H A Dif_iwm.c4903 len = le16toh(rx_res->byte_count);

Completed in 339 milliseconds