Home
last modified time | relevance | path

Searched defs:a (Results 176 – 200 of 2990) sorted by relevance

12345678910>>...120

/openbmc/linux/net/dccp/ccids/lib/
H A Dtfrc.h21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument
23 #define tfrc_pr_debug(format, a...) argument
27 static inline u64 scaled_div(u64 a, u64 b) in scaled_div()
33 static inline u32 scaled_div32(u64 a, u64 b) in scaled_div32()
/openbmc/u-boot/arch/sh/include/asm/
H A Dbitops.h17 volatile unsigned int *a = addr; in set_bit() local
35 volatile unsigned int *a = addr; in clear_bit() local
48 volatile unsigned int *a = addr; in change_bit() local
61 volatile unsigned int *a = addr; in test_and_set_bit() local
77 volatile unsigned int *a = addr; in test_and_clear_bit() local
93 volatile unsigned int *a = addr; in test_and_change_bit() local
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_frac.h25 #define sFRACTION_BITS_FITTING(a) (a - sSHIFT) argument
26 #define uFRACTION_BITS_FITTING(a) ((unsigned int)(a - uSHIFT)) argument
33 #define sDIGIT_FITTING(v, a, b) \ argument
36 #define uDIGIT_FITTING(v, a, b) \ argument
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c165 const float128 a = s390_vec_read_float128(v2); in vop128_2() local
178 static float32 vcdg32(float32 a, float_status *s) in vcdg32()
183 static float32 vcdlg32(float32 a, float_status *s) in vcdlg32()
188 static float32 vcgd32(float32 a, float_status *s) in vcgd32()
195 static float32 vclgd32(float32 a, float_status *s) in vclgd32()
202 static float64 vcdg64(float64 a, float_status *s) in vcdg64()
207 static float64 vcdlg64(float64 a, float_status *s) in vcdlg64()
212 static float64 vcgd64(float64 a, float_status *s) in vcgd64()
219 static float64 vclgd64(float64 a, float_status *s) in vclgd64()
310 const float128 a = s390_vec_read_float128(v2); in vop128_3() local
[all …]
/openbmc/linux/include/trace/events/
H A Derror_report.h35 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
36 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
43 #define EM(a, b) { a, b }, argument
44 #define EMe(a, b) { a, b } argument
H A Dsock.h46 #define EM(a) TRACE_DEFINE_ENUM(a); argument
47 #define EMe(a) TRACE_DEFINE_ENUM(a); argument
56 #define EM(a) { a, #a }, argument
57 #define EMe(a) { a, #a } argument
H A Dufs.h60 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
61 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
75 #define EM(a, b) {a, b}, argument
76 #define EMe(a, b) {a, b} argument
H A Dv4l2.h14 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
15 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
61 #define EM(a, b) {a, b}, argument
62 #define EMe(a, b) {a, b} argument
/openbmc/linux/tools/include/linux/
H A Doverflow.h44 #define check_add_overflow(a, b, d) ({ \ argument
53 #define check_sub_overflow(a, b, d) ({ \ argument
62 #define check_mul_overflow(a, b, d) ({ \ argument
82 static inline __must_check size_t array_size(size_t a, size_t b) in array_size()
104 static inline __must_check size_t array3_size(size_t a, size_t b, size_t c) in array3_size()
/openbmc/qemu/target/m68k/
H A Dsoftfloat.c50 floatx80 floatx80_getman(floatx80 a, float_status *status) in floatx80_getman()
84 floatx80 floatx80_getexp(floatx80 a, float_status *status) in floatx80_getexp()
176 floatx80 floatx80_move(floatx80 a, float_status *status) in floatx80_move()
224 floatx80 floatx80_lognp1(floatx80 a, float_status *status) in floatx80_lognp1()
424 floatx80 floatx80_logn(floatx80 a, float_status *status) in floatx80_logn()
593 floatx80 floatx80_log10(floatx80 a, float_status *status) in floatx80_log10()
651 floatx80 floatx80_log2(floatx80 a, float_status *status) in floatx80_log2()
719 floatx80 floatx80_etox(floatx80 a, float_status *status) in floatx80_etox()
1211 floatx80 floatx80_tan(floatx80 a, float_status *status) in floatx80_tan()
1422 floatx80 floatx80_sin(floatx80 a, float_status *status) in floatx80_sin()
[all …]
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h78 #define memset_io(a,b,c) memset((a),(b),(c)) argument
80 #define memcpy_toio(a,b,c) memcpy((a),(b),(c)) argument
85 #define out_le64(a, v) out_arch(q, le64, a, v) argument
86 #define out_le32(a, v) out_arch(l, le32, a, v) argument
89 #define in_le64(a) in_arch(q, le64, a) argument
90 #define in_le32(a) in_arch(l, le32, a) argument
91 #define in_le16(a) in_arch(w, le16, a) argument
96 #define in_be32(a) in_arch(l, be32, a) argument
97 #define in_be16(a) in_arch(w, be16, a) argument
99 #define out_8(a, v) __raw_writeb(v, a) argument
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py79 def add_unique(obj, *a, **kw):
104 def __init__(self, *a, **kw):
126 def __init__(self, *a, **kw):
141 def __init__(self, *a, **kw):
158 def __init__(self, *a, **kw):
173 def __init__(self, *a, **kw):
195 def __init__(self, *a, **kw):
209 def __init__(self, *a, **kw):
224 def __init__(self, *a, **kw):
319 def __init__(self, *a, **kw):
/openbmc/linux/lib/crypto/
H A Dgf128mul.c141 u64 a = be64_to_cpu(x->a); in gf128mul_x8_lle() local
152 u64 a = be64_to_cpu(x->a); in gf128mul_x8_lle_ti() local
162 u64 a = be64_to_cpu(x->a); in gf128mul_x8_bbe() local
172 u64 a = le64_to_cpu(x->a); in gf128mul_x8_ble() local
332 void gf128mul_64k_bbe(be128 *a, const struct gf128mul_64k *t) in gf128mul_64k_bbe()
405 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_lle()
420 void gf128mul_4k_bbe(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_bbe()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h75 #define nvkm_ro32(o,a) (o)->ptrs->rd32((o), (a)) argument
76 #define nvkm_wo32(o,a,d) (o)->ptrs->wr32((o), (a), (d)) argument
77 #define nvkm_mo32(o,a,m,d) ({ \ argument
83 #define nvkm_wo64(o,a,d) do { \ argument
89 #define nvkm_robj(o,a,p,s) do { \ argument
97 #define nvkm_wobj(o,a,p,s) do { \ argument
105 #define nvkm_fill(t,s,o,a,d,c) do { \ argument
121 #define nvkm_fo32(o,a,d,c) nvkm_fill(32, 2, (o), (a), (d), (c)) argument
122 #define nvkm_fo64(o,a,d,c) nvkm_fill(64, 3, (o), (a), (d), (c)) argument
/openbmc/linux/fs/jffs2/
H A Dsummary.h196 #define jffs2_sum_init(a) (0) argument
197 #define jffs2_sum_exit(a) do { } while (0) argument
198 #define jffs2_sum_disable_collecting(a) argument
199 #define jffs2_sum_is_disabled(a) (0) argument
200 #define jffs2_sum_reset_collected(a) do { } while (0) argument
201 #define jffs2_sum_add_kvec(a,b,c,d) (0) argument
202 #define jffs2_sum_move_collected(a,b) do { } while (0) argument
203 #define jffs2_sum_write_sumnode(a) (0) argument
204 #define jffs2_sum_add_padding_mem(a,b) do { } while (0) argument
208 #define jffs2_sum_add_xref_mem(a,b,c) do { } while (0) argument
[all …]
/openbmc/u-boot/include/
H A Dzfs_common.h37 #define zfs_to_cpu16(x, a) (((a) == BIG_ENDIAN) ? be16_to_cpu(x) \ argument
39 #define cpu_to_zfs16(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be16(x) \ argument
42 #define zfs_to_cpu32(x, a) (((a) == BIG_ENDIAN) ? be32_to_cpu(x) \ argument
44 #define cpu_to_zfs32(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be32(x) \ argument
47 #define zfs_to_cpu64(x, a) (((a) == BIG_ENDIAN) ? be64_to_cpu(x) \ argument
49 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \ argument
H A Dfsl_sfp.h14 #define srk_in32(a) in_le32(a) argument
16 #define srk_in32(a) in_be32(a) argument
20 #define sfp_in32(a) in_le32(a) argument
21 #define sfp_out32(a, v) out_le32(a, v) argument
22 #define sfp_in16(a) in_le16(a) argument
24 #define sfp_in32(a) in_be32(a) argument
25 #define sfp_out32(a, v) out_be32(a, v) argument
26 #define sfp_in16(a) in_be16(a) argument
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c589 struct nlattr *a; in vxlan_tun_opt_from_nlattr() local
676 struct nlattr *a; in ip_tun_from_nlattr() local
1298 struct nlattr *a; in nsh_hdr_from_nlattr() local
1352 struct nlattr *a; in nsh_key_from_nlattr() local
1393 struct nlattr *a; in nsh_key_put_from_nlattr() local
2327 const struct nlattr *a; in ovs_nla_free_check_pkt_len_action() local
2394 const struct nlattr *a; in ovs_nla_free_nested_actions() local
2497 struct nlattr *a; in __add_action() local
2516 struct nlattr *a; in ovs_nla_add_action() local
2561 const struct nlattr *a; in validate_and_copy_sample() local
[all …]
/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h226 #define in_arch(type, endian, a) endian##_to_cpu(__raw_read##type(a)) argument
228 #define out_le32(a, v) out_arch(l, le32, a, v) argument
229 #define out_le16(a, v) out_arch(w, le16, a, v) argument
231 #define in_le32(a) in_arch(l, le32, a) argument
232 #define in_le16(a) in_arch(w, le16, a) argument
234 #define out_be32(a, v) out_arch(l, be32, a, v) argument
235 #define out_be16(a, v) out_arch(w, be16, a, v) argument
237 #define in_be32(a) in_arch(l, be32, a) argument
238 #define in_be16(a) in_arch(w, be16, a) argument
240 #define out_8(a, v) __raw_writeb(v, a) argument
[all …]
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_addcm.c8 static always_inline int cris_addc_m(int a, const int *b) in cris_addc_m()
15 static always_inline int cris_addc_pi_m(int a, int **b) in cris_addc_pi_m()
21 #define verify_addc_m(a, b, res, n, z, v, c) \ argument
30 #define verify_addc_pi_m(a, b, res, n, z, v, c) \ argument
/openbmc/u-boot/arch/powerpc/include/asm/
H A Datomic.h22 static __inline__ int atomic_add_return(int a, atomic_t *v) in atomic_add_return()
38 static __inline__ int atomic_sub_return(int a, atomic_t *v) in atomic_sub_return()
86 #define atomic_add(a, v) ((void) atomic_add_return((a), (v))) argument
87 #define atomic_sub(a, v) ((void) atomic_sub_return((a), (v))) argument
88 #define atomic_sub_and_test(a, v) (atomic_sub_return((a), (v)) == 0) argument
/openbmc/linux/arch/s390/include/asm/
H A Dstacktrace.h130 #define CALL_TYPECHECK_1(t, a, ...) \ argument
132 #define CALL_TYPECHECK_2(t, a, ...) \ argument
135 #define CALL_TYPECHECK_3(t, a, ...) \ argument
138 #define CALL_TYPECHECK_4(t, a, ...) \ argument
141 #define CALL_TYPECHECK_5(t, a, ...) \ argument
146 #define CALL_PARM_1(t, a, ...) t argument
147 #define CALL_PARM_2(t, a, ...) t, CALL_PARM_1(__VA_ARGS__) argument
148 #define CALL_PARM_3(t, a, ...) t, CALL_PARM_2(__VA_ARGS__) argument
149 #define CALL_PARM_4(t, a, ...) t, CALL_PARM_3(__VA_ARGS__) argument
150 #define CALL_PARM_5(t, a, ...) t, CALL_PARM_4(__VA_ARGS__) argument
[all …]
/openbmc/linux/sound/pci/hda/
H A Dca0132_regs.h350 #define X_RANGE_MAIN(a, s) \ argument
352 #define X_RANGE_AUX(a, s) \ argument
354 #define X_RANGE_EXT(a, s) \ argument
356 #define X_RANGE_ALL(a, s) \ argument
359 #define Y_RANGE_MAIN(a, s) \ argument
362 #define Y_RANGE_AUX(a, s) \ argument
372 #define UC_RANGE(a, s) \ argument
376 #define X_OFF(a) \ argument
378 #define AX_OFF(a) \ argument
382 #define Y_OFF(a) \ argument
[all …]
/openbmc/qemu/target/mips/tcg/
H A Drel6_translate.c17 bool trans_REMOVED(DisasContext *ctx, arg_REMOVED *a) in trans_REMOVED()
24 static bool trans_LSA(DisasContext *ctx, arg_r *a) in trans_LSA()
29 static bool trans_DLSA(DisasContext *ctx, arg_r *a) in trans_DLSA()
/openbmc/u-boot/lib/
H A Dlist_sort.c21 int (*cmp)(void *priv, struct list_head *a, in merge()
50 int (*cmp)(void *priv, struct list_head *a, in merge_and_restore_back_links()
104 int (*cmp)(void *priv, struct list_head *a, in list_sort()
203 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()

12345678910>>...120