Searched refs:byte (Results 1 – 2 of 2) sorted by relevance
933 #define f_mod(rex, byte) ((byte)>>6) argument934 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0)) argument935 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument937 #define sib_ss(rex, byte) ((byte)>>6) argument938 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0)) argument939 #define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) argument
209 byte value when pcb->unacked != NULL368 2-byte-aligned IP addresses and MAC addresses1059 trailing 1 byte len (SYN/FIN)1087 LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead1088 of network byte order2879 * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().3253 4-, 2-, or 1-byte alignment.