| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | stdatomic.h | 82 #define atomic_init(PTR, VAL) \ argument 121 #define atomic_store_explicit(PTR, VAL, MO) \ argument 129 #define atomic_store(PTR, VAL) \ argument 133 #define atomic_load_explicit(PTR, MO) \ argument 142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) argument 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ argument 156 #define atomic_exchange(PTR, VAL) \ argument 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument 171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument 175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | stdatomic.h | 82 #define atomic_init(PTR, VAL) \ argument 121 #define atomic_store_explicit(PTR, VAL, MO) \ argument 129 #define atomic_store(PTR, VAL) \ argument 133 #define atomic_load_explicit(PTR, MO) \ argument 142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) argument 145 #define atomic_exchange_explicit(PTR, VAL, MO) \ argument 156 #define atomic_exchange(PTR, VAL) \ argument 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument 171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument 175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-mapping.h | 581 #define dma_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) argument 582 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) argument 583 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument 584 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument 588 #define dma_unmap_addr(PTR, ADDR_NAME) (0) argument 589 #define dma_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) argument 590 #define dma_unmap_len(PTR, LEN_NAME) (0) argument 591 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) argument
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | ptrace.c | 61 #define REG_IN_ONE(PTR, LOC) \ in genregs_set() argument 66 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | ansidecl.h | 87 #define PTR void * macro 108 #define PTR char * macro
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | ptrace.c | 87 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument 94 #define REG_IN_ONE(LOC, PTR) \ in genregs_set() argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-ssa-operands.h | 65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument 66 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
|
| H A D | ansidecl.h | 73 #define PTR void * macro
|
| H A D | tree.h | 5043 #define FOREACH_FUNCTION_ARGS_PTR(FNTYPE, PTR, ITER) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-ssa-operands.h | 65 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR) argument 66 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR) argument
|
| H A D | ansidecl.h | 73 #define PTR void * macro
|
| H A D | tree.h | 5043 #define FOREACH_FUNCTION_ARGS_PTR(FNTYPE, PTR, ITER) \ argument
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | relocate_kernel_32.S | 18 #define PTR(x) (x << 2) macro
|
| H A D | relocate_kernel_64.S | 20 #define PTR(x) (x << 3) macro
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_printf.c | 215 #define PTR ((void *)0xffff0123456789abUL) macro 247 #define PTR ((void *)0x456789ab) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | asm.h | 279 #define PTR .word macro 304 #define PTR .dword macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | ns87303.h | 16 #define PTR 0x02 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | aout.h | 247 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \ argument
|
| H A D | arm.h | 1835 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | asm.h | 373 #define PTR .word macro 398 #define PTR .dword macro
|
| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | compr_lzo.c | 136 #define PTR(a) ((lzo_ptr_t) (a)) macro
|
| /OK3568_Linux_fs/kernel/sound/pci/ca0106/ |
| H A D | ca0106.h | 62 #define PTR 0x00 /* Indexed register set pointer register */ macro
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emu10k1x.c | 54 #define PTR 0x00 /* Indexed register set pointer register */ macro
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | emu10k1.h | 52 #define PTR 0x00 /* Indexed register set pointer register */ macro
|