Home
last modified time | relevance | path

Searched defs:a (Results 476 – 500 of 2997) sorted by relevance

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

/openbmc/qemu/hw/audio/
H A Dhda-codec.c512 HDAAudioState *a = HDA_AUDIO(hda); in hda_audio_command() local
672 HDAAudioState *a = HDA_AUDIO(hda); in hda_audio_stream() local
695 HDAAudioState *a = HDA_AUDIO(hda); in hda_audio_init() local
743 HDAAudioState *a = HDA_AUDIO(hda); in hda_audio_exit() local
767 HDAAudioState *a = opaque; in hda_audio_post_load() local
792 HDAAudioState *a = HDA_AUDIO(dev); in hda_audio_reset() local
870 HDAAudioState *a = HDA_AUDIO(hda); in hda_audio_init_output() local
882 HDAAudioState *a = HDA_AUDIO(hda); in hda_audio_init_duplex() local
894 HDAAudioState *a = HDA_AUDIO(hda); in hda_audio_init_micro() local
/openbmc/linux/arch/arm/include/asm/
H A Dword-at-a-time.h19 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero()
27 #define prep_zero_mask(a, bits, c) (bits) argument
/openbmc/linux/include/net/
H A Dtc_wrapper.h46 static inline int tc_act(struct sk_buff *skb, const struct tc_action *a, in tc_act()
218 static inline int tc_act(struct sk_buff *skb, const struct tc_action *a, in tc_act()
/openbmc/linux/drivers/acpi/acpica/
H A Dexfield.c52 #define GENERIC_SUBSPACE_COMMAND(a) (4 == a || a == 5) argument
53 #define MASTER_SUBSPACE_COMMAND(a) (12 <= a && a <= 15) argument
/openbmc/phosphor-virtual-sensor/
H A DexprtkTools.hpp59 [](auto a, auto b) { in operator ()()
80 [](auto a, auto b) { in operator ()()
/openbmc/linux/tools/perf/
H A Dbuiltin-kmem.c318 static int funcmp(const void *a, const void *b) in funcmp()
1431 static int ptr_cmp(void *a, void *b) in ptr_cmp()
1465 static int hit_cmp(void *a, void *b) in hit_cmp()
1482 static int bytes_cmp(void *a, void *b) in bytes_cmp()
1499 static int frag_cmp(void *a, void *b) in frag_cmp()
1520 static int pingpong_cmp(void *a, void *b) in pingpong_cmp()
1538 static int page_cmp(void *a, void *b) in page_cmp()
1572 static int page_hit_cmp(void *a, void *b) in page_hit_cmp()
1589 static int page_bytes_cmp(void *a, void *b) in page_bytes_cmp()
1606 static int page_order_cmp(void *a, void *b) in page_order_cmp()
[all …]
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c446 struct fw_cdev_get_info *a = &arg->get_info; in ioctl_get_info() local
815 struct fw_cdev_allocate *a = &arg->allocate; in ioctl_allocate() local
862 struct fw_cdev_send_response *a = &arg->send_response; in ioctl_send_response() local
915 struct fw_cdev_add_descriptor *a = &arg->add_descriptor; in ioctl_add_descriptor() local
1122 struct fw_cdev_queue_iso *a = &arg->queue_iso; in ioctl_queue_iso() local
1222 struct fw_cdev_start_iso *a = &arg->start_iso; in ioctl_start_iso() local
1244 struct fw_cdev_stop_iso *a = &arg->stop_iso; in ioctl_stop_iso() local
1254 struct fw_cdev_flush_iso *a = &arg->flush_iso; in ioctl_flush_iso() local
1295 struct fw_cdev_get_cycle_timer *a = &arg->get_cycle_timer; in ioctl_get_cycle_timer() local
1513 struct fw_cdev_send_request *a = &arg->send_request; in ioctl_send_broadcast_request() local
[all …]
/openbmc/linux/arch/sparc/lib/
H A Datomic32.c17 #define ATOMIC_HASH(a) (&__atomic_hash[(((unsigned long)a)>>8) & (ATOMIC_HASH_SIZE-1)]) argument
27 #define ATOMIC_HASH(a) (&dummy) argument
98 int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u) in arch_atomic_fetch_add_unless()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.h57 #define HEAD_MSG(h,l,f,a...) do { \ argument
61 #define HEAD_WARN(h,f,a...) HEAD_MSG((h), warn, f, ##a) argument
62 #define HEAD_DBG(h,f,a...) HEAD_MSG((h), debug, f, ##a) argument
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_zones.h67 static inline bool nf_ct_zone_equal(const struct nf_conn *a, in nf_ct_zone_equal()
79 static inline bool nf_ct_zone_equal_any(const struct nf_conn *a, in nf_ct_zone_equal_any()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_btf_decl_tag.c18 int a; member
24 int a; member
/openbmc/linux/arch/riscv/include/asm/
H A Dasm.h16 #define __REG_SEL(a, b) __ASM_STR(a) argument
18 #define __REG_SEL(a, b) __ASM_STR(b) argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.dataTables-1.13.8.min.js4 !function(n){"use strict";var a;"function"==typeof define&&define.amd?define(["jquery"],function(t)… argument
H A Dhighlight.pack.js2ar n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?e(ex… argument
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_emu.h48 #define IS_INF(a) ((a)->exp == 0x7fff) argument
49 #define IS_ZERO(a) ((a)->mant.m64 == 0) argument
/openbmc/linux/net/sched/
H A Dact_ife.c407 static void _tcf_ife_cleanup(struct tc_action *a) in _tcf_ife_cleanup()
425 static void tcf_ife_cleanup(struct tc_action *a) in tcf_ife_cleanup()
481 struct nlattr *est, struct tc_action **a, in tcf_ife_init()
641 static int tcf_ife_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ife_dump()
712 static int tcf_ife_decode(struct sk_buff *skb, const struct tc_action *a, in tcf_ife_decode()
785 static int tcf_ife_encode(struct sk_buff *skb, const struct tc_action *a, in tcf_ife_encode()
866 const struct tc_action *a, in tcf_ife_act()
/openbmc/linux/net/dsa/
H A Dswitch.c148 struct dsa_mac_addr *a; in dsa_mac_addr_find() local
163 struct dsa_mac_addr *a; in dsa_port_do_mdb_add() local
215 struct dsa_mac_addr *a; in dsa_port_do_mdb_del() local
262 struct dsa_mac_addr *a; in dsa_port_do_fdb_add() local
312 struct dsa_mac_addr *a; in dsa_port_do_fdb_del() local
358 struct dsa_mac_addr *a; in dsa_switch_do_lag_fdb_add() local
400 struct dsa_mac_addr *a; in dsa_switch_do_lag_fdb_del() local
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.h92 #define to_sockaddr_in(a) (*(struct sockaddr_in *)(&(a))) argument
93 #define to_sockaddr_in6(a) (*(struct sockaddr_in6 *)(&(a))) argument
95 static inline int getname_peer(struct socket *s, struct sockaddr_storage *a) in getname_peer()
100 static inline int getname_local(struct socket *s, struct sockaddr_storage *a) in getname_local()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c39 static inline float32 bfp32_neg(float32 a) in bfp32_neg()
648 static float64 do_fmadd(CPUPPCState *env, float64 a, float64 b, in do_fmadd()
660 static uint64_t do_fmadds(CPUPPCState *env, float64 a, float64 b, in do_fmadds()
3391 static void vsxger16(CPUPPCState *env, ppc_vsr_t *a, ppc_vsr_t *b, in vsxger16()
3485 static void vsxger(CPUPPCState *env, ppc_vsr_t *a, ppc_vsr_t *b, in vsxger()
3514 void helper_XVBF16GER2(CPUPPCState *env, ppc_vsr_t *a, ppc_vsr_t *b, in helper_XVBF16GER2()
3549 void helper_XVF16GER2(CPUPPCState *env, ppc_vsr_t *a, ppc_vsr_t *b, in helper_XVF16GER2()
3584 void helper_XVF32GER(CPUPPCState *env, ppc_vsr_t *a, ppc_vsr_t *b, in helper_XVF32GER()
3592 void helper_XVF32GERPP(CPUPPCState *env, ppc_vsr_t *a, ppc_vsr_t *b, in helper_XVF32GERPP()
3600 void helper_XVF32GERPN(CPUPPCState *env, ppc_vsr_t *a, ppc_vsr_t *b, in helper_XVF32GERPN()
[all …]
/openbmc/linux/security/apparmor/
H A Dlabel.c107 static int ns_cmp(struct aa_ns *a, struct aa_ns *b) in ns_cmp()
135 static int profile_cmp(struct aa_profile *a, struct aa_profile *b) in profile_cmp()
165 static int vec_cmp(struct aa_profile **a, int an, struct aa_profile **b, int bn) in vec_cmp()
217 static int sort_cmp(const void *a, const void *b) in sort_cmp()
466 static int label_cmp(struct aa_label *a, struct aa_label *b) in label_cmp()
963 struct aa_label *a, in aa_label_next_in_merge()
1005 static int label_merge_cmp(struct aa_label *a, struct aa_label *b, in label_merge_cmp()
1050 struct aa_label *a, in label_merge_insert()
1119 static struct aa_labelset *labelset_of_merge(struct aa_label *a, in labelset_of_merge()
1142 struct aa_label *a, in __label_find_merge()
[all …]
/openbmc/u-boot/cmd/
H A Ddate.c23 #define RELOC(a) ((typeof(a))((unsigned long)(a) + gd->reloc_off)) argument
25 #define RELOC(a) a argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c86 region_head(struct nvkm_mm *mm, struct nvkm_mm_node *a, u32 size) in region_head()
161 region_tail(struct nvkm_mm *mm, struct nvkm_mm_node *a, u32 size) in region_tail()
197 u32 c = 0, a; in nvkm_mm_tail() local
/openbmc/linux/tools/include/linux/
H A Dcompiler.h63 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
202 #define ___PASTE(a, b) a##b argument
203 #define __PASTE(a, b) ___PASTE(a, b) argument
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp116 void async_method_call_timed( in async_method_call_timed()
202 void async_method_call(MessageHandler&& handler, const std::string& service, in async_method_call()
226 auto yield_method_call( in yield_method_call()
/openbmc/u-boot/include/linux/
H A Dkernel.h44 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) argument
45 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) argument
47 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) argument
48 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) argument
255 #define swap(a, b) \ argument

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