/linux/scripts/kconfig/ |
A D | expr.c | 55 return e2; in expr_alloc_and() 56 return e2 ? expr_alloc_two(E_AND, e1, e2) : e1; in expr_alloc_and() 62 return e2; in expr_alloc_or() 63 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or() 232 if (e1->type != e2->type) switch (e2->type) { in expr_eliminate_eq() 240 e2 = expr_eliminate_yn(e2); in expr_eliminate_eq() 244 #undef e2 280 e2 = expr_copy(e2); in expr_eq() 440 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) in expr_join_or() 504 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) in expr_join_and() [all …]
|
A D | expr.h | 290 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2); 292 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2); 293 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2); 297 int expr_eq(struct expr *e1, struct expr *e2);
|
/linux/arch/mips/bcm47xx/ |
A D | board.c | 253 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) { in bcm47xx_board_get_nvram() 255 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 256 return &e2->board; in bcm47xx_board_get_nvram() 285 for (e2 = bcm47xx_board_list_boot_hw; e2->value1; e2++) { in bcm47xx_board_get_nvram() 287 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 288 return &e2->board; in bcm47xx_board_get_nvram() 313 for (e2 = bcm47xx_board_list_board_type_rev; e2->value1; e2++) { in bcm47xx_board_get_nvram() 315 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 316 return &e2->board; in bcm47xx_board_get_nvram() 320 for (e2 = bcm47xx_board_list_key_value; e2->value1; e2++) { in bcm47xx_board_get_nvram() [all …]
|
/linux/arch/mips/include/asm/txx9/ |
A D | tx3927.h | 56 #define endian_def_s2(e1, e2) \ argument 57 volatile unsigned short e1, e2 58 #define endian_def_sb2(e1, e2, e3) \ argument 60 #define endian_def_b2s(e1, e2, e3) \ argument 62 #define endian_def_b4(e1, e2, e3, e4) \ argument 63 volatile unsigned char e1, e2, e3, e4 65 #define endian_def_s2(e1, e2) \ argument 66 volatile unsigned short e2, e1 67 #define endian_def_sb2(e1, e2, e3) \ argument 69 #define endian_def_b2s(e1, e2, e3) \ argument [all …]
|
/linux/tools/perf/tests/ |
A D | pmu-events.c | 273 if (!is_same(e1->name, e2->name)) { in compare_pmu_events() 275 e1->name, e1->name, e2->name); in compare_pmu_events() 285 if (!is_same(e1->event, e2->event)) { in compare_pmu_events() 287 e1->name, e1->event, e2->event); in compare_pmu_events() 291 if (!is_same(e1->desc, e2->desc)) { in compare_pmu_events() 293 e1->name, e1->desc, e2->desc); in compare_pmu_events() 299 e1->name, e1->topic, e2->topic); in compare_pmu_events() 309 if (!is_same(e1->pmu, e2->pmu)) { in compare_pmu_events() 311 e1->name, e1->pmu, e2->pmu); in compare_pmu_events() 315 if (!is_same(e1->unit, e2->unit)) { in compare_pmu_events() [all …]
|
/linux/drivers/mtd/ubi/ |
A D | wl.c | 708 e2 = get_peb_for_wl(ubi); 709 if (!e2) 727 if (!e2) 732 e1->ec, e2->ec); 742 e1->pnum, e1->ec, e2->pnum, e2->ec); 748 if (!e2) 757 ubi->move_to = e2; 881 e2 = NULL; 889 if (e2) 894 if (e2) { [all …]
|
/linux/arch/x86/kvm/ |
A D | cpuid.c | 313 e2 = kvmalloc_array(cpuid->nent, sizeof(*e2), GFP_KERNEL_ACCOUNT); in kvm_vcpu_ioctl_set_cpuid() 314 if (!e2) { in kvm_vcpu_ioctl_set_cpuid() 321 e2[i].eax = e[i].eax; in kvm_vcpu_ioctl_set_cpuid() 322 e2[i].ebx = e[i].ebx; in kvm_vcpu_ioctl_set_cpuid() 325 e2[i].index = 0; in kvm_vcpu_ioctl_set_cpuid() 326 e2[i].flags = 0; in kvm_vcpu_ioctl_set_cpuid() 334 kvfree(e2); in kvm_vcpu_ioctl_set_cpuid() 353 e2 = vmemdup_user(entries, array_size(sizeof(*e2), cpuid->nent)); in kvm_vcpu_ioctl_set_cpuid2() 354 if (IS_ERR(e2)) in kvm_vcpu_ioctl_set_cpuid2() 355 return PTR_ERR(e2); in kvm_vcpu_ioctl_set_cpuid2() [all …]
|
/linux/arch/h8300/lib/ |
A D | udivsi3.S | 32 mov.w e2,e2 36 mov.w e2,e2 42 mov.w e2,e2
|
A D | mulsi3.S | 27 add.w r3,e2 ; ( 2 states) 33 add.w r3,e2 ; ( 2 states)
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | btf_dump_test_case_syntax.c | 14 enum e2 { enum 20 typedef enum e2 e2_t; 139 enum e2 e; 145 enum e2 arr2[5]; 224 enum e2 _2;
|
/linux/fs/nfs/flexfilelayout/ |
A D | flexfilelayoutdev.c | 199 const struct nfs4_ff_layout_ds_err *e2) in ff_ds_error_match() argument 203 if (e1->opnum != e2->opnum) in ff_ds_error_match() 204 return e1->opnum < e2->opnum ? -1 : 1; in ff_ds_error_match() 205 if (e1->status != e2->status) in ff_ds_error_match() 206 return e1->status < e2->status ? -1 : 1; in ff_ds_error_match() 207 ret = memcmp(e1->stateid.data, e2->stateid.data, in ff_ds_error_match() 211 ret = memcmp(&e1->deviceid, &e2->deviceid, sizeof(e1->deviceid)); in ff_ds_error_match() 214 if (pnfs_end_offset(e1->offset, e1->length) < e2->offset) in ff_ds_error_match() 216 if (e1->offset > pnfs_end_offset(e2->offset, e2->length)) in ff_ds_error_match()
|
/linux/security/selinux/ss/ |
A D | ebitmap.c | 31 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_cmp() argument 35 if (e1->highbit != e2->highbit) in ebitmap_cmp() 39 n2 = e2->node; in ebitmap_cmp() 81 int ebitmap_and(struct ebitmap *dst, struct ebitmap *e1, struct ebitmap *e2) in ebitmap_and() argument 89 if (ebitmap_get_bit(e2, bit)) { in ebitmap_and() 220 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit) in ebitmap_contains() argument 225 if (e1->highbit < e2->highbit) in ebitmap_contains() 229 n2 = e2->node; in ebitmap_contains()
|
A D | ebitmap.h | 125 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2); 127 int ebitmap_and(struct ebitmap *dst, struct ebitmap *e1, struct ebitmap *e2); 128 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit);
|
/linux/net/netfilter/ipset/ |
A D | ip_set_hash_ipmac.c | 52 const struct hash_ipmac4_elem *e2, in hash_ipmac4_data_equal() argument 55 return e1->ip == e2->ip && ether_addr_equal(e1->ether, e2->ether); in hash_ipmac4_data_equal() 159 const struct hash_ipmac6_elem *e2, in hash_ipmac6_data_equal() argument 162 return ipv6_addr_equal(&e1->ip.in6, &e2->ip.in6) && in hash_ipmac6_data_equal() 163 ether_addr_equal(e1->ether, e2->ether); in hash_ipmac6_data_equal()
|
A D | ip_set_hash_mac.c | 42 const struct hash_mac4_elem *e2, in hash_mac4_data_equal() argument 45 return ether_addr_equal(e1->ether, e2->ether); in hash_mac4_data_equal()
|
/linux/scripts/coccinelle/iterators/ |
A D | device_node_continue.cocci | 20 expression e1,e2; 37 for_each_compatible_node(n,e1,e2) S 41 for_each_matching_node_and_match(n,e1,e2) S
|
/linux/scripts/coccinelle/tests/ |
A D | odd_ptr_err.cocci | 29 expression x,e1,e2; 36 PTR_ERR@p(\(e1 ? e2 : x\|e1 ? x : e2\))
|
A D | doubletest.cocci | 31 expression r.E,e1,e2,fn; 39 <+... \(fn(...)\|e1 op e2\|e1++\|e1--\|++e1\|--e1\) ...+>
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_sriov.h | 282 struct eth_classify_rules_ramrod_data e2; member 286 struct eth_classify_rules_ramrod_data e2; member 290 struct eth_classify_rules_ramrod_data e2; member 294 struct eth_filter_rules_ramrod_data e2; member 298 struct eth_multicast_rules_ramrod_data e2; member 307 struct eth_rss_update_ramrod_data e2; member
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_buddy.c | 301 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() argument 303 return s1 <= e2 && e1 >= s2; in overlaps() 306 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains() argument 308 return s1 <= s2 && e1 >= e2; in contains()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_formats.c | 33 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument 39 .element = { (e0), (e1), (e2), (e3) }, \ 52 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument 58 .element = { (e0), (e1), (e2), (e3) }, \ 72 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument 78 .element = { (e0), (e1), (e2), (e3)}, \ 166 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument 172 .element = { (e0), (e1), (e2), 0 }, \
|
/linux/drivers/gpu/drm/msm/disp/ |
A D | mdp_format.c | 63 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument 69 .unpack = { e0, e1, e2, e3 }, \
|
/linux/arch/powerpc/crypto/ |
A D | aes-tab-4k.S | 55 .long R(e2, 71, 71, 93), R(ab, d8, d8, 73) 62 .long R(1b, 80, 80, 9b), R(df, e2, e2, 3d) 111 .long R(a7, de, de, 79), R(bc, 5e, 5e, e2) 190 .long R(ab, 73, d3, 23), R(72, 4b, 02, e2) 197 .long R(f3, 07, f2, f0), R(4e, 69, e2, a1) 224 .long R(e2, 93, ba, 0a), R(c0, a0, 2a, e5) 286 .long R(16, 1d, c3, 72), R(bc, e2, 25, 0c)
|
/linux/arch/ia64/kernel/ |
A D | module.c | 851 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table() local 866 for (e2 = e1 + 1; e2 < end; ++e2) { in register_unwind_table() 867 if (e2->start_offset < e1->start_offset) { in register_unwind_table() 869 *e1 = *e2; in register_unwind_table() 870 *e2 = tmp; in register_unwind_table()
|
/linux/drivers/input/ |
A D | ff-core.c | 41 struct ff_effect *e2) in check_effects_compatible() argument 43 return e1->type == e2->type && in check_effects_compatible() 45 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible()
|