Home
last modified time | relevance | path

Searched refs:__byte (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Di8259.h10 #define __byte(x, y) (((unsigned char *)&(y))[x]) macro
11 #define cached_master_mask (__byte(0, cached_irq_mask))
12 #define cached_slave_mask (__byte(1, cached_irq_mask))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_conv.h296 from_bytes(char __byte) in _GLIBCXX_VISIBILITY()
298 char __bytes[2] = { __byte }; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_conv.h296 from_bytes(char __byte) in _GLIBCXX_VISIBILITY()
298 char __bytes[2] = { __byte }; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlocale3671 wide_string from_bytes(char __byte)
3672 {return from_bytes(&__byte, &__byte+1);}
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlocale3671 wide_string from_bytes(char __byte)
3672 {return from_bytes(&__byte, &__byte+1);}