Home
last modified time | relevance | path

Searched defs:a (Results 201 – 225 of 2990) sorted by relevance

12345678910>>...120

/openbmc/linux/lib/
H A Dsort.c58 static void swap_words_32(void *a, void *b, size_t n) in swap_words_32()
83 static void swap_words_64(void *a, void *b, size_t n) in swap_words_64()
111 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes()
139 static void do_swap(void *a, void *b, size_t size, swap_r_func_t swap_func, const void *priv) in do_swap()
158 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp()
216 size_t n = num * size, a = (num/2) * size; in sort_r() local
/openbmc/linux/lib/crypto/mpi/
H A Dmpicoder.c41 mpi_limb_t a; in mpi_read_raw_data() local
122 mpi_limb_t a; in mpi_fromstr() local
204 MPI a; in mpi_scanval() local
219 static int count_lzeros(MPI a) in count_lzeros()
250 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, in mpi_read_buffer()
310 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer()
354 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl()
444 mpi_limb_t a; in mpi_read_raw_from_sgl() local
556 size_t buflen, size_t *nwritten, MPI a) in mpi_print()
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_madd.c9 int64_t madd(int64_t a, int32_t rs, int32_t rt) in madd()
32 int64_t madd1(int64_t a, int32_t rs, int32_t rt) in madd1()
55 static int64_t madd_variants(int64_t a, int32_t rs, int32_t rt) in madd_variants()
65 static void verify_madd(int64_t a, int32_t rs, int32_t rt, int64_t expected) in verify_madd()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dbitop_support.h19 #define bitop_setbit(a, b) ((a) |= (1UL << (b))) argument
21 #define bitop_getbit(a, b) (((a) & (1UL << (b))) != 0) argument
23 #define bitop_clearbit(a, b) ((a) &= ~(1UL << (b))) argument
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_int64.c8 static always_inline int64_t add64(const int64_t a, const int64_t b) in add64()
13 static always_inline int64_t sub64(const int64_t a, const int64_t b) in sub64()
20 int64_t a = 1; in main() local
/openbmc/linux/tools/include/linux/
H A Dalign.h8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) argument
9 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) argument
10 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Daux.h39 #define AUX_MSG(b,l,f,a...) do { \ argument
43 #define AUX_ERR(b,f,a...) AUX_MSG((b), error, f, ##a) argument
44 #define AUX_DBG(b,f,a...) AUX_MSG((b), debug, f, ##a) argument
45 #define AUX_TRACE(b,f,a...) AUX_MSG((b), trace, f, ##a) argument
H A Dbus.h32 #define BUS_MSG(b,l,f,a...) do { \ argument
36 #define BUS_ERR(b,f,a...) BUS_MSG((b), error, f, ##a) argument
37 #define BUS_DBG(b,f,a...) BUS_MSG((b), debug, f, ##a) argument
38 #define BUS_TRACE(b,f,a...) BUS_MSG((b), trace, f, ##a) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.h25 #define CONN_MSG(c,l,f,a...) do { \ argument
30 #define CONN_ERR(c,f,a...) CONN_MSG((c), error, f, ##a) argument
31 #define CONN_DBG(c,f,a...) CONN_MSG((c), debug, f, ##a) argument
32 #define CONN_TRACE(c,f,a...) CONN_MSG((c), trace, f, ##a) argument
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211types.h131 #define P80211DID_MKSECTION(a) P80211DID_MK(a, \ argument
134 #define P80211DID_MKGROUP(a) P80211DID_MK(a, \ argument
137 #define P80211DID_MKITEM(a) P80211DID_MK(a, \ argument
140 #define P80211DID_MKINDEX(a) P80211DID_MK(a, \ argument
143 #define P80211DID_MKISTABLE(a) P80211DID_MK(a, \ argument
156 #define P80211DID_SECTION(a) P80211DID_GET(a, \ argument
159 #define P80211DID_GROUP(a) P80211DID_GET(a, \ argument
162 #define P80211DID_ITEM(a) P80211DID_GET(a, \ argument
165 #define P80211DID_INDEX(a) P80211DID_GET(a, \ argument
168 #define P80211DID_ISTABLE(a) P80211DID_GET(a, \ argument
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dio.h75 #define readb_relaxed(a) __readb(a) argument
76 #define readw_relaxed(a) __readw(a) argument
77 #define readl_relaxed(a) __readl(a) argument
85 #define writeb_relaxed(v, a) __writeb(v, a) argument
86 #define writew_relaxed(v, a) __writew(v, a) argument
87 #define writel_relaxed(v, a) __writel(v, a) argument
99 #define readq_relaxed(a) __readq(a) argument
100 #define writeq_relaxed(v, a) __writeq(v, a) argument
/openbmc/qemu/target/sparc/
H A Dtranslate.c2488 TRANS(Bicc, ALL, do_bpcc, a) in TRANS() argument
2503 TRANS(FBfcc, ALL, do_fbpfcc, a) in TRANS() argument
4197 TRANS(LDUW, ALL, do_ld_gpr, a, MO_TEUL) in TRANS() argument
4220 TRANS(STW, ALL, do_st_gpr, a, MO_TEUL) in TRANS() argument
4313 TRANS(CASA, CASA, do_casa, a, MO_TEUL) in TRANS() argument
4336 TRANS(LDF, ALL, do_ld_fpr, a, MO_32) in TRANS() argument
4363 TRANS(STF, ALL, do_st_fpr, a, MO_32) in TRANS() argument
4421 TRANS(STFSR, ALL, do_stfsr, a, MO_TEUL) in TRANS() argument
5100 TRANS(FCMPs, ALL, do_fcmps, a, false) in TRANS() argument
5125 TRANS(FCMPd, ALL, do_fcmpd, a, false) in TRANS() argument
[all …]
/openbmc/linux/tools/testing/radix-tree/trace/events/
H A Dmaple_tree.h3 #define trace_ma_op(a, b) do {} while (0) argument
4 #define trace_ma_read(a, b) do {} while (0) argument
5 #define trace_ma_write(a, b, c, d) do {} while (0) argument
/openbmc/u-boot/lib/zlib/
H A Dadler32.c23 # define MOD(a) \ argument
43 # define MOD4(a) \ argument
52 # define MOD(a) a %= BASE argument
53 # define MOD4(a) a %= BASE argument
/openbmc/linux/net/dccp/
H A Ddccp.h24 #define DCCP_CRIT(fmt, a...) printk(KERN_CRIT fmt " at %s:%d/%s()\n", ##a, \ argument
26 #define DCCP_BUG(a...) do { DCCP_CRIT("BUG: " a); dump_stack(); } while(0) argument
35 #define DCCP_PR_DEBUG(enable, fmt, a...) DCCP_PRINTK(enable, KERN_DEBUG \ argument
40 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a) argument
41 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) argument
42 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a) argument
44 #define dccp_pr_debug(format, a...) do {} while (0) argument
45 #define dccp_pr_debug_cat(format, a...) do {} while (0) argument
46 #define dccp_debug(format, a...) do {} while (0) argument
108 #define ADD48(a, b) (((a) + (b)) & UINT48_MAX) argument
[all …]
/openbmc/linux/lib/crypto/
H A Dmemneq.c68 __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/linux/fs/hpfs/
H A Dea.c15 void hpfs_ea_ext_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_ext_remove()
51 static char *get_indirect_ea(struct super_block *s, int ano, secno a, int size) in get_indirect_ea()
66 static void set_indirect_ea(struct super_block *s, int ano, secno a, in set_indirect_ea()
79 secno a; in hpfs_read_ea() local
135 secno a; in hpfs_get_ea() local
197 secno a; in hpfs_set_ea() local
/openbmc/u-boot/include/linux/
H A Dcompiler-gcc.h63 #define __must_be_array(a) 0 argument
66 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) argument
121 #define __printf(a, b) __attribute__((format(printf, a, b))) argument
122 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
159 #define __compiler_offsetof(a, b) \ argument
232 #define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__))) argument
/openbmc/linux/include/trace/events/
H A Dwriteback.h29 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument
30 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument
50 #define EM(a,b) { a, b }, argument
51 #define EMe(a,b) { a, b } argument
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h38 int * a = (int *) addr; in set_bit() local
51 int * a = (int *) addr; in __set_bit() local
68 int * a = (int *) addr; in clear_bit() local
108 volatile unsigned int *a = (volatile unsigned int *) addr; in test_and_set_bit() local
124 volatile unsigned int *a = (volatile unsigned int *) addr; in __test_and_set_bit() local
136 volatile unsigned int *a = (volatile unsigned int *) addr; in test_and_clear_bit() local
152 volatile unsigned int *a = (volatile unsigned int *) addr; in __test_and_clear_bit() local
164 volatile unsigned int *a = (volatile unsigned int *) addr; in test_and_change_bit() local
180 volatile unsigned int *a = (volatile unsigned int *) addr; in __test_and_change_bit() local
199 int * a = (int *) addr; in __test_bit() local
/openbmc/linux/security/smack/
H A Dsmack.h269 struct common_audit_data a; member
434 static inline void smk_ad_init(struct smk_audit_info *a, const char *func, in smk_ad_init()
451 static inline void smk_ad_setfield_u_tsk(struct smk_audit_info *a, in smk_ad_setfield_u_tsk()
461 static inline void smk_ad_setfield_u_fs_inode(struct smk_audit_info *a, in smk_ad_setfield_u_fs_inode()
466 static inline void smk_ad_setfield_u_fs_path(struct smk_audit_info *a, in smk_ad_setfield_u_fs_path()
471 static inline void smk_ad_setfield_u_net_sk(struct smk_audit_info *a, in smk_ad_setfield_u_net_sk()
479 static inline void smk_ad_init(struct smk_audit_info *a, const char *func, in smk_ad_init()
483 static inline void smk_ad_setfield_u_tsk(struct smk_audit_info *a, in smk_ad_setfield_u_tsk()
491 static inline void smk_ad_setfield_u_fs_inode(struct smk_audit_info *a, in smk_ad_setfield_u_fs_inode()
495 static inline void smk_ad_setfield_u_fs_path(struct smk_audit_info *a, in smk_ad_setfield_u_fs_path()
[all …]
/openbmc/linux/arch/mips/lib/
H A Dmulti3.c15 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/ipmitool/include/ipmitool/
H A Dhelper.h111 # 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/crypto/
H A Dtwofish_generic.c40 #define G1(a) \ argument
53 #define ENCROUND(n, a, b, c, d) \ argument
60 #define DECROUND(n, a, b, c, d) \ argument
100 u32 a, b, c, d; in twofish_encrypt() local
135 u32 a, b, c, d; in twofish_decrypt() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_trampoline_count.c7 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()

12345678910>>...120