Searched refs:__byte (Results 1 – 5 of 5) sorted by relevance
10 #define __byte(x, y) (((unsigned char *)&(y))[x]) macro11 #define cached_master_mask (__byte(0, cached_irq_mask))12 #define cached_slave_mask (__byte(1, cached_irq_mask))
296 from_bytes(char __byte) in _GLIBCXX_VISIBILITY()298 char __bytes[2] = { __byte }; in _GLIBCXX_VISIBILITY()
3671 wide_string from_bytes(char __byte)3672 {return from_bytes(&__byte, &__byte+1);}