Home
last modified time | relevance | path

Searched refs:left (Results 3126 - 3150 of 3495) sorted by relevance

1...<<121122123124125126127128129130>>...140

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c5845 size_t left = wpabuf_len(hlp[i]);
5848 if (left <= 254)
5849 len = 1 + left;
5860 left -= len - 1;
5861 while (left) {
5863 len = left > 255 ? 255 : left;
5867 left -= len;
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Ddev.c442 sel.r.left = 0; in _set_pipeline_default_fmt()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Ddev.c408 sel.r.left = 0; in _set_pipeline_default_fmt()
H A Dcapture_v1x.c34 dcrop->left == 0 && dcrop->top == 0) { in rkisp_stream_config_dcrop()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dptrace.c228 while (to.left > 0) { in cfg_get()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dgen_except.S172 | left over from the unimp exception.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dgen_except.S172 | left over from the unimp exception.
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtw9910.c735 sel->r.left = 0; in tw9910_get_selection()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h847 u32 left; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h298 u16 left; member
/kernel/linux/linux-5.10/include/net/
H A Dip.h198 unsigned int left; member
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h639 u8 left; member
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtw9910.c735 sel->r.left = 0; in tw9910_get_selection()
/kernel/linux/linux-6.6/include/net/
H A Dip.h199 unsigned int left; member
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H A Dimx-media-capture.c226 s->r.left = 0; in capture_g_selection()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h953 u32 left; member
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h639 u8 left; member
/third_party/ffmpeg/libavcodec/
H A Dlibx265.c480 startx = FFMIN(mbx, roi->left / mb_size); in libx265_encode_set_roi()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1226 /*! @brief The top-left to bottom-right diagonal resize/move arrow shape.
1228 * The top-left to bottom-right diagonal resize/move shape. This is usually
1241 /*! @brief The top-right to bottom-left diagonal resize/move arrow shape.
1243 * The top-right to bottom-left diagonal resize/move shape. This is usually
1603 * upper-left corner of the content area of the window.
1605 * upper-left corner of the content area of the window.
1818 * @param[in] xpos The new cursor x-coordinate, relative to the left edge of
1842 * area, or `GLFW_FALSE` if it left it.
2098 /*! The pixel data of this image, arranged left-to-right, top-to-bottom.
2606 * This function returns the position, in screen coordinates, of the upper-left
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c59 const uint8_t *left, const uint8_t *top); in check_ipred()
/third_party/backends/backend/
H A Dhp3900_debug.c464 DBG (DBG_FNC, " -> left = %i\n", params->coord.left); in dbg_ScanParams()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c803 rect[i].left = scissor[i].minx; in emit_scissor_rect()
/third_party/ltp/tools/sparse/sparse-src/
H A Dbuiltin.c543 arg = arg->left; in expand_object_size()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c116 if (!PACKET_buf_init(&pkt, rbuf->buf + rbuf->offset, rbuf->left)) in count_unprocessed_records()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp467 srcBox.left = sourceArea.x; in copyWithoutConversion()

Completed in 44 milliseconds

1...<<121122123124125126127128129130>>...140