Home
last modified time | relevance | path

Searched refs:lmax (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_qfq.c156 int lmax; member
254 u32 lmax, u32 weight) in qfq_init_agg() argument
259 agg->lmax = lmax; in qfq_init_agg()
264 u32 lmax, u32 weight) in qfq_find_agg() argument
269 if (agg->lmax == lmax && agg->class_weight == weight) in qfq_find_agg()
293 agg->budgetmax = new_num_classes * agg->lmax; in qfq_update_agg()
375 u32 lmax) in qfq_change_agg() argument
378 struct qfq_aggregate *new_agg = qfq_find_agg(q, lmax, weight); in qfq_change_agg()
384 qfq_init_agg(q, new_agg, lmax, weight); in qfq_change_agg()
401 u32 weight, lmax, inv_w; in qfq_change_class() local
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.hpp787 const char* lmax = cstr_ + len_ - n; in find() local
788 for (const char* i = cstr_ + pos; i <= lmax; ++i) in find()
813 const char* lmax = cstr_ + len_; in find() local
814 for (const char* i = cstr_ + pos; i < lmax; ++i) in find()
818 { if(i + j >= lmax) return npos; in find()
862 const char* lmax = cstr_ + len_; in find_first_of() local
863 for (const char* i = cstr_ + pos; i < lmax; ++i) in find_first_of()
889 const char* lmax = cstr_ + len_; in find_first_of() local
890 for (const char* i = cstr_ + pos; i < lmax; ++i) in find_first_of()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.hpp787 const char* lmax = cstr_ + len_ - n; in find() local
788 for (const char* i = cstr_ + pos; i <= lmax; ++i) in find()
813 const char* lmax = cstr_ + len_; in find() local
814 for (const char* i = cstr_ + pos; i < lmax; ++i) in find()
818 { if(i + j >= lmax) return npos; in find()
862 const char* lmax = cstr_ + len_; in find_first_of() local
863 for (const char* i = cstr_ + pos; i < lmax; ++i) in find_first_of()
889 const char* lmax = cstr_ + len_; in find_first_of() local
890 for (const char* i = cstr_ + pos; i < lmax; ++i) in find_first_of()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.hpp787 const char* lmax = cstr_ + len_ - n; in find() local
788 for (const char* i = cstr_ + pos; i <= lmax; ++i) in find()
813 const char* lmax = cstr_ + len_; in find() local
814 for (const char* i = cstr_ + pos; i < lmax; ++i) in find()
818 { if(i + j >= lmax) return npos; in find()
862 const char* lmax = cstr_ + len_; in find_first_of() local
863 for (const char* i = cstr_ + pos; i < lmax; ++i) in find_first_of()
889 const char* lmax = cstr_ + len_; in find_first_of() local
890 for (const char* i = cstr_ + pos; i < lmax; ++i) in find_first_of()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c416 int lmin, lmax, ldef; in pvr2_try_fmt_vid_cap() local
425 lmax = pvr2_ctrl_get_max(hcp); in pvr2_try_fmt_vid_cap()
431 else if (w > lmax) in pvr2_try_fmt_vid_cap()
432 w = lmax; in pvr2_try_fmt_vid_cap()
434 lmax = pvr2_ctrl_get_max(vcp); in pvr2_try_fmt_vid_cap()
440 else if (h > lmax) in pvr2_try_fmt_vid_cap()
441 h = lmax; in pvr2_try_fmt_vid_cap()
/OK3568_Linux_fs/kernel/sound/core/
H A Dcontrol.c850 long long lval, lmin, lmax, lstep; in sanity_check_int_value() local
858 lmax = 1; in sanity_check_int_value()
864 lmax = info->value.integer.max; in sanity_check_int_value()
870 lmax = info->value.integer64.max; in sanity_check_int_value()
876 lmax = info->value.enumerated.items - 1; in sanity_check_int_value()
881 if (lval < lmin || lval > lmax) { in sanity_check_int_value()
886 control->id.index, lval, lmin, lmax, i); in sanity_check_int_value()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dvia-pmu.c702 long pcharge, charge, vb, vmax, lmax; in done_battery_state_ohare() local
716 lmax = 6500; in done_battery_state_ohare()
720 lmax = 6500; in done_battery_state_ohare()
742 if (pcharge > lmax) in done_battery_state_ohare()
743 pcharge = lmax; in done_battery_state_ohare()
745 pcharge = 100 - pcharge / lmax; in done_battery_state_ohare()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0017-CVE-2022-38127-1.patch216 unsigned int lmax = debug_info_p->max_loc_offsets;
218 lmax, sizeof (*debug_info_p->have_frame_base));
219 debug_info_p->max_loc_offsets = lmax;
245 unsigned int lmax = debug_info_p->max_range_lists;
247 lmax, sizeof (*debug_info_p->range_lists));
248 debug_info_p->max_range_lists = lmax;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h749 __u32 lmax; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h776 __u32 lmax; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h749 __u32 lmax; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h796 __u32 lmax; member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c1021 __s32 lmax = multiplier->logical_maximum; in hid_calculate_multiplier() local
1032 if (lmax - lmin == 0) in hid_calculate_multiplier()
1038 m = ((v - lmin)/(lmax - lmin) * (pmax - pmin) + pmin); in hid_calculate_multiplier()