| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/gen/ |
| H A D | _ducet_switch.c | 86 int32_t weight = *w; in _nu_ducet_weight_switch() local 89 if (weight == state_00004C) { in _nu_ducet_weight_switch() 98 else if (weight < state_00004C) { in _nu_ducet_weight_switch() 99 if (weight == state_00064A) { in _nu_ducet_weight_switch() 107 else if (weight < state_00064A) { in _nu_ducet_weight_switch() 108 if (weight == state_0019B7) { in _nu_ducet_weight_switch() 159 else if (weight < state_0019B7) { in _nu_ducet_weight_switch() 160 if (weight == state_0019B5) { in _nu_ducet_weight_switch() 211 else if (weight < state_0019B5) { in _nu_ducet_weight_switch() 212 if (weight == state_000438) { in _nu_ducet_weight_switch() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | pattern.cc | 288 int weight) { in Initialize() argument 294 weight_ = weight; in Initialize() 346 weightcount += pattern_array[i].weight[0]; in Initialize() 348 pattern_array[i].weight[0]); in Initialize() 349 weightcount += pattern_array[i].weight[1]; in Initialize() 351 pattern_array[i].weight[1]); in Initialize() 352 weightcount += pattern_array[i].weight[2]; in Initialize() 354 pattern_array[i].weight[2]); in Initialize() 355 weightcount += pattern_array[i].weight[3]; in Initialize() 357 pattern_array[i].weight[3]); in Initialize() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/bzip2/ |
| H A D | bzlib_huffman.c | 78 while (weight[tmp] < weight[heap[zz >> 1]]) { \ 93 weight[heap[yy+1]] < weight[heap[yy]]) \ 95 if (weight[tmp] < weight[heap[yy]]) break; \ 117 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() local 121 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8; in BZ2_hbMakeCodeLengths() 129 weight[0] = 0; in BZ2_hbMakeCodeLengths() 146 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]); in BZ2_hbMakeCodeLengths() 167 j = weight[i] >> 8; in BZ2_hbMakeCodeLengths() 169 weight[i] = j << 8; in BZ2_hbMakeCodeLengths()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_wrr.c | 72 int weight; in ip_vs_wrr_gcd_weight() local 76 weight = atomic_read(&dest->weight); in ip_vs_wrr_gcd_weight() 77 if (weight > 0) { in ip_vs_wrr_gcd_weight() 79 g = gcd(weight, g); in ip_vs_wrr_gcd_weight() 81 g = weight; in ip_vs_wrr_gcd_weight() 94 int new_weight, weight = 0; in ip_vs_wrr_max_weight() local 97 new_weight = atomic_read(&dest->weight); in ip_vs_wrr_max_weight() 98 if (new_weight > weight) in ip_vs_wrr_max_weight() 99 weight = new_weight; in ip_vs_wrr_max_weight() 102 return weight; in ip_vs_wrr_max_weight() [all …]
|
| H A D | ip_vs_lblcr.c | 173 if ((atomic_read(&least->weight) > 0) in ip_vs_dest_set_min() 189 if (((__s64)loh * atomic_read(&dest->weight) > in ip_vs_dest_set_min() 190 (__s64)doh * atomic_read(&least->weight)) in ip_vs_dest_set_min() 204 atomic_read(&least->weight), loh); in ip_vs_dest_set_min() 222 if (atomic_read(&most->weight) > 0) { in ip_vs_dest_set_max() 235 if (((__s64)moh * atomic_read(&dest->weight) < in ip_vs_dest_set_max() 236 (__s64)doh * atomic_read(&most->weight)) in ip_vs_dest_set_max() 237 && (atomic_read(&dest->weight) > 0)) { in ip_vs_dest_set_max() 249 atomic_read(&most->weight), moh); in ip_vs_dest_set_max() 584 if (atomic_read(&dest->weight) > 0) { in __ip_vs_lblcr_schedule() [all …]
|
| H A D | ip_vs_mh.c | 83 return atomic_read(&dest->weight) <= 0 || in is_unavailable() 326 int weight; in ip_vs_mh_gcd_weight() local 330 weight = atomic_read(&dest->last_weight); in ip_vs_mh_gcd_weight() 331 if (weight > 0) { in ip_vs_mh_gcd_weight() 333 g = gcd(weight, g); in ip_vs_mh_gcd_weight() 335 g = weight; in ip_vs_mh_gcd_weight() 347 int new_weight, weight = 0; in ip_vs_mh_shift_weight() local 359 if (new_weight > weight) in ip_vs_mh_shift_weight() 360 weight = new_weight; in ip_vs_mh_shift_weight() 366 mw = weight / gcd; in ip_vs_mh_shift_weight()
|
| H A D | ip_vs_sed.c | 80 atomic_read(&dest->weight) > 0) { in ip_vs_sed_schedule() 97 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_sed_schedule() 98 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_sed_schedule() 110 atomic_read(&least->weight), loh); in ip_vs_sed_schedule()
|
| H A D | ip_vs_nq.c | 77 !atomic_read(&dest->weight)) in ip_vs_nq_schedule() 90 ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_nq_schedule() 91 (__s64)doh * atomic_read(&least->weight))) { in ip_vs_nq_schedule() 109 atomic_read(&least->weight), loh); in ip_vs_nq_schedule()
|
| H A D | ip_vs_wlc.c | 52 atomic_read(&dest->weight) > 0) { in ip_vs_wlc_schedule() 69 if ((__s64)loh * atomic_read(&dest->weight) > in ip_vs_wlc_schedule() 70 (__s64)doh * atomic_read(&least->weight)) { in ip_vs_wlc_schedule() 82 atomic_read(&least->weight), loh); in ip_vs_wlc_schedule()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Helper.c | 648 xf86SetWeight(ScrnInfoPtr scrp, rgb weight, rgb mask) in xf86SetWeight() argument 652 scrp->weight.red = 0; in xf86SetWeight() 653 scrp->weight.green = 0; in xf86SetWeight() 654 scrp->weight.blue = 0; in xf86SetWeight() 657 scrp->weight = xf86Weight; in xf86SetWeight() 660 else if (scrp->display->weight.red > 0 && scrp->display->weight.green > 0 in xf86SetWeight() 661 && scrp->display->weight.blue > 0) { in xf86SetWeight() 662 scrp->weight = scrp->display->weight; in xf86SetWeight() 665 else if (weight.red > 0 && weight.green > 0 && weight.blue > 0) { in xf86SetWeight() 666 scrp->weight = weight; in xf86SetWeight() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | util.hpp | 74 GraphEdge(int from, int to, float weight); 75 bool operator <(const GraphEdge& other) const { return weight < other.weight; } in operator <() 76 bool operator >(const GraphEdge& other) const { return weight > other.weight; } in operator >() 79 float weight; member 82 inline GraphEdge::GraphEdge(int _from, int _to, float _weight) : from(_from), to(_to), weight(_weig… in GraphEdge() 91 void addEdge(int from, int to, float weight);
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lvgl/ |
| H A D | 0007-HACK-disable-too-complicated-demo.patch | 16 {.name = "Text large compressed", .weight = 10, .create_cb = txt_large_compr_cb}, 18 {.name = "Line", .weight = 10, .create_cb = line_cb}, 21 {.name = "Arc think", .weight = 10, .create_cb = arc_think_cb}, 22 {.name = "Arc thick", .weight = 10, .create_cb = arc_thick_cb}, 25 {.name = "Substr. line", .weight = 10, .create_cb = sub_line_cb}, 26 {.name = "Substr. arc", .weight = 10, .create_cb = sub_arc_cb}, 27 {.name = "Substr. text", .weight = 10, .create_cb = sub_text_cb},
|
| H A D | 0014-demos-benchmark-modify-benchmark-test-scenes.patch | 16 {.name = "Text medium", .weight = 30, .create_cb = txt_medium_cb}, 17 {.name = "Text large", .weight = 20, .create_cb = txt_large_cb}, 20 {.name = "Text small compressed", .weight = 3, .create_cb = txt_small_compr_cb}, 21 {.name = "Text medium compressed", .weight = 5, .create_cb = txt_medium_compr_cb}, 22 {.name = "Text large compressed", .weight = 10, .create_cb = txt_large_compr_cb}, 25 {.name = "Line", .weight = 10, .create_cb = line_cb},
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/ |
| H A D | vepu541_common.c | 36 .weight = zeros, 45 .weight = zeros, 54 .weight = zeros, 63 .weight = zeros, 72 .weight = zeros, 81 .weight = zeros, 90 .weight = zeros, 99 .weight = zeros, 108 .weight = zeros, 117 .weight = zeros, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/ |
| H A D | ingenic-ipu.c | 42 unsigned int weight, unsigned int offset); 118 unsigned int weight, unsigned int offset) in jz4760_set_coefs() argument 123 weight = clamp_val(weight, 0, 512); in jz4760_set_coefs() 132 weight = weight >= 256 ? 512 : 0; in jz4760_set_coefs() 134 w1 = weight; in jz4760_set_coefs() 135 w2 = 512 - weight; in jz4760_set_coefs() 147 weight = 512 - weight; in jz4760_set_coefs() 148 w0 = F2I(f_h + 512 * cubic_conv(f_a, I2F(512 + weight) / 512)); in jz4760_set_coefs() 149 w1 = F2I(f_h + 512 * cubic_conv(f_a, I2F(0 + weight) / 512)); in jz4760_set_coefs() 150 w2 = F2I(f_h + 512 * cubic_conv(f_a, I2F(512 - weight) / 512)); in jz4760_set_coefs() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | irq_poll.c | 88 int work, weight; in irq_poll_softirq() local 107 weight = iop->weight; in irq_poll_softirq() 110 work = iop->poll(iop, weight); in irq_poll_softirq() 124 if (work >= weight) { in irq_poll_softirq() 179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init() argument 183 iop->weight = weight; in irq_poll_init()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | hw_breakpoint.c | 164 fetch_this_slot(struct bp_busy_slots *slots, int weight) in fetch_this_slot() argument 166 slots->pinned += weight; in fetch_this_slot() 173 enum bp_type_idx type, int weight) in toggle_bp_task_slot() argument 179 new_idx = old_idx + weight; in toggle_bp_task_slot() 192 int weight) in toggle_bp_slot() argument 198 weight = -weight; in toggle_bp_slot() 202 get_bp_info(bp->cpu, type)->cpu_pinned += weight; in toggle_bp_slot() 208 toggle_bp_task_slot(bp, cpu, type, weight); in toggle_bp_slot() 281 int weight; in __reserve_bp_slot() local 294 weight = hw_breakpoint_weight(bp); in __reserve_bp_slot() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0016-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch | 10 | ../locale/weight.h:31:26: error: 'seq2.back_us' may be used uninitialized in this function [-Werr… 17 | ../locale/weight.h:31:26: error: 'seq1.back_us' may be used uninitialized in this function [-Werr… 25 * locale/weight.h: Fix build with -Os. 32 locale/weight.h | 7 +++++++ 35 diff --git a/locale/weight.h b/locale/weight.h 37 --- a/locale/weight.h 38 +++ b/locale/weight.h
|
| /OK3568_Linux_fs/kernel/drivers/net/can/dev/ |
| H A D | rx-offload.c | 306 unsigned int weight) in can_rx_offload_init_queue() argument 311 offload->skb_queue_len_max = 2 << fls(weight); in can_rx_offload_init_queue() 315 netif_napi_add(dev, &offload->napi, can_rx_offload_napi_poll, weight); in can_rx_offload_init_queue() 326 unsigned int weight; in can_rx_offload_add_timestamp() local 334 weight = offload->mb_last - offload->mb_first; in can_rx_offload_add_timestamp() 337 weight = offload->mb_first - offload->mb_last; in can_rx_offload_add_timestamp() 340 return can_rx_offload_init_queue(dev, offload, weight); in can_rx_offload_add_timestamp() 345 struct can_rx_offload *offload, unsigned int weight) in can_rx_offload_add_fifo() argument 350 return can_rx_offload_init_queue(dev, offload, weight); in can_rx_offload_add_fifo() 356 unsigned int weight) in can_rx_offload_add_manual() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | strcoll.c | 14 nu_codepoint_weight_t weight, void *context) { in _compound_weight() argument 26 new_w = weight(u, &w, context); in _compound_weight() 61 new_w = weight(0, &w, context); in _compound_weight() 74 nu_codepoint_weight_t weight, void *context, in _nu_strcoll() argument 98 int32_t w1 = weight(u1, 0, context); in _nu_strcoll() 99 int32_t w2 = weight(u2, 0, context); in _nu_strcoll() 104 weight, context); in _nu_strcoll() 110 weight, context); in _nu_strcoll() 261 nu_codepoint_weight_t weight, void *context) { in _nu_strstr() argument 291 weight, context, in _nu_strstr()
|
| /OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/ |
| H A D | theme_overrides.css | 29 font-weight: normal; 37 font-weight: bold; 51 font-weight: bold; 58 font-weight: bold; 65 font-weight: bold; 72 font-weight: bold; 76 font-weight: bold;
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/ |
| H A D | theme_overrides.css | 29 font-weight: normal; 37 font-weight: bold; 51 font-weight: bold; 58 font-weight: bold; 65 font-weight: bold; 72 font-weight: bold; 76 font-weight: bold;
|
| /OK3568_Linux_fs/kernel/drivers/dma/qcom/ |
| H A D | hidma_mgmt.c | 107 if (mgmtdev->weight[i] > HIDMA_MAX_CHANNEL_WEIGHT) { in hidma_mgmt_setup() 115 if (mgmtdev->weight[i] == 0) in hidma_mgmt_setup() 116 mgmtdev->weight[i] = 1; in hidma_mgmt_setup() 140 u32 weight = mgmtdev->weight[i]; in hidma_mgmt_setup() local 147 val |= (weight & HIDMA_WEIGHT_MASK) << HIDMA_WRR_BIT_POS; in hidma_mgmt_setup() 281 mgmtdev->weight = devm_kcalloc(&pdev->dev, in hidma_mgmt_probe() 283 sizeof(*mgmtdev->weight), GFP_KERNEL); in hidma_mgmt_probe() 284 if (!mgmtdev->weight) { in hidma_mgmt_probe()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | lparcfg.c | 79 u8 weight; member 127 ppp_data->weight = (retbuf[3] >> 5 * 8) & 0xff; in h_get_ppp() 224 seq_printf(m, "capacity_weight=%d\n", ppp_data.weight); in parse_ppp_data() 543 static ssize_t update_ppp(u64 *entitlement, u8 *weight) in update_ppp() argument 556 new_weight = ppp_data.weight; in update_ppp() 558 } else if (weight) { in update_ppp() 559 new_weight = *weight; in update_ppp() 565 __func__, ppp_data.entitlement, ppp_data.weight); in update_ppp() 581 static ssize_t update_mpp(u64 *entitlement, u8 *weight) in update_mpp() argument 604 } else if (weight) { in update_mpp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/docs/ |
| H A D | policy_overview.dot | 54 policy_queue->runpool [label="dequeue ctx" weight=0.1]; 55 runpool->policy_queue [label="requeue ctx" weight=0.1]; 59 runpool->jobslots [label="dequeue job" weight=0.1]; 60 jobslots->runpool [label="requeue job" weight=0.1];
|