/third_party/ffmpeg/libavcodec/ |
H A D | takdec.c | 515 int left = s->nb_samples - 1; in decode_channel() local 537 left -= s->subframe_len[i]; in decode_channel() 541 if (left <= 0) in decode_channel() 544 s->subframe_len[i] = left; in decode_channel() 570 case 1: /* left/side */ in decorrelate() 579 case 4: /* side/left with scale factor */ in decorrelate()
|
H A D | vc2enc.c | 534 const int left = b->width * (sx+0) / s->num_x; in encode_subband() local 545 for (x = left; x < right; x++) { in encode_subband() 585 const int left = b->width * slice->x / s->num_x; in count_hq_slice() local 593 for (x = left; x < right; x++) { in count_hq_slice() 825 * and applying a low pass transform on the left part and a corresponding high 831 * Therefore, you're left with 4 subdivisions - known as low-low, low-high,
|
/third_party/glfw/src/ |
H A D | window.c | 732 int* left, int* top, in glfwGetWindowFrameSize() 735 if (left) in glfwGetWindowFrameSize() 736 *left = 0; in glfwGetWindowFrameSize() 749 _glfw.platform.getWindowFrameSize(window, left, top, right, bottom); in glfwGetWindowFrameSize() 731 glfwGetWindowFrameSize(GLFWwindow* handle, int* left, int* top, int* right, int* bottom) glfwGetWindowFrameSize() argument
|
/third_party/libcoap/src/ |
H A D | coap_resource.c | 141 size_t left, written = 0; local 237 left = bufend - p; /* calculate available space */ 238 result = coap_print_link(r, p, &left, &offset); 247 written += left; 293 coap_log_debug("coap_resource_init: no memory left\n"); 315 coap_log_debug("coap_resource_unknown_init: no memory left\n"); 372 coap_log_debug("coap_resource_proxy_uri_init2: no memory left\n"); 415 coap_log_debug("coap_add_attr: no memory left\n"); 552 * Input context is ignored, but param left there to keep API consistent
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 151 // Returns the optimal edits to go from 'left' to 'right'. 158 const std::vector<size_t>& left, const std::vector<size_t>& right); 162 const std::vector<std::string>& left, 166 GTEST_API_ std::string CreateUnifiedDiff(const std::vector<std::string>& left, 172 // Calculate the diff between 'left' and 'right' and return it in unified diff 175 // in left + right. 176 GTEST_API_ std::string DiffStrings(const std::string& left,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | escape-analysis.cc | 711 Node* left = current->ValueInput(0); in ReduceNode() local 713 const VirtualObject* left_object = current->GetVirtualObject(left); in ReduceNode() 732 if (replacement && !NodeProperties::GetType(left).IsNone() && in ReduceNode() 737 current->SetEscaped(left); in ReduceNode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucm.cpp | 205 compareMappingsUnicodeFirst(const void *context, const void *left, const void *right) { in compareMappingsUnicodeFirst() argument 207 (UCMTable *)context, (const UCMapping *)left, in compareMappingsUnicodeFirst() 213 compareMappingsBytesFirst(const void *context, const void *left, const void *right) { in compareMappingsBytesFirst() argument 215 int32_t l=*(const int32_t *)left, r=*(const int32_t *)right; in compareMappingsBytesFirst()
|
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 320 @param origin storage for SkCanvas top layer origin, its top-left corner; 487 Pass negative values for x or y to offset pixels to the left or 526 Pass negative values for x or y to offset pixels to the left or 1239 @param x left edge of circle or square 1255 @param p top-left edge of circle or square 1459 void drawImage(const SkImage* image, SkScalar left, SkScalar top) { in drawImage() argument 1460 this->drawImage(image, left, top, SkSamplingOptions(), nullptr); in drawImage() 1462 void drawImage(const sk_sp<SkImage>& image, SkScalar left, SkScalar top) { in drawImage() argument 1463 this->drawImage(image.get(), left, top, SkSamplingOptions(), nullptr); in drawImage() 1633 * should be ordered top-left, to [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_fast.c | 149 "(len=%lu left=%lu)", in eap_fast_session_ticket_cb() 979 size_t left; in eap_fast_process_phase2_response() local 994 left = in_len - sizeof(*hdr); in eap_fast_process_phase2_response() 996 "allowed types", pos + 1, left - 1); in eap_fast_process_phase2_response() 1007 eap_sm_process_nak(sm, pos + 1, left - 1); in eap_fast_process_phase2_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_fast.c | 149 "(len=%lu left=%lu)", in eap_fast_session_ticket_cb() 982 size_t left; in eap_fast_process_phase2_response() local 997 left = in_len - sizeof(*hdr); in eap_fast_process_phase2_response() 999 "allowed types", pos + 1, left - 1); in eap_fast_process_phase2_response() 1011 eap_sm_process_nak(sm, pos + 1, left - 1); in eap_fast_process_phase2_response()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1209 FPURegister left = i.InputOrZeroSingleRegister(0); in AssembleArchInstruction() local 1215 if ((left == kDoubleRegZero || right == kDoubleRegZero) && in AssembleArchInstruction() 1220 __ CompareF32(cc, left, right); in AssembleArchInstruction() 1265 FPURegister left = i.InputOrZeroDoubleRegister(0); in AssembleArchInstruction() local 1270 if ((left == kDoubleRegZero || right == kDoubleRegZero) && in AssembleArchInstruction() 1274 __ CompareF64(cc, left, right); in AssembleArchInstruction() 3986 Register left = i.InputRegister(0); in AssembleArchBoolean() local 3992 __ Sltu(result, left, 1); in AssembleArchBoolean() 3994 __ Sltu(result, zero_reg, left); in AssembleArchBoolean() 3997 __ Daddu(result, left, Operan in AssembleArchBoolean() 4028 Register left = i.InputRegister(0); AssembleArchBoolean() local 4037 Register left = i.InputRegister(1); AssembleArchBoolean() local 4046 Register left = i.InputRegister(0); AssembleArchBoolean() local 4055 Register left = i.InputRegister(1); AssembleArchBoolean() local 4068 FPURegister left = i.InputOrZeroDoubleRegister(0); AssembleArchBoolean() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1156 FPURegister left = i.InputOrZeroSingleRegister(0); in AssembleArchInstruction() local 1162 if ((left == kDoubleRegZero || right == kDoubleRegZero) && in AssembleArchInstruction() 1167 __ CompareF32(cc, left, right); in AssembleArchInstruction() 1209 FPURegister left = i.InputOrZeroDoubleRegister(0); in AssembleArchInstruction() local 1214 if ((left == kDoubleRegZero || right == kDoubleRegZero) && in AssembleArchInstruction() 1218 __ CompareF64(cc, left, right); in AssembleArchInstruction() 3787 Register left = i.InputRegister(0); in AssembleArchBoolean() local 3793 __ Sltu(result, left, 1); in AssembleArchBoolean() 3795 __ Sltu(result, zero_reg, left); in AssembleArchBoolean() 3798 __ Addu(result, left, in AssembleArchBoolean() 3829 Register left = i.InputRegister(0); AssembleArchBoolean() local 3838 Register left = i.InputRegister(1); AssembleArchBoolean() local 3847 Register left = i.InputRegister(0); AssembleArchBoolean() local 3856 Register left = i.InputRegister(1); AssembleArchBoolean() local 3869 FPURegister left = i.InputOrZeroDoubleRegister(0); AssembleArchBoolean() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_algorithm.cpp | 60 paddingBeforeContent_ = axis_ == Axis::HORIZONTAL ? padding.left.value_or(0) : padding.top.value_or(0); in Measure() 160 auto left = padding.left.value_or(0.0f); in Layout() local 162 auto paddingOffset = OffsetF(left, top); in Layout() 328 auto offsetBeforeContent = axis_ == Axis::HORIZONTAL ? padding.left.value_or(0) : padding.top.value_or(0); in UpdateReferencePos() 330 offsetBeforeContent += axis_ == Axis::HORIZONTAL ? margin.left.value_or(0) : margin.top.value_or(0); in UpdateReferencePos()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 470 auto left = render->GetPadding(DimensionHelper(&Edge::SetLeft, &Edge::Left)); in GetPadding() local 471 if (top == right && right == bottom && bottom == left) { in GetPadding() 478 jsonValue->Put("left", left.ToString().c_str()); in GetPadding() 492 auto left = render->GetMargin(DimensionHelper(&Edge::SetLeft, &Edge::Left)); in GetAllMargin() local 493 if (top == right && right == bottom && bottom == left) { in GetAllMargin() 500 jsonValue->Put("left", left.ToString().c_str()); in GetAllMargin()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_sub_tab_bar_style_test_ng.cpp | 1484 padding.left = CalcLength(20.0_vp); in HWTEST_F() 1506 EXPECT_EQ(tabContentPattern->GetPadding().left, padding.left); in HWTEST_F() 1530 padding.left = CalcLength(20.0_vp); in HWTEST_F() 1550 EXPECT_EQ(tabContentPattern->GetPadding().left, padding.left); in HWTEST_F()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/ |
H A D | audio_renderer_sink.cpp | 172 int32_t SetVolume(float left, float right) override; 173 int32_t GetVolume(float &left, float &right) override; 876 int32_t AudioRendererSinkInner::SetVolume(float left, float right) in SetVolume() argument 883 leftVolume_ = left; in SetVolume() 901 int32_t AudioRendererSinkInner::GetVolume(float &left, float &right) in GetVolume() argument 903 left = leftVolume_; in GetVolume()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | coh901318.c | 1596 * Get the number of bytes left to transfer on this channel, 1607 u32 left = 0; in coh901318_get_bytes_left() local 1631 left = readl(cohc->base->virtbase + in coh901318_get_bytes_left() 1659 * number of bytes left in coh901318_get_bytes_left() 1661 left += coh901318_get_bytes_in_lli(lli); in coh901318_get_bytes_left() 1663 left += coh901318_get_bytes_in_lli(cohd->lli); in coh901318_get_bytes_left() 1671 left += coh901318_get_bytes_in_lli(cohd->lli); in coh901318_get_bytes_left() 1676 return left; in coh901318_get_bytes_left()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 505 struct fixed31_32 left, right; in find_software_points() local 511 left = axis_x[i].r; in find_software_points() 518 left = axis_x[i].g; in find_software_points() 525 left = axis_x[i].b; in find_software_points() 533 if (dc_fixpt_le(left, hw_point) && in find_software_points() 547 dc_fixpt_le(hw_point, left)) { in find_software_points()
|
/kernel/linux/linux-6.6/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 809 ssize_t left = size; in mark_clean() local 813 left -= folio_size(folio) - offset; in mark_clean() 814 if (left <= 0) in mark_clean() 819 while (left >= folio_size(folio)) { in mark_clean() 820 left -= folio_size(folio); in mark_clean() 822 if (!left) in mark_clean() 1280 ** (shift left is a quick trick to mask off upper bits)
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 456 winfmt->w.top = winfmt->w.left = 0; in ivtv_g_fmt_vid_out_overlay() 529 decoded video frame will always be placed in the top left corner of in ivtv_try_fmt_vid_out() 859 sel->r.left = clamp_t(unsigned, sel->r.left, 0, r.width - sel->r.width); in ivtv_s_selection() 867 sel->r.width, sel->r.height, sel->r.left, sel->r.top)) { in ivtv_s_selection() 887 sel->r.top = sel->r.left = 0; in ivtv_g_selection() 1151 itv->main_rect.left = 0; in ivtv_s_std_dec()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 244 * be left unpopulated, otherwise the Producer and Consumer indices PIDX 1056 int left = (void *)tq->stat - pos; in inline_tx_skb() local 1058 if (likely(skb->len <= left)) { in inline_tx_skb() 1065 skb_copy_bits(skb, 0, pos, left); in inline_tx_skb() 1066 skb_copy_bits(skb, left, tq->desc, skb->len - left); in inline_tx_skb() 1067 pos = (void *)tq->desc + (skb->len - left); in inline_tx_skb() 1212 * need along with how many TX Descriptors will be left over after in t4vf_eth_xmit() 1704 * have already been unmapped and are left unmapped, we mark them as 2159 * near future to continue where we left of in sge_tx_timer_cb() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 579 int left; in lbs_ret_scan() local 611 ielen = left = len - (6 + 1 + 8 + 2 + 2); in lbs_ret_scan() 612 while (left >= 2) { in lbs_ret_scan() 616 left -= 2; in lbs_ret_scan() 617 if (elen > left) { in lbs_ret_scan() 628 left -= elen; in lbs_ret_scan()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 103 long left; in ath6kl_read_tgt_stats() local 115 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_read_tgt_stats() 121 if (left <= 0) in ath6kl_read_tgt_stats() 1165 long left; in ath6kl_roam_table_read() local 1183 left = wait_event_interruptible_timeout( in ath6kl_roam_table_read() 1187 if (left <= 0) in ath6kl_roam_table_read()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1037 u32 left, right, upper, lower, hslen, vslen, sync, vmode; in aty128_var_to_crtc() local 1051 left = var->left_margin; in aty128_var_to_crtc() 1098 h_total = (((xres + right + hslen + left) >> 3) - 1) & 0xFFFFL; in aty128_var_to_crtc() 1226 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; in aty128_crtc_to_var() local 1249 left = ((h_total - h_sync_strt - h_sync_wid) << 3) - h_sync_dly; in aty128_crtc_to_var() 1267 var->left_margin = left; in aty128_crtc_to_var()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | x_tables.c | 682 int mid, left = 0, right = xt[af].cur - 1; in xt_compat_calc_jump() local 684 while (left <= right) { in xt_compat_calc_jump() 685 mid = (left + right) >> 1; in xt_compat_calc_jump() 687 left = mid + 1; in xt_compat_calc_jump() 693 return left ? tmp[left - 1].delta : 0; in xt_compat_calc_jump()
|