Home
last modified time | relevance | path

Searched defs:l (Results 251 – 275 of 1201) sorted by relevance

1...<<11121314151617181920>>...49

/openbmc/linux/arch/xtensa/include/asm/
H A Dprocessor.h77 #define XTENSA_INTLEVEL_ANDBELOW_MASK(l) _XTENSA_INTLEVEL_ANDBELOW_MASK(l) argument
78 #define _XTENSA_INTLEVEL_ANDBELOW_MASK(l) (XCHAL_INTLEVEL##l##_ANDBELOW_MASK) argument
/openbmc/qemu/util/
H A Dmodule.c73 ModuleTypeList *l; in register_module_init() local
99 ModuleTypeList *l; in module_call_init() local
/openbmc/linux/arch/arc/include/asm/
H A Dfpu.h19 unsigned int l, h; member
/openbmc/u-boot/drivers/video/
H A Domap3_dss.c134 u32 l; in omap3_dss_enable() local
/openbmc/bmcweb/include/
H A Dhuman_sort.hpp27 std::string_view::const_iterator l = left.cbegin(); in alphanumComp() local
/openbmc/linux/arch/arm/mach-omap2/
H A Dsdrc.c81 u32 l; in omap2_sdrc_init() local
/openbmc/linux/drivers/firmware/efi/
H A Defibc.c42 unsigned long l; in efibc_reboot_notifier_call() local
/openbmc/linux/tools/objtool/
H A Dobjtool.c28 int s, d, l, t; in objtool_create_backup() local
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dprintf.h7 #define NVIF_PRINT(l,o,f,a...) do { \ argument
/openbmc/linux/arch/arm/mach-omap1/
H A Dtimer.c42 u32 l; in omap1_dm_timer_set_src() local
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c59 static int id_cmp(struct kwork_work *l, struct kwork_work *r) in id_cmp()
74 static int count_cmp(struct kwork_work *l, struct kwork_work *r) in count_cmp()
84 static int runtime_cmp(struct kwork_work *l, struct kwork_work *r) in runtime_cmp()
94 static int max_runtime_cmp(struct kwork_work *l, struct kwork_work *r) in max_runtime_cmp()
104 static int avg_latency_cmp(struct kwork_work *l, struct kwork_work *r) in avg_latency_cmp()
124 static int max_latency_cmp(struct kwork_work *l, struct kwork_work *r) in max_latency_cmp()
250 struct kwork_work *l, struct kwork_work *r) in work_cmp()
/openbmc/u-boot/lib/
H A Dbch.c167 const int l = BCH_ECC_WORDS(bch)-1; in encode_bch_unaligned() local
234 const unsigned int l = BCH_ECC_WORDS(bch)-1; in encode_bch() local
427 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() local
684 int i, l, n = 0; in find_poly_deg4_roots() local
748 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() local
1128 const int l = BCH_ECC_WORDS(bch); in build_mod8_tables() local
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.h282 #define CQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_cq_context, h, l) argument
326 #define SRQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_srq_context, h, l) argument
450 #define QPC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_qp_context, h, l) argument
668 #define CQE_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_cqe, h, l) argument
713 #define MPT_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_mpt_entry, h, l) argument
820 #define DB_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_db, h, l) argument
1187 #define PF_CAPS_C_FIELD_LOC(h, l) \ argument
1210 #define PF_CAPS_D_FIELD_LOC(h, l) \ argument
1248 #define PF_CAPS_E_FIELD_LOC(h, l) \ argument
1262 #define CMQ_REQ_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_cmq_req, h, l) argument
[all …]
/openbmc/u-boot/drivers/power/pmic/
H A Das3722_gpio.c39 const char *l; in as3722_gpio_set_value() local
/openbmc/linux/drivers/cpufreq/
H A Dspeedstep-centrino.c325 unsigned l, h; in get_cur_freq() local
348 unsigned l, h; in centrino_cpu_init() local
/openbmc/u-boot/include/linux/
H A Dmath64.h193 } l; in mul_u64_u64_shr() member
239 } l; in mul_u64_u32_div() member
/openbmc/linux/net/atm/
H A Dproc.c78 static int __vcc_walk(struct sock **sock, int family, int *bucket, loff_t l) in __vcc_walk()
108 static inline void *vcc_walk(struct seq_file *seq, loff_t l) in vcc_walk()
/openbmc/linux/fs/nls/
H A Dnls_base.c57 unsigned long l; in utf8_to_utf32() local
88 unsigned long l; in utf32_to_utf8() local
/openbmc/linux/net/rxrpc/
H A Dkey.c623 #define ENCODE_DATA(l, s) \ in rxrpc_read() argument
632 #define ENCODE_BYTES(l, s) \ in rxrpc_read() argument
/openbmc/linux/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S101 #define fls(l, r, kl, kr) \ argument
283 #define fls2(l, r, kl, kr) \ argument
/openbmc/linux/include/linux/mfd/
H A Dtmio.h15 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l) argument
21 #define tmio_iowrite16_rep(r, b, l) writesw(r, b, l) argument
/openbmc/linux/arch/mips/mm/
H A Dpage.c280 struct uasm_label *l = labels; in build_clear_page() local
429 struct uasm_label *l = labels; in build_copy_page() local
/openbmc/linux/fs/btrfs/
H A Droot-tree.c72 struct extent_buffer *l; in btrfs_find_root() local
127 struct extent_buffer *l; in btrfs_update_root() local
/openbmc/linux/lib/
H A Dinflate.c344 int l; /* bits per table (returned in m) */ in huft_build() local
775 unsigned *l; /* length list for huft_build */ in inflate_fixed() local
834 unsigned l; /* last length */ in inflate_dynamic() local
/openbmc/linux/sound/aoa/fabrics/
H A Dlayout.c564 struct layout *l; in find_layout_by_id() local
577 struct layout *l; in find_layout_by_device() local
588 static void use_layout(struct layout *l) in use_layout()

1...<<11121314151617181920>>...49