Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/gpu/drm/msm/disp/
H A Dmdp_format.c69 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
89 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
109 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
129 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
148 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
168 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument
187 #define PSEUDO_YUV_FMT_LOOSE_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
207 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument
/linux/scripts/kconfig/
H A Dexpr.c67 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
77 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
84 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
207 bool expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
313 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
378 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
786 struct expr *e1, *e2; in expr_trans_compare() local
/linux/security/selinux/ss/
H A Debitmap.c28 bool ebitmap_equal(const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_equal()
78 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, in ebitmap_and()
218 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, in ebitmap_contains()
/linux/drivers/mtd/ubi/
H A Dwl.c145 struct ubi_wl_entry *e1; in wl_tree_add() local
248 struct ubi_wl_entry *e1; in in_wl_tree() local
338 struct ubi_wl_entry *e1; in find_wl_entry() local
664 struct ubi_wl_entry *e1, *e2; local
/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmac.c51 hash_ipmac4_data_equal(const struct hash_ipmac4_elem *e1, in hash_ipmac4_data_equal()
158 hash_ipmac6_data_equal(const struct hash_ipmac6_elem *e1, in hash_ipmac6_data_equal()
H A Dip_set_hash_mac.c41 hash_mac4_data_equal(const struct hash_mac4_elem *e1, in hash_mac4_data_equal()
H A Dip_set_hash_ip.c51 hash_ip4_data_equal(const struct hash_ip4_elem *e1, in hash_ip4_data_equal()
/linux/lib/crypto/x86/
H A Dsha1-ni-asm.S73 .macro do_4rounds i, m0, m1, m2, m3, e0, e1
/linux/scripts/gendwarfksyms/examples/
H A Dkabi_ex.c14 enum e e1; variable
/linux/drivers/gpu/drm/xe/
H A Dxe_reg_sr.c50 static bool compatible_entries(const struct xe_reg_sr_entry *e1, in compatible_entries()
/linux/drivers/input/
H A Dff-core.c39 static inline int check_effects_compatible(struct ff_effect *e1, in check_effects_compatible()
/linux/tools/testing/selftests/kvm/x86/
H A Dcpuid_test.c86 const struct kvm_cpuid_entry2 *e1, *e2; in compare_cpuids() local
/linux/arch/mips/bcm47xx/
H A Dboard.c241 const struct bcm47xx_board_type_list1 *e1; in bcm47xx_board_get_nvram() local
/linux/drivers/gpu/drm/i915/display/
H A Dintel_wm_types.h67 static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, in skl_ddb_entry_equal()
/linux/drivers/gpu/drm/
H A Ddrm_buddy.c98 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps()
103 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c571 int e1, e2, wstatus; in main() local
/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c94 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap()
/linux/kernel/
H A Duser_namespace.c823 const struct uid_gid_extent *e1 = a; in cmp_extents_forward() local
838 const struct uid_gid_extent *e1 = a; in cmp_extents_reverse() local
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c200 ff_ds_error_match(const struct nfs4_ff_layout_ds_err *e1, in ff_ds_error_match()
/linux/scripts/gendwarfksyms/
H A Dtypes.c186 struct type_expansion *const *e1 = p1; in cmp_expansion_name() local
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c1232 int e1 = !!(arg & 4); in mtk_pinconf_adv_drive_set() local
1256 u32 en, e0, e1; in mtk_pinconf_adv_drive_get() local
/linux/lib/crypto/
H A Dsha512.c68 #define e1(x) (ror64((x), 14) ^ ror64((x), 18) ^ ror64((x), 41)) macro
/linux/drivers/usb/core/
H A Dconfig.c238 static bool endpoint_is_duplicate(struct usb_endpoint_descriptor *e1, in endpoint_is_duplicate()
/linux/tools/perf/tests/
H A Dpmu-events.c280 static int compare_pmu_events(const struct pmu_event *e1, const struct pmu_event *e2) in compare_pmu_events()
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c9 enum e1 { enum

12