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

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Deh-frame1.s8 .macro pbyte value
47 pbyte 3b # Initial PC
48 pbyte 4b-3b # Size of code
73 pbyte \value
/netbsd-current/sys/arch/i386/pci/
H A Dviapcib.c421 viapcib_smbus_receive_byte(void *opaque, i2c_addr_t slave, uint8_t *pbyte) argument
429 slave, pbyte));
444 *pbyte = viapcib_smbus_read(sc, SMBHSTDAT0);
477 int8_t *pbyte)
485 slave, cmd, pbyte));
499 *pbyte = viapcib_smbus_read(sc, SMBHSTDAT0);
476 viapcib_smbus_read_byte(void *opaque, i2c_addr_t slave, uint8_t cmd, int8_t *pbyte) argument
/netbsd-current/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S81 #define pbyte save1 define
363 fsmbi pbyte, 0x100 # 1,4 33
368 andi pbit, pbyte, 1 # 0,2 37
/netbsd-current/external/gpl3/gdb.old/dist/ld/emultempl/
H A Dspu_ovl.S81 #define pbyte save1 define
363 fsmbi pbyte, 0x100 # 1,4 33
368 andi pbit, pbyte, 1 # 0,2 37
/netbsd-current/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dspu_ovl.S81 #define pbyte save1 define
363 fsmbi pbyte, 0x100 # 1,4 33
368 andi pbit, pbyte, 1 # 0,2 37
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-domain.c820 int pbit, pbyte; local
826 pbyte = (pbit & ~7) / 8;
832 GET_CPY_BYTES(a + pbyte, cp + 1, sizeof(a) - pbyte);
838 if (fqdn_print(ndo, cp + 1 + sizeof(a) - pbyte, bp) == NULL)
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_print.c666 int pbyte, pbit; local
674 pbyte = (pbit & ~7) / 8;
679 if (rdata + pbyte >= edata) goto formerr;
681 memcpy(&a.s6_addr[pbyte], rdata, sizeof(a) - pbyte);
684 rdata += sizeof(a) - pbyte;
/netbsd-current/lib/libc/nameser/
H A Dns_print.c678 int pbyte, pbit; local
686 pbyte = (pbit & ~7) / 8;
691 if (rdata + pbyte >= edata) goto formerr;
693 memcpy(&a.s6_addr[pbyte], rdata, sizeof(a) - pbyte);
696 rdata += sizeof(a) - pbyte;

Completed in 263 milliseconds