Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:byte

742     // Allow sorting based on byte pos.
1854 // Sort on byte position; captures might not be allocated in order,
3949 // FIXME: Why the asymmetry, we divide by byte size in bits here?
4069 unsigned char byte;
4081 byte = skip_small << 4;
4083 byte |= 0xf;
4086 byte |= scan_small;
4089 BitMap += byte;
4096 byte = scan_small;
4097 BitMap += byte;
4118 /// Each byte is divided up in two nibbles (4-bit each). Left nibble is count
4121 /// represented by a 0x00 byte which also ends the string.
4164 // Sort on byte position in case we encounterred a union nested in