Home
last modified time | relevance | path

Searched refs:left (Results 1851 - 1875 of 3406) sorted by relevance

1...<<71727374757677787980>>...137

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp73 auto const &left = getObject(insn.word(5)); in EvalSpecConstantOp() local
79 result.constantValue[i] = sel ? left.constantValue[i] : right.constantValue[i]; in EvalSpecConstantOp()
/third_party/skia/third_party/externals/jinja2/
H A Dsandbox.py363 def call_binop(self, context, operator, left, right):
370 return self.binop_table[operator](left, right)
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dencode.h26 // the types are left here for reference.
423 // self-crops a picture to the rectangle defined by top/left/width/height.
426 // The rectangle for the view is defined by the top-left corner pixel
427 // coordinates (left, top) as well as its width and height. This rectangle
429 // picture uses the YUV420 colorspace, the top and left coordinates will be
432 int left, int top, int width, int height);
435 // is defined by the top-left corner pixel coordinates (left, top) as well
438 // the top and left coordinates will be snapped to even values.
446 int left, in
[all...]
/third_party/skia/src/utils/
H A DSkPaintFilterCanvas.cpp124 void SkPaintFilterCanvas::onDrawImage2(const SkImage* image, SkScalar left, SkScalar top, in onDrawImage2() argument
128 this->SkNWayCanvas::onDrawImage2(image, left, top, sampling, &apf.paint()); in onDrawImage2()
/third_party/skia/tests/
H A DStrokeTest.cpp17 return SkScalarNearlyEqual(a.left(), b.left()) && in equal()
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.h173 void writeMatrixTimesEqualHelper(const Type& left, const Type& right, const Type& result);
177 void writeMatrixEqualityHelpers(const Type& left, const Type& right);
/third_party/vixl/src/aarch32/
H A Dconstants-aarch32.h532 inline InstructionAttribute operator|(InstructionAttribute left, in operator |() argument
534 return static_cast<InstructionAttribute>(static_cast<uint32_t>(left) | in operator |()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format.h658 // Indicates whether the result should be left justified for this conversion
784 // `width`, spaces will be appended first (if `left` is false), or
785 // after (if `left` is true) to ensure the total amount appended is
787 bool PutPaddedString(string_view v, int width, int precision, bool left) { in PutPaddedString() argument
788 return sink_->PutPaddedString(v, width, precision, left); in PutPaddedString()
/third_party/skia/modules/androidkit/src/
H A DCanvas.cpp137 jfloat left, jfloat top, jfloat right, jfloat bottom, in Canvas_DrawRect()
142 canvas->drawRect(SkRect::MakeLTRB(left, top, right, bottom), *paint); in Canvas_DrawRect()
136 Canvas_DrawRect(JNIEnv* env, jobject, jlong native_instance, jfloat left, jfloat top, jfloat right, jfloat bottom, jlong native_paint) Canvas_DrawRect() argument
/third_party/rust/crates/nom/src/combinator/
H A Dtests.rs12 ($left: expr, $right: expr) => {
13 let res: $crate::IResult<_, _, (_, ErrorKind)> = $left;
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c985 /* Make sure no old entries are left behind */ in ath6kl_set_probed_ssids()
1779 long left; in ath6kl_get_station() local
1800 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_get_station()
1807 if (left == 0) in ath6kl_get_station()
1809 else if (left < 0) in ath6kl_get_station()
1810 return left; in ath6kl_get_station()
2089 int ret, left; in ath6kl_cfg80211_host_sleep() local
2098 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_cfg80211_host_sleep()
2101 if (left == 0) { in ath6kl_cfg80211_host_sleep()
2104 } else if (left < in ath6kl_cfg80211_host_sleep()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c985 /* Make sure no old entries are left behind */ in ath6kl_set_probed_ssids()
1779 long left; in ath6kl_get_station() local
1800 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_get_station()
1807 if (left == 0) in ath6kl_get_station()
1809 else if (left < 0) in ath6kl_get_station()
1810 return left; in ath6kl_get_station()
2089 int ret, left; in ath6kl_cfg80211_host_sleep() local
2098 left = wait_event_interruptible_timeout(ar->event_wq, in ath6kl_cfg80211_host_sleep()
2101 if (left == 0) { in ath6kl_cfg80211_host_sleep()
2104 } else if (left < in ath6kl_cfg80211_host_sleep()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpeg12dec.c1832 int left; in mpeg_decode_slice() local
1841 int left = get_bits_left(&s->gb); in mpeg_decode_slice() local
1850 if (left >= 32 && !is_d10) { in mpeg_decode_slice()
1857 if (left > 32 && show_bits_long(&gb, 32) == 0x201) { in mpeg_decode_slice()
1863 if (left < 0 || in mpeg_decode_slice()
1864 (left && show_bits(&s->gb, FFMIN(left, 23)) && !is_d10) || in mpeg_decode_slice()
1865 ((avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) && left > 8)) { in mpeg_decode_slice()
1866 av_log(avctx, AV_LOG_ERROR, "end mismatch left=%d %0X at %d %d\n", in mpeg_decode_slice()
1867 left, lef in mpeg_decode_slice()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c30 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right);
920 return linearize_simple_address(ep, addr->left, ad); in linearize_simple_address()
1057 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right) in add_binary_op() argument
1062 use_pseudo(insn, left, &insn->src1); in add_binary_op()
1068 static pseudo_t add_cmp_op(struct entrypoint *ep, struct symbol *ctype, int op, struct symbol *itype, pseudo_t left, pseudo_t right) in add_cmp_op() argument
1070 pseudo_t target = add_binary_op(ep, ctype, op, left, right); in add_cmp_op()
1453 struct expression *target = expr->left; in linearize_assignment()
1575 src1 = linearize_expression_to_bool(ep, expr->left); in linearize_binop_bool()
1596 src1 = linearize_expression(ep, expr->left); in linearize_binop()
1725 if (!ep->active || !expr->left || !exp in linearize_logical()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp1873 * @param left Left set
1878 void ViewportAPI::compareViewports(std::vector<GLfloat>& left, std::vector<GLfloat>& right, const GLchar* description, in compareViewports() argument
1881 for (size_t i = 0; i < left.size(); ++i) in compareViewports()
1883 if (left[i] != right[i]) in compareViewports()
1886 << " Invalid values [" << i << "] " << left[i] << " " << right[i] in compareViewports()
2077 * @param left Left set
2082 void ScissorAPI::compareScissorBoxes(std::vector<GLint>& left, std::vector<GLint>& right, const GLchar* description, in compareScissorBoxes() argument
2085 for (size_t i = 0; i < left.size(); ++i) in compareScissorBoxes()
2087 if (left[i] != right[i]) in compareScissorBoxes()
2090 << " Invalid values [" << i << "] " << left[ in compareScissorBoxes()
2276 compareDepthRanges(std::vector<T>& left, std::vector<T>& right, const GLchar* description, bool& out_result) compareDepthRanges() argument
2464 compareScissorTestStates(std::vector<GLboolean>& left, std::vector<GLboolean>& right, const GLchar* description, bool& out_result) compareScissorTestStates() argument
[all...]
/third_party/typescript/lib/
H A Dtsc.js1162 function equalOwnProperties(left, right, equalityComparer) {
1164 if (left === right)
1166 if (!left || !right)
1168 for (var key in left) {
1169 if (hasOwnProperty.call(left, key)) {
1172 if (!equalityComparer(left[key], right[key]))
1178 if (!hasOwnProperty.call(left, key))
2832 function comparePrereleaseIdentifiers(left, right) {
2833 if (left === right)
2835 if (left
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9m111.c404 ret = reg_write(COLUMN_START, rect->left); in mt9m111_setup_geometry()
424 __func__, code, rect->width, rect->height, rect->left, rect->top, in mt9m111_setup_geometry()
475 rect.left = clamp(rect.left, MT9M111_MIN_DARK_COLS, in mt9m111_set_selection()
507 sel->r.left = MT9M111_MIN_DARK_COLS; in mt9m111_get_selection()
1330 mt9m111->rect.left = MT9M111_MIN_DARK_COLS; in mt9m111_probe()
H A Dmt9v032.c403 ret = regmap_write(map, MT9V032_COLUMN_START, crop->left); in mt9v032_s_stream()
566 rect.left = clamp(ALIGN(sel->r.left + 1, 2) - 1, in mt9v032_set_selection()
580 rect.width, MT9V032_PIXEL_ARRAY_WIDTH - rect.left); in mt9v032_set_selection()
926 crop->left = MT9V032_COLUMN_START_DEF; in mt9v032_open()
1142 mt9v032->crop.left = MT9V032_COLUMN_START_DEF; in mt9v032_probe()
H A Dmt9p031.c401 ret = mt9p031_write(client, MT9P031_COLUMN_START, crop->left); in mt9p031_set_params()
635 rect.left = clamp(ALIGN(sel->r.left, 2), MT9P031_COLUMN_START_MIN, in mt9p031_set_selection()
647 MT9P031_PIXEL_ARRAY_WIDTH - rect.left); in mt9p031_set_selection()
973 crop->left = MT9P031_COLUMN_START_DEF; in mt9p031_open()
1147 mt9p031->crop.left = MT9P031_COLUMN_START_DEF; in mt9p031_probe()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmeson-gx-mmc.c761 unsigned int len, left; in meson_mmc_copy_buffer() local
765 left = len; in meson_mmc_copy_buffer()
772 left -= 4; in meson_mmc_copy_buffer()
773 } while (left); in meson_mmc_copy_buffer()
779 left -= 4; in meson_mmc_copy_buffer()
780 } while (left); in meson_mmc_copy_buffer()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Dp54usb.c504 unsigned int left, remains, block_size; in p54u_upload_firmware_3887() local
516 left = block_size = min_t(size_t, P54U_FW_BLOCK, priv->fw->size); in p54u_upload_firmware_3887()
518 left -= strlen(p54u_firmware_upload_3887); in p54u_upload_firmware_3887()
530 left -= sizeof(*hdr); in p54u_upload_firmware_3887()
534 while (left--) { in p54u_upload_firmware_3887()
566 left = block_size = min((unsigned int)P54U_FW_BLOCK, remains); in p54u_upload_firmware_3887()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_plane.c289 unsigned int left, right, top, bottom, adjhdisplay, adjvdisplay; in vc4_plane_margins_adj() local
295 vc4_crtc_get_margins(crtc_state, &left, &right, &top, &bottom); in vc4_plane_margins_adj()
296 if (!left && !right && !top && !bottom) in vc4_plane_margins_adj()
299 if (left + right >= crtc_state->mode.hdisplay || in vc4_plane_margins_adj()
303 adjhdisplay = crtc_state->mode.hdisplay - (left + right); in vc4_plane_margins_adj()
307 vc4_pstate->crtc_x += left; in vc4_plane_margins_adj()
750 /* Rows of tiles alternate left-to-right and right-to-left. */ in vc4_plane_mode_set()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmeson-gx-mmc.c762 unsigned int len, left; in meson_mmc_copy_buffer() local
766 left = len; in meson_mmc_copy_buffer()
773 left -= 4; in meson_mmc_copy_buffer()
774 } while (left); in meson_mmc_copy_buffer()
780 left -= 4; in meson_mmc_copy_buffer()
781 } while (left); in meson_mmc_copy_buffer()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmt9m111.c403 ret = reg_write(COLUMN_START, rect->left); in mt9m111_setup_geometry()
423 __func__, code, rect->width, rect->height, rect->left, rect->top, in mt9m111_setup_geometry()
474 rect.left = clamp(rect.left, MT9M111_MIN_DARK_COLS, in mt9m111_set_selection()
506 sel->r.left = MT9M111_MIN_DARK_COLS; in mt9m111_get_selection()
1331 mt9m111->rect.left = MT9M111_MIN_DARK_COLS; in mt9m111_probe()
H A Dmt9p031.c416 ret = mt9p031_write(client, MT9P031_COLUMN_START, crop->left); in mt9p031_set_params()
634 sel->r.left = MT9P031_COLUMN_START_MIN; in mt9p031_get_selection()
665 rect.left = clamp(ALIGN(sel->r.left, 2), MT9P031_COLUMN_START_MIN, in mt9p031_set_selection()
677 MT9P031_PIXEL_ARRAY_WIDTH - rect.left); in mt9p031_set_selection()
711 crop->left = MT9P031_COLUMN_START_DEF; in mt9p031_init_cfg()

Completed in 63 milliseconds

1...<<71727374757677787980>>...137