Searched refs:pbyte (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-domain.c470 int pbit, pbyte; local
475 pbyte = (pbit & ~7) / 8;
480 if (!TTEST2(*(cp + 1), sizeof(a) - pbyte))
483 memcpy(&a.s6_addr[pbyte], cp + 1, sizeof(a) - pbyte);
488 if (ns_nprint(cp + 1 + sizeof(a) - pbyte, bp) == NULL)
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c38 static status_t i2c_readbyte(i2c_bus *bus, uint8 *pbyte);
237 i2c_readbyte(i2c_bus *bus, uint8 *pbyte) argument
252 *pbyte = byte;
/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_print.c664 int pbyte, pbit; local
672 pbyte = (pbit & ~7) / 8;
677 if (rdata + pbyte >= edata) goto formerr;
679 memcpy(&a.s6_addr[pbyte], rdata, sizeof(a) - pbyte);
682 rdata += sizeof(a) - pbyte;

Completed in 101 milliseconds