/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 5845 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 D | dev.c | 442 sel.r.left = 0; in _set_pipeline_default_fmt()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | dev.c | 408 sel.r.left = 0; in _set_pipeline_default_fmt()
|
H A D | capture_v1x.c | 34 dcrop->left == 0 && dcrop->top == 0) { in rkisp_stream_config_dcrop()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | ptrace.c | 228 while (to.left > 0) { in cfg_get()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | gen_except.S | 172 | left over from the unimp exception.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | gen_except.S | 172 | left over from the unimp exception.
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tw9910.c | 735 sel->r.left = 0; in tw9910_get_selection()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi_helper.h | 847 u32 left; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 298 u16 left; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 198 unsigned int left; member
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.h | 639 u8 left; member
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tw9910.c | 735 sel->r.left = 0; in tw9910_get_selection()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip.h | 199 unsigned int left; member
|
/kernel/linux/linux-6.6/drivers/staging/media/imx/ |
H A D | imx-media-capture.c | 226 s->r.left = 0; in capture_g_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_helper.h | 953 u32 left; member
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.h | 639 u8 left; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | libx265.c | 480 startx = FFMIN(mbx, roi->left / mb_size); in libx265_encode_set_roi()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 1226 /*! @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 D | vp9dsp.c | 59 const uint8_t *left, const uint8_t *top); in check_ipred()
|
/third_party/backends/backend/ |
H A D | hp3900_debug.c | 464 DBG (DBG_FNC, " -> left = %i\n", params->coord.left); in dbg_ScanParams()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_framebuffer.c | 803 rect[i].left = scissor[i].minx; in emit_scissor_rect()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | builtin.c | 543 arg = arg->left; in expand_object_size()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_enc.c | 116 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 D | Image11.cpp | 467 srcBox.left = sourceArea.x; in copyWithoutConversion()
|