Home
last modified time | relevance | path

Searched refs:left (Results 3351 - 3375 of 3396) sorted by relevance

1...<<131132133134135136

/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2778 os << std::left << std::setw(50) << ss.str() << ": "; in PrintTransitionTree()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1363 ctx->scissors[start_slot + i].left = states[i].minx;
/third_party/openGLES/xml/
H A Dreadme.tex942 Group names that were simply an alias for a GL type have been left
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp2314 glScissorIndexedNULL(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in glScissorIndexedNULL() argument
H A Dnull_functions.h1466 glScissorIndexedNULL(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c3734 int left) in il4965_fill_beacon_frame()
3741 if (il->beacon_skb->len > left) in il4965_fill_beacon_frame()
6563 * strange state ... like being left stranded by a primary kernel in il4965_pci_probe()
3733 il4965_fill_beacon_frame(struct il_priv *il, struct ieee80211_hdr *hdr, int left) il4965_fill_beacon_frame() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c40 * fast adding to the left side (reversed path). A reversed path can also be
575 int left = sctx->send_max_size - sctx->send_size; in tlv_put() local
577 if (unlikely(left < total_len)) in tlv_put()
5655 * Following comments will refer to these graphics. L is the left in is_extent_unchanged()
5751 /* Fix the left offset for all behind 2a and 2b */ in is_extent_unchanged()
5789 * We're now behind the left extent (treat as unchanged) or at the end in is_extent_unchanged()
6494 * refs of the right tree as deleted and all refs of the left tree as new.
6905 * If left < right treat left item as new, advance left tre in btrfs_compare_trees()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c49 * fast adding to the left side (reversed path). A reversed path can also be
663 int left = sctx->send_max_size - sctx->send_size; in tlv_put() local
668 if (unlikely(left < total_len)) in tlv_put()
6209 * Following comments will refer to these graphics. L is the left in is_extent_unchanged()
6305 /* Fix the left offset for all behind 2a and 2b */ in is_extent_unchanged()
6343 * We're now behind the left extent (treat as unchanged) or at the end in is_extent_unchanged()
7042 * refs of the right tree as deleted and all refs of the left tree as new.
7706 * If left < right treat left item as new, advance left tre in btrfs_compare_trees()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c3733 int left) in il4965_fill_beacon_frame()
3740 if (il->beacon_skb->len > left) in il4965_fill_beacon_frame()
6558 * strange state ... like being left stranded by a primary kernel in il4965_pci_probe()
3732 il4965_fill_beacon_frame(struct il_priv *il, struct ieee80211_hdr *hdr, int left) il4965_fill_beacon_frame() argument
/third_party/nghttp2/lib/
H A Dnghttp2_session.c5681 * Resets iframe->sbuf and advance its mark pointer by |left| bytes.
5683 static void inbound_frame_set_mark(nghttp2_inbound_frame *iframe, size_t left) { in inbound_frame_set_mark() argument
5685 iframe->sbuf.mark += left; in inbound_frame_set_mark()
6412 DEBUGF("recv: readlen=%zu, payloadleft=%zu, left=%zd\n", readlen, in nghttp2_session_mem_recv()
6971 DEBUGF("recv: readlen=%zu, payloadleft=%zu, left=%zu\n", readlen, in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c5676 * Resets iframe->sbuf and advance its mark pointer by |left| bytes.
5678 static void inbound_frame_set_mark(nghttp2_inbound_frame *iframe, size_t left) { in inbound_frame_set_mark() argument
5680 iframe->sbuf.mark += left; in inbound_frame_set_mark()
6407 DEBUGF("recv: readlen=%zu, payloadleft=%zu, left=%zd\n", readlen, in nghttp2_session_mem_recv()
6960 DEBUGF("recv: readlen=%zu, payloadleft=%zu, left=%zu\n", readlen, in nghttp2_session_mem_recv()
/third_party/skia/tests/
H A DPathTest.cpp702 bounds.left(), bounds.top(), bounds.right(), bounds.bottom(), in dump_if_ne()
703 expected.left(), expected.top(), expected.right(), expected.bottom()); in dump_if_ne()
1096 "M 20 10 L 0 10 Q 10 10 20 0", // left, degenerate serif in test_direction()
1946 // to the left in test_conservativelyContains()
2314 // down, up, left, close in test_is_closed_rect()
2326 // right, left, up, close in test_is_closed_rect()
/third_party/python/Objects/
H A Dtypeobject.c7221 right.__class__ is a nontrivial subclass of left.__class__. */
7223 method_is_overloaded(PyObject *left, PyObject *right, PyObject *name) in method_is_overloaded() argument
7236 if (_PyObject_LookupAttr((PyObject *)(Py_TYPE(left)), name, &a) < 0) { in method_is_overloaded()
7242 /* If right has it but left doesn't, it's overloaded */ in method_is_overloaded()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1171 VerticalStripesGenerator (const tcu::Vec4& left, const tcu::Vec4& right, uint32_t width) in VerticalStripesGenerator() argument
1172 : m_left(left), m_right(right), m_width(width) in VerticalStripesGenerator()
1202 // Tests using an off-center triangle may want this generator: fill the image with a solid color but leave the top and left edges in
1252 // Verifies the top left pixel matches exactly.
3931 // The starting point of the oblique line is located in the top left pixel, in a position below and slightly to the left in iterate()
3933 // sure that a bresenham-style line covers the center of the top left pixel, because the left edge of the line goes up in iterate()
3935 // the right, leaving the pixel center to its left. So the top left pixe in iterate()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c1704 DRM_DEBUG("Assuming a KVM switch modified the CEA block but left the original checksum\n"); in drm_edid_block_valid()
4505 * HDCP and Port_ID ELD fields are left for the graphics driver to fill in.
5804 frame->left_bar = conn_state->tv.margins.left; in drm_hdmi_avi_infoframe_bars()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1321 C<fill_in> can see if C<my_broken> has left an error message for it
/third_party/libabigail/
H A Dltmain.sh820 # left over by shells.
4738 /* no more DIR_SEPARATORS left */
/third_party/rust/crates/libc/src/
H A Dpsp.rs3685 pub fn sceGumOrtho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32); in sceGumOrtho()
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1321 C<fill_in> can see if C<my_broken> has left an error message for it
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh840 # left over by shells.
4758 /* no more DIR_SEPARATORS left */
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp2039 // RTL + left align + arabic
2040 // RTL + left align + latin
2051 td == TextDirection::kLtr ? "left" : "right",
2052 ta == TextAlign::kLeft ? "left" : "right");
2088 run->leftToRight() ? "left" : "right");
2099 box.direction == TextDirection::kLtr ? "left" : "right");
3602 SkDebugf("[%f:%f) ", rect.rect.left(), rect.rect.right());
/third_party/glfw/deps/glad/
H A Dgl.h2093 typedef void (GLAD_API_PTR *PFNGLFRUSTUMPROC)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
2332 typedef void (GLAD_API_PTR *PFNGLORTHOPROC)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1532 VerticalStripesGenerator (const tcu::Vec4& left, const tcu::Vec4& right, uint32_t width) in VerticalStripesGenerator() argument
1533 : m_left(left), m_right(right), m_width(width) in VerticalStripesGenerator()
1595 // Tests using an off-center triangle may want this generator: fill the image with a solid color but leave the top and left edges in
1651 // Verifies the top left pixel matches exactly.
4737 // The starting point of the oblique line is located in the top left pixel, in a position below and slightly to the left in iterate()
4739 // sure that a bresenham-style line covers the center of the top left pixel, because the left edge of the line goes up in iterate()
4741 // the right, leaving the pixel center to its left. So the top left pixe in iterate()
[all...]
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc4140 // Shift the whole value left by `esize - 1` bits.
7724 uint64_t left = src1.Uint(vform, i + (top ? 1 : 0));
7728 AddWithCarry(reg_size, left, right, carry_in);
/third_party/openGLES/api/GL/
H A Dglext.h1908 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
1997 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height);
6795 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
6796 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
7051 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
7052 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);

Completed in 203 milliseconds

1...<<131132133134135136