/openbmc/linux/lib/crypto/ |
H A D | memneq.c | 68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic() 93 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16() 163 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | helper.h | 111 # define __min(a, b) ((a) < (b) ? (a) : (b)) argument 115 # define __max(a, b) ((a) > (b) ? (a) : (b)) argument 119 # define __minlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x < y) ? x : y;}) argument 123 # define __maxlen(a, b) ({ int x=strlen(a); int y=strlen(b); (x > y) ? x : y;}) argument
|
/openbmc/linux/block/ |
H A D | badblocks.c | 87 sector_t a = BB_OFFSET(p[mid]); in badblocks_check() local 192 sector_t a = BB_OFFSET(p[mid]); in badblocks_set() local 206 sector_t a = BB_OFFSET(p[lo]); in badblocks_set() local 238 sector_t a = BB_OFFSET(p[hi]); in badblocks_set() local 267 sector_t a = BB_OFFSET(p[hi]); in badblocks_set() local 357 sector_t a = BB_OFFSET(p[mid]); in badblocks_clear() local 373 sector_t a = BB_OFFSET(p[lo]); in badblocks_clear() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/class/ |
H A D | clc57d.h | 30 #define NVC57D_WINDOW_SET_WINDOW_FORMAT_USAGE_BOUNDS(a) (0x00001004 + (a)*0… argument 82 #define NVC57D_WINDOW_SET_WINDOW_ROTATED_FORMAT_USAGE_BOUNDS(a) (0x00001008 + (a)*0… argument 134 #define NVC57D_WINDOW_SET_WINDOW_USAGE_BOUNDS(a) (0x00001010 + (a)*0… argument 149 #define NVC57D_HEAD_SET_PROCAMP(a) (0x00002000 + (a)*0… argument 161 #define NVC57D_HEAD_SET_CONTROL_OUTPUT_RESOURCE(a) (0x00002004 + (a)*0… argument 220 #define NVC57D_HEAD_SET_PIXEL_CLOCK_FREQUENCY(a) (0x0000200C + (a)*0… argument 225 #define NVC57D_HEAD_SET_PIXEL_CLOCK_CONFIGURATION(a) (0x0000201C + (a)*0… argument 235 #define NVC57D_HEAD_SET_PIXEL_CLOCK_FREQUENCY_MAX(a) (0x00002028 + (a)*0… argument 240 #define NVC57D_HEAD_SET_HEAD_USAGE_BOUNDS(a) (0x00002030 + (a)*0… argument 256 #define NVC57D_HEAD_SET_RASTER_SIZE(a) (0x00002064 + (a)*0… argument [all …]
|
H A D | cl917d.h | 28 #define NV917D_SOR_SET_CONTROL(a) (0x00000200 + (a)*0… argument 51 #define NV917D_HEAD_SET_CONTROL_CURSOR(a) (0x00000480 + (a)*0… argument 69 #define NV917D_HEAD_SET_OFFSET_CURSOR(a) (0x00000484 + (a)*0… argument 71 #define NV917D_HEAD_SET_CONTEXT_DMA_CURSOR(a) (0x0000048C + (a)*0… argument 73 #define NV917D_HEAD_SET_DITHER_CONTROL(a) (0x000004A0 + (a)*0… argument 88 #define NV917D_HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(a) (0x000004D0 + (a)*0… argument
|
/openbmc/linux/arch/mips/lib/ |
H A D | multi3.c | 15 static inline long long notrace dmulu(long long a, long long b) in dmulu() 24 static inline long long notrace dmuhu(long long a, long long b) in dmuhu() 33 ti_type notrace __multi3(ti_type a, ti_type b) in __multi3()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_osdep.h | 21 #define wr32(a, reg, value) writel((value), ((a)->hw_addr + (reg))) argument 22 #define rd32(a, reg) readl((a)->hw_addr + (reg)) argument 23 #define wr64(a, reg, value) writeq((value), ((a)->hw_addr + (reg))) argument 24 #define rd64(a, reg) readq((a)->hw_addr + (reg)) argument 26 #define ice_flush(a) rd32((a), GLGEN_STAT) argument
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | core_reloc_types.h | 40 int a; member 47 int a; member 57 int a; member 66 struct core_reloc_nesting_substruct a; member 67 } a; member 78 int a; member 79 } a; member 80 } a; member 95 int a; member 96 } a; member [all …]
|
H A D | btf_dump_test_case_padding.c | 11 int a; member 30 int a; member 37 int a; member 62 int a; member 87 int a; member 99 int a; member 123 char a; member 213 struct nested_unpacked a; member
|
H A D | test_trampoline_count.c | 7 int BPF_PROG(fentry_test, int a, int *b) in BPF_PROG() 13 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG() 19 int BPF_PROG(fexit_test, int a, int *b, int ret) in BPF_PROG()
|
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_io.h | 54 #define bcm_readb(a) (*(volatile unsigned char *) BCM_REGS_VA(a)) argument 55 #define bcm_readw(a) (*(volatile unsigned short *) BCM_REGS_VA(a)) argument 56 #define bcm_readl(a) (*(volatile unsigned int *) BCM_REGS_VA(a)) argument 57 #define bcm_readq(a) (*(volatile u64 *) BCM_REGS_VA(a)) argument 58 #define bcm_writeb(v, a) (*(volatile unsigned char *) BCM_REGS_VA((a)) = (v)) argument 59 #define bcm_writew(v, a) (*(volatile unsigned short *) BCM_REGS_VA((a)) = (v)) argument 60 #define bcm_writel(v, a) (*(volatile unsigned int *) BCM_REGS_VA((a)) = (v)) argument 61 #define bcm_writeq(v, a) (*(volatile u64 *) BCM_REGS_VA((a)) = (v)) argument
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | spinlock.h | 21 volatile unsigned int *a; in arch_spin_is_locked() local 32 volatile unsigned int *a; in arch_spin_lock() local 51 volatile unsigned int *a; in arch_spin_unlock() local 61 volatile unsigned int *a; in arch_spin_trylock() local
|
/openbmc/linux/arch/x86/xen/ |
H A D | mmu_hvm.c | 20 struct xen_hvm_get_mem_type a = { in xen_vmcore_pfn_is_ram() local 38 struct xen_hvm_pagetable_dying a; in xen_hvm_exit_mmap() local 49 struct xen_hvm_pagetable_dying a; in is_pagetable_dying_supported() local
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 42 #define memset_io(a, b, c) memset((void *)(a), (b), (c)) argument 43 #define memcpy_fromio(a, b, c) memcpy((a), (void *)(b), (c)) argument 44 #define memcpy_toio(a, b, c) memcpy((void *)(a), (b), (c)) argument 129 #define outsb(a, b, l) io_outsb(a, b, l) argument 130 #define outsw(a, b, l) io_outsw(a, b, l) argument 131 #define outsl(a, b, l) io_outsl(a, b, l) argument 133 #define insb(a, b, l) io_insb(a, b, l) argument 134 #define insw(a, b, l) io_insw(a, b, l) argument 135 #define insl(a, b, l) io_insl(a, b, l) argument
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_emu.h | 159 #define signbyte(a) (((u_char *)(a))[9]) argument 160 #define getsign(a) (signbyte(a) & 0x80) argument 161 #define setsign(a,b) { if ((b) != 0) signbyte(a) |= 0x80; else signbyte(a) &= 0x7f; } argument 162 #define copysign(a,b) { if (getsign(a)) signbyte(b) |= 0x80; \ argument 164 #define changesign(a) { signbyte(a) ^= 0x80; } argument 165 #define setpositive(a) { signbyte(a) &= 0x7f; } argument 166 #define setnegative(a) { signbyte(a) |= 0x80; } argument 167 #define signpositive(a) ( (signbyte(a) & 0x80) == 0 ) argument 168 #define signnegative(a) (signbyte(a) & 0x80) argument
|
/openbmc/linux/fs/smb/client/ |
H A D | trace.h | 62 #define EM(a, b) a, argument 63 #define E_(a, b) a argument 74 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 75 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument 86 #define EM(a, b) { a, b }, argument 87 #define E_(a, b) { a, b } argument
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | bitops.h | 202 volatile int *a = addr; in __test_and_set_bit() local 254 volatile int *a = addr; in __test_and_clear_bit() local 305 volatile int *a = addr; in __test_and_change_bit() local 330 volatile int *a = addr; in set_bit() local 352 volatile int *a = addr; in __set_bit() local 372 volatile int *a = addr; in clear_bit() local 394 volatile int *a = addr; in change_bit() local 431 volatile int *a = addr; in test_and_set_bit() local 456 volatile int *a = addr; in __test_and_set_bit() local 477 volatile int *a = addr; in test_and_clear_bit() local [all …]
|
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d-hw.c | 14 #define w(x, a) writel((x), d->regs + (a)) argument 15 #define r(a) readl(d->regs + (a)) argument 43 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr() 68 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
|
/openbmc/linux/net/sched/ |
H A D | act_simple.c | 26 const struct tc_action *a, in tcf_simp_act() 46 static void tcf_simp_release(struct tc_action *a) in tcf_simp_release() 61 static int reset_policy(struct tc_action *a, const struct nlattr *defdata, in reset_policy() 89 struct nlattr *est, struct tc_action **a, in tcf_simp_init() 171 static int tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, in tcf_simp_dump()
|
H A D | act_sample.c | 37 struct nlattr *est, struct tc_action **a, in tcf_sample_init() 136 static void tcf_sample_cleanup(struct tc_action *a) in tcf_sample_cleanup() 165 const struct tc_action *a, in tcf_sample_act() 202 static void tcf_sample_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_sample_stats_update() 212 static int tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, in tcf_sample_dump() 260 tcf_sample_get_group(const struct tc_action *a, in tcf_sample_get_group()
|
/openbmc/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 33 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) argument 35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) argument 36 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) argument 62 #define ___PASTE(a,b) a##b argument 63 #define __PASTE(a,b) ___PASTE(a,b) argument 126 #define kmemleak_alloc(a, b, c, d) argument 127 #define kmemleak_free(a) argument
|
/openbmc/linux/fs/ntfs/ |
H A D | debug.h | 30 #define ntfs_debug(f, a...) \ argument 50 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) argument 55 #define ntfs_error(sb, f, a...) __ntfs_error(__func__, sb, f, ##a) argument
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 2234 static inline uint8_t saddu8(CPURISCVState *env, int vxrm, uint8_t a, in saddu8() 2245 static inline uint16_t saddu16(CPURISCVState *env, int vxrm, uint16_t a, in saddu16() 2256 static inline uint32_t saddu32(CPURISCVState *env, int vxrm, uint32_t a, in saddu32() 2267 static inline uint64_t saddu64(CPURISCVState *env, int vxrm, uint64_t a, in saddu64() 2381 static inline int16_t sadd16(CPURISCVState *env, int vxrm, int16_t a, in sadd16() 2392 static inline int32_t sadd32(CPURISCVState *env, int vxrm, int32_t a, in sadd32() 2403 static inline int64_t sadd64(CPURISCVState *env, int vxrm, int64_t a, in sadd64() 2443 static inline uint16_t ssubu16(CPURISCVState *env, int vxrm, uint16_t a, in ssubu16() 2454 static inline uint32_t ssubu32(CPURISCVState *env, int vxrm, uint32_t a, in ssubu32() 2465 static inline uint64_t ssubu64(CPURISCVState *env, int vxrm, uint64_t a, in ssubu64() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | cxl_mem.h | 51 #define ___C(a, b) CXL_MEM_COMMAND_ID_##a argument 52 #define ___DEPRECATED(a, b) CXL_MEM_DEPRECATED_ID_##a argument 57 #define ___C(a, b) { b } argument 58 #define ___DEPRECATED(a, b) { "Deprecated " b } argument 75 #define ___C(a, b) (0) argument 76 #define ___DEPRECATED(a, b) (1) argument
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | alternative.c | 23 #define __ALT_PTR(a, f) ((void *)&(a)->f + (a)->f) argument 24 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset) argument 25 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset) argument 27 #define ALT_CAP(a) ((a)->cpucap & ~ARM64_CB_BIT) argument 28 #define ALT_HAS_CB(a) ((a)->cpucap & ARM64_CB_BIT) argument 57 #define align_down(x, a) ((unsigned long)(x) & ~(((unsigned long)(a)) - 1)) argument
|