Home
last modified time | relevance | path

Searched defs:a (Results 276 – 300 of 2999) sorted by relevance

1...<<11121314151617181920>>...120

/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_maddu.c9 uint64_t maddu(uint64_t a, uint32_t rs, uint32_t rt) in maddu()
32 uint64_t maddu1(uint64_t a, uint32_t rs, uint32_t rt) in maddu1()
55 static int64_t maddu_variants(int64_t a, int32_t rs, int32_t rt) in maddu_variants()
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.h22 #define PPC_RAW_HASH_ARGS(b, i, a) \ argument
24 #define PPC_RAW_HASHST(b, i, a) \ argument
26 #define PPC_RAW_HASHCHK(b, i, a) \ argument
/openbmc/qemu/include/qemu/
H A Dosdep.h395 #define MIN_INTERNAL(a, b, _a, _b) \ argument
401 #define MIN(a, b) \ argument
404 #define MAX_INTERNAL(a, b, _a, _b) \ argument
410 #define MAX(a, b) \ argument
414 # define MIN_CONST(a, b) ((a) < (b) ? (a) : (b)) argument
415 # define MAX_CONST(a, b) ((a) > (b) ? (a) : (b)) argument
417 # define MIN_CONST(a, b) \ argument
422 # define MAX_CONST(a, b) \ argument
437 #define MIN_NON_ZERO_INTERNAL(a, b, _a, _b) \ argument
442 #define MIN_NON_ZERO(a, b) \ argument
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Da.out.h17 #define N_TRSIZE(a) ((a).a_trsize) argument
18 #define N_DRSIZE(a) ((a).a_drsize) argument
19 #define N_SYMSIZE(a) ((a).a_syms) argument
/openbmc/linux/arch/x86/include/uapi/asm/
H A Da.out.h17 #define N_TRSIZE(a) ((a).a_trsize) argument
18 #define N_DRSIZE(a) ((a).a_drsize) argument
19 #define N_SYMSIZE(a) ((a).a_syms) argument
/openbmc/linux/arch/m68k/include/asm/
H A Dbootstd.h60 #define _bsc1(type,name,atype,a) \ argument
72 #define _bsc2(type,name,atype,a,btype,b) \ argument
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/openbmc/linux/include/net/
H A Dcodel.h63 #define MS2TIME(a) ((a * NSEC_PER_MSEC) >> CODEL_SHIFT) argument
76 #define codel_time_after(a, b) \ argument
80 #define codel_time_before(a, b) codel_time_after(b, a) argument
82 #define codel_time_after_eq(a, b) \ argument
86 #define codel_time_before_eq(a, b) codel_time_after_eq(b, a) argument
/openbmc/linux/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
122 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local
139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
/openbmc/linux/arch/powerpc/include/asm/
H A Dword-at-a-time.h60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
122 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local
139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
/openbmc/linux/arch/sh/include/asm/
H A Dword-at-a-time.h21 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local
27 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
34 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcopy-paste.h11 #define ___PPC_RA(a) (((a) & 0x1f) << 16) argument
17 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \ argument
19 #define PPC_PASTE(a, b) stringify_in_c(.long PPC_INST_PASTE | \ argument
/openbmc/u-boot/include/linux/
H A Dmath64.h141 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32()
150 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr()
157 static inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr()
166 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr()
183 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr()
229 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor) in mul_u64_u32_div()
/openbmc/linux/net/sched/
H A Dact_ipt.c76 static void tcf_ipt_release(struct tc_action *a) in tcf_ipt_release()
96 struct nlattr *est, struct tc_action **a, in __tcf_ipt_init()
217 struct nlattr *est, struct tc_action **a, in tcf_ipt_init()
226 struct nlattr *est, struct tc_action **a, in tcf_xt_init()
255 const struct tc_action *a, in tcf_ipt_act()
329 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump()
H A Dact_api.c825 struct tc_action **a, int bind) in tcf_idr_check_alloc()
967 struct tc_action_ops *a; in tcf_register_action() local
1012 struct tc_action_ops *a; in tcf_unregister_action() local
1036 struct tc_action_ops *a, *res = NULL; in tc_lookup_action_n() local
1138 struct tc_action *a; in tcf_action_destroy() local
1165 struct tc_action *a = actions[i]; in tcf_action_put_many() local
1230 struct tc_action *a; in tcf_action_dump() local
1302 struct tc_action *a = actions[i]; in tcf_idr_insert_many() local
1388 struct tc_action *a; in tcf_action_init_1() local
1660 struct tc_action *a; in tcf_action_get_1() local
[all …]
H A Dact_vlan.c23 const struct tc_action *a, in tcf_vlan_act()
117 struct nlattr *est, struct tc_action **a, in tcf_vlan_init()
276 static void tcf_vlan_cleanup(struct tc_action *a) in tcf_vlan_cleanup()
286 static int tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a, in tcf_vlan_dump()
337 static void tcf_vlan_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_vlan_stats_update()
/openbmc/qemu/hw/arm/
H A Daspeed_ast27x0.c182 Aspeed27x0SoCState *a = ASPEED27X0_SOC(s); in aspeed_soc_ast2700_get_irq() local
200 Aspeed27x0SoCState *a = ASPEED27X0_SOC(s); in aspeed_soc_ast2700_get_irq_index() local
271 Aspeed27x0SoCState *a = ASPEED27X0_SOC(dev); in aspeed_soc_ast2700_dram_init() local
306 Aspeed27x0SoCState *a = ASPEED27X0_SOC(obj); in aspeed_soc_ast2700_init() local
393 Aspeed27x0SoCState *a = ASPEED27X0_SOC(dev); in aspeed_soc_ast2700_gic_realize() local
457 Aspeed27x0SoCState *a = ASPEED27X0_SOC(dev); in aspeed_soc_ast2700_realize() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_data.c4 int a; member
10 int a; member
16 int a; member
22 int a; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpad.h61 #define PAD_MSG(p,l,f,a...) do { \ argument
65 #define PAD_ERR(p,f,a...) PAD_MSG((p), error, f, ##a) argument
66 #define PAD_DBG(p,f,a...) PAD_MSG((p), debug, f, ##a) argument
67 #define PAD_TRACE(p,f,a...) PAD_MSG((p), trace, f, ##a) argument
/openbmc/linux/lib/
H A Dlist_sort.c17 struct list_head *a, struct list_head *b) in merge()
53 struct list_head *a, struct list_head *b) in merge_final()
223 struct list_head *a = *tail, *b = a->prev; in list_sort() local
/openbmc/linux/tools/lib/
H A Dlist_sort.c16 struct list_head *a, struct list_head *b) in merge()
52 struct list_head *a, struct list_head *b) in merge_final()
222 struct list_head *a = *tail, *b = a->prev; in list_sort() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali1563.c65 static int ali1563_transaction(struct i2c_adapter *a, int size) in ali1563_transaction()
130 static int ali1563_block_start(struct i2c_adapter *a) in ali1563_block_start()
186 static int ali1563_block(struct i2c_adapter *a, in ali1563_block()
233 static s32 ali1563_access(struct i2c_adapter *a, u16 addr, in ali1563_access()
325 static u32 ali1563_func(struct i2c_adapter *a) in ali1563_func()
/openbmc/sdbusplus/test/message/
H A Dappend.cpp105 const int a = 1; in TEST_F() local
114 int a = 1; in TEST_F() local
127 const bool a = false; in TEST_F() local
134 bool a = false; in TEST_F() local
147 const double a = 1.1; in TEST_F() local
154 double a = 1.1; in TEST_F() local
251 const std::array<double, 4> a{1.1, 2.2, 3.3, 4.4}; in TEST_F() local
269 const std::array<double, 4> a{1.1, 2.2, 3.3, 4.4}; in TEST_F() local
/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c24 static void s390_vec_and(S390Vector *res, const S390Vector *a, in s390_vec_and()
31 static bool s390_vec_equal(const S390Vector *a, const S390Vector *b) in s390_vec_equal()
37 static void s390_vec_shl(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shl()
58 static void s390_vec_sar(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_sar()
80 static void s390_vec_shr(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shr()
166 static inline uint64_t do_gfma8(uint64_t n, uint64_t m, uint64_t a) in do_gfma8()
190 static inline uint64_t do_gfma16(uint64_t n, uint64_t m, uint64_t a) in do_gfma16()
214 static inline uint64_t do_gfma32(uint64_t n, uint64_t m, uint64_t a) in do_gfma32()
/openbmc/qemu/target/arm/tcg/
H A Dgengvec64.c153 uint32_t a, uint32_t oprsz, uint32_t maxsz) in gen_gvec_eor3()
179 uint32_t a, uint32_t oprsz, uint32_t maxsz) in gen_gvec_bcax()
196 TCGv_i64 a, TCGv_i64 b, MemOp esz) in gen_suqadd_bhs()
207 void gen_suqadd_d(TCGv_i64 res, TCGv_i64 qc, TCGv_i64 a, TCGv_i64 b) in gen_suqadd_d()
224 TCGv_vec a, TCGv_vec b) in gen_suqadd_vec()
279 TCGv_i64 a, TCGv_i64 b, MemOp esz) in gen_usqadd_bhs()
292 void gen_usqadd_d(TCGv_i64 res, TCGv_i64 qc, TCGv_i64 a, TCGv_i64 b) in gen_usqadd_d()
316 TCGv_vec a, TCGv_vec b) in gen_usqadd_vec()
/openbmc/linux/fs/reiserfs/
H A Dhashes.c49 u32 a, b, c, d; in keyed_hash() local
131 u32 a, c; in yura_hash() local
169 u32 a = 0; in r5_hash() local

1...<<11121314151617181920>>...120