Home
last modified time | relevance | path

Searched refs:left (Results 551 - 575 of 3207) sorted by relevance

1...<<21222324252627282930>>...129

/third_party/skia/tests/
H A DTransferPixelsTest.cpp27 void fill_transfer_data(int left, int top, int width, int height, int rowBytes, in fill_transfer_data() argument
35 for (int i = left; i < left + width; ++i) { in fill_transfer_data()
36 auto r = (unsigned int)(256.f*((i - left) / (float)width)); in fill_transfer_data()
228 // with a left sub-rect inset of 2 but may adjust that so we can fulfill the transfer buffer in basic_transfer_to_test()
230 int left = 2; in basic_transfer_to_test() local
234 size_t offset = top * srcRowBytes + left * GrColorTypeBytesPerPixel(allowedSrc.fColorType); in basic_transfer_to_test()
237 ++left; in basic_transfer_to_test()
241 if (left + width > tex->width()) { in basic_transfer_to_test()
242 left in basic_transfer_to_test()
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_btree.c459 * The header is called struct xfs_btree_block for reasons better left unknown
509 * from that we can pick out record 1 as the appropriate left neighbor.
864 xfs_fsblock_t left = be64_to_cpu(block->bb_u.l.bb_leftsib); in xfs_btree_readahead_lblock() local
867 if ((lr & XFS_BTCUR_LEFTRA) && left != NULLFSBLOCK) { in xfs_btree_readahead_lblock()
868 xfs_btree_reada_bufl(cur->bc_mp, left, 1, in xfs_btree_readahead_lblock()
889 xfs_agblock_t left = be32_to_cpu(block->bb_u.s.bb_leftsib); in xfs_btree_readahead_sblock() local
893 if ((lr & XFS_BTCUR_LEFTRA) && left != NULLAGBLOCK) { in xfs_btree_readahead_sblock()
895 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
916 int lr) /* left/right bits */ in xfs_btree_readahead()
1333 * Shift keys one index left/righ
2251 struct xfs_btree_block *left; /* left btree block */ xfs_btree_lshift() local
2448 struct xfs_btree_block *left; /* left btree block */ xfs_btree_rshift() local
2621 struct xfs_btree_block *left; /* left btree block */ __xfs_btree_split() local
2993 struct xfs_btree_block *left; /* left btree block */ xfs_btree_new_root() local
3642 struct xfs_btree_block *left; /* left btree block */ xfs_btree_delrec() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp243 void TParseContext::assignError(const TSourceLoc &line, const char* op, TString left, TString right) in assignError() argument
246 extraInfoStream << "cannot convert from '" << right << "' to '" << left << "'"; in assignError() local
266 void TParseContext::binaryOpError(const TSourceLoc &line, const char* op, TString left, TString right) in binaryOpError() argument
269 extraInfoStream << "no operation '" << op << "' exists that takes a left-hand operand of type '" << left in binaryOpError()
2485 error(location, " left of '[' is not of type array, matrix, or vector ", in addIndexExpression()
2490 error(location, " left of '[' is not of type array, matrix, or vector ", "expression"); in addIndexExpression()
2773 error(dotLocation, " field selection requires structure or vector on left hand side", in addFieldSelectionExpression()
2779 " field selection requires structure, vector, or interface block on left hand side", in addFieldSelectionExpression()
3128 bool TParseContext::binaryOpCommonCheck(TOperator op, TIntermTyped *left, TIntermType argument
3369 createAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) createAssign() argument
3378 addAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addAssign() argument
3390 addBinaryMathInternal(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMathInternal() argument
3449 addBinaryMath(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMath() argument
3461 addBinaryMathBooleanResult(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMathBooleanResult() argument
3658 TIntermTyped *left = parameters[0]->getAsTyped(); addFunctionCallOrMethod() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtls.c904 size_t left = data; in TEST_F() local
909 while (left) { in TEST_F()
911 left > 16384 ? 16384 : left, 0); in TEST_F()
914 left -= res; in TEST_F()
922 size_t left = data; in TEST_F() local
925 while (left) { in TEST_F()
927 left > 16384 ? 16384 : left, 0); in TEST_F()
930 left in TEST_F()
958 size_t left = data; TEST_F() local
984 size_t left = data; TEST_F() local
1049 size_t left = data * read_bias; test_mutliproc() local
1062 size_t left = data * write_bias; test_mutliproc() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_stereo3d.c50 MONO_L, // mono output for debugging (left eye only)
52 INTERLEAVE_ROWS_LR, // row-interleave (left eye has top row)
54 SIDE_BY_SIDE_LR, // side by side parallel (left eye left, right eye right)
55 SIDE_BY_SIDE_RL, // side by side crosseye (right eye left, left eye right)
58 ABOVE_BELOW_LR, // above-below (left eye above, right eye below)
59 ABOVE_BELOW_RL, // above-below (right eye above, left eye below)
62 ALTERNATING_LR, // alternating frames (left eye first, right eye second)
63 ALTERNATING_RL, // alternating frames (right eye first, left ey
311 ana_convert(const int *coeff, const uint8_t *left, const uint8_t *right) ana_convert() argument
956 uint8_t *left = ileft->data[i] + ileft->linesize[i] * y + s->in_off_left[i] + d1 * s->pixstep[i]; filter_frame() local
1012 uint8_t *left = ileft->data[i] + ileft->linesize[i] * y * s->in.row_step + s->in_off_left[i] + d * s->pixstep[i]; filter_frame() local
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c161 dev->loop_vid_out.left += dev->crop_out.left; in vivid_precalc_copy_rects()
170 dev->loop_vid_copy.left, dev->loop_vid_copy.top, in vivid_precalc_copy_rects()
172 dev->loop_vid_out.left, dev->loop_vid_out.top, in vivid_precalc_copy_rects()
174 dev->loop_vid_cap.left, dev->loop_vid_cap.top); in vivid_precalc_copy_rects()
179 r_overlay.left += dev->compose_out.left - dev->overlay_out_left; in vivid_precalc_copy_rects()
186 dev->loop_fb_copy.left -= dev->compose_out.left - dev->overlay_out_left; in vivid_precalc_copy_rects()
195 dev->loop_fb_copy.left, de in vivid_precalc_copy_rects()
[all...]
/third_party/mksh/
H A Dsyn.c447 t->left = dogroup(sALIAS); in get_command()
455 t->left = c_list(sALIAS, true); in get_command()
465 t->left = caselist(sALIAS); in get_command()
472 t->left = c_list(sALIAS, true); in get_command()
530 t->ioact = t->left->ioact; in get_command()
531 t->left->ioact = NULL; in get_command()
568 t->left = c_list(sALIAS, true); in thenpart()
569 if (t->left == NULL) in thenpart()
588 t->left = c_list(sALIAS, true); in elsepart()
658 t->left in casepart()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
H A Drcar-v4l2.c226 vin->src_rect.left = 0; in rvin_reset_format()
241 vin->compose.left = 0; in rvin_reset_format()
285 src_rect->left = 0; in rvin_try_format()
341 fmt_rect.left = 0; in rvin_s_fmt_vid_cap()
437 s->r.left = s->r.top = 0; in rvin_g_selection()
446 s->r.left = s->r.top = 0; in rvin_g_selection()
480 max_rect.top = max_rect.left = 0; in rvin_s_selection()
490 r.left = clamp_t(s32, r.left, 0, vin->src_rect.width - r.width); in rvin_s_selection()
495 r.width, r.height, r.left, in rvin_s_selection()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dmatrix.c104 GLdouble left, GLdouble right, in matrix_frustum()
113 left == right || in matrix_frustum()
122 (GLfloat) left, (GLfloat) right, in matrix_frustum()
132 * \param left left clipping plane coordinate.
146 _mesa_Frustum( GLdouble left, GLdouble right, in _mesa_Frustum() argument
152 (GLfloat) left, (GLfloat) right, in _mesa_Frustum()
161 GLdouble left, GLdouble right, in _mesa_MatrixFrustumEXT()
172 (GLfloat) left, (GLfloat) right, in _mesa_MatrixFrustumEXT()
181 GLdouble left, GLdoubl in matrix_ortho()
103 matrix_frustum(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_frustum() argument
160 _mesa_MatrixFrustumEXT( GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_MatrixFrustumEXT() argument
180 matrix_ortho(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_ortho() argument
227 _mesa_Ortho( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_Ortho() argument
241 _mesa_MatrixOrthoEXT( GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_MatrixOrthoEXT() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc152 Node* GraphAssembler::Name(Node* left, Node* right) { \
153 return AddNode(graph()->NewNode(machine()->Name(), left, right)); \
159 Node* GraphAssembler::Name(Node* left, Node* right) { \
161 graph()->NewNode(machine()->Name(), left, right, control())); \
166 Node* GraphAssembler::IntPtrEqual(Node* left, Node* right) { in IntPtrEqual() argument
167 return WordEqual(left, right); in IntPtrEqual()
170 Node* GraphAssembler::TaggedEqual(Node* left, Node* right) { in TaggedEqual() argument
172 return Word32Equal(left, right); in TaggedEqual()
174 return WordEqual(left, right); in TaggedEqual()
178 Node* GraphAssembler::SmiSub(Node* left, Nod argument
186 SmiLessThan(Node* left, Node* right) SmiLessThan() argument
[all...]
H A Dwasm-compiler.h285 Node* Binop(wasm::WasmOpcode opcode, Node* left, Node* right,
638 Node* BuildF32CopySign(Node* left, Node* right);
639 Node* BuildF64CopySign(Node* left, Node* right);
660 Node* BuildI32Rol(Node* left, Node* right);
661 Node* BuildI64Rol(Node* left, Node* right);
665 Node* BuildF64Pow(Node* left, Node* right);
666 Node* BuildF64Mod(Node* left, Node* right);
680 Node* BuildI32DivS(Node* left, Node* right, wasm::WasmCodePosition position);
681 Node* BuildI32RemS(Node* left, Node* right, wasm::WasmCodePosition position);
682 Node* BuildI32DivU(Node* left, Nod
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c750 inflater->left = 0; in nghttp2_hd_inflate_init()
1635 * assigned to |inflater->left|. If the |inflater->left| is 0, then
1637 * uses the |inflater->left| as the initial value and continues to
1654 rv = decode_length(&out, &inflater->shift, rfin, (uint32_t)inflater->left, in hd_inflate_read_len()
1667 inflater->left = out; in hd_inflate_read_len()
1675 * Reads |inflater->left| bytes from the range [in, last) and performs
1692 if ((size_t)(last - in) >= inflater->left) { in hd_inflate_read_huff()
1693 last = in + inflater->left; in hd_inflate_read_huff()
1708 inflater->left in hd_inflate_read_huff()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c750 inflater->left = 0; in nghttp2_hd_inflate_init()
1635 * assigned to |inflater->left|. If the |inflater->left| is 0, then
1637 * uses the |inflater->left| as the initial value and continues to
1654 rv = decode_length(&out, &inflater->shift, rfin, (uint32_t)inflater->left, in hd_inflate_read_len()
1667 inflater->left = out; in hd_inflate_read_len()
1675 * Reads |inflater->left| bytes from the range [in, last) and performs
1692 if ((size_t)(last - in) >= inflater->left) { in hd_inflate_read_huff()
1693 last = in + inflater->left; in hd_inflate_read_huff()
1708 inflater->left in hd_inflate_read_huff()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_teap.c908 size_t left, len; in eap_teap_process_pac_tlv() local
912 left = pac_len; in eap_teap_process_pac_tlv()
914 while (left > sizeof(*hdr)) { in eap_teap_process_pac_tlv()
919 left -= sizeof(*hdr); in eap_teap_process_pac_tlv()
920 if (len > left) { in eap_teap_process_pac_tlv()
922 "EAP-TEAP: PAC TLV overrun (type=%d len=%lu left=%lu)", in eap_teap_process_pac_tlv()
924 (unsigned long) left); in eap_teap_process_pac_tlv()
931 left -= len; in eap_teap_process_pac_tlv()
1027 size_t left, len; in eap_teap_process_pac_info() local
1036 left in eap_teap_process_pac_info()
1510 eap_teap_process_start(struct eap_sm *sm, struct eap_teap_data *data, u8 flags, const u8 *pos, size_t left) eap_teap_process_start() argument
1722 size_t left; eap_teap_process() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_teap.c963 size_t left, len; in eap_teap_process_pac_tlv() local
967 left = pac_len; in eap_teap_process_pac_tlv()
969 while (left > sizeof(*hdr)) { in eap_teap_process_pac_tlv()
974 left -= sizeof(*hdr); in eap_teap_process_pac_tlv()
975 if (len > left) { in eap_teap_process_pac_tlv()
977 "EAP-TEAP: PAC TLV overrun (type=%d len=%lu left=%lu)", in eap_teap_process_pac_tlv()
979 (unsigned long) left); in eap_teap_process_pac_tlv()
986 left -= len; in eap_teap_process_pac_tlv()
1082 size_t left, len; in eap_teap_process_pac_info() local
1091 left in eap_teap_process_pac_info()
1622 eap_teap_process_start(struct eap_sm *sm, struct eap_teap_data *data, u8 flags, const u8 *pos, size_t left) eap_teap_process_start() argument
1834 size_t left; eap_teap_process() local
[all...]
/third_party/jinja2/
H A Dparser.py541 left = self.parse_and()
544 left = nodes.Or(left, right, lineno=lineno)
546 return left
550 left = self.parse_not()
553 left = nodes.And(left, right, lineno=lineno)
555 return left
588 left = self.parse_concat()
593 left
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dparser.py466 left = self.parse_and()
469 left = nodes.Or(left, right, lineno=lineno)
471 return left
475 left = self.parse_not()
478 left = nodes.And(left, right, lineno=lineno)
480 return left
513 left = self.parse_concat()
518 left
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dparser.py450 left = self.parse_and()
453 left = nodes.Or(left, right, lineno=lineno)
455 return left
459 left = self.parse_not()
462 left = nodes.And(left, right, lineno=lineno)
464 return left
496 left = self.parse_concat()
501 left
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h328 bi_is_equiv(bi_index left, bi_index right)
330 return (left.type == right.type) &&
331 (left.reg == right.reg) &&
332 (left.value == right.value);
340 bi_is_word_equiv(bi_index left, bi_index right)
342 return bi_is_equiv(left, right) && left.offset == right.offset;
349 bi_is_value_equiv(bi_index left, bi_index right)
351 if (left.type == BI_INDEX_CONSTANT && right.type == BI_INDEX_CONSTANT) {
352 return (bi_apply_swizzle(left
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.c441 left = strm->avail_out; \
452 strm->avail_out = left; \
535 input left to load n bits into the accumulator, or it continues. BITS(n)
548 state information is maintained to continue the loop where it left off
596 unsigned have, left; /* available input and output */ local
620 out = left;
868 if (copy > left) copy = left;
873 left -= copy;
1007 if (have >= 6 && left >
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dparser.py466 left = self.parse_and()
469 left = nodes.Or(left, right, lineno=lineno)
471 return left
475 left = self.parse_not()
478 left = nodes.And(left, right, lineno=lineno)
480 return left
513 left = self.parse_concat()
518 left
[all...]
/third_party/gn/src/gn/
H A Doperators_unittest.cc63 // Sets the left-hand side of the operator to an identifier node, this is
91 // When setting the left to an identifier, this manages the lifetime of
155 Value ret = ExecuteBinaryOperator(setup.scope(), &node, node.left(), in TEST()
177 ExecuteBinaryOperator(setup.scope(), &node, node.left(), node.right(), &err); in TEST()
182 ExecuteBinaryOperator(setup.scope(), &node, node.left(), node.right(), &err); in TEST()
206 Value result = ExecuteBinaryOperator(setup.scope(), &node, node.left(), in TEST()
250 Value ret = ExecuteBinaryOperator(setup.scope(), &node, node.left(), in TEST()
270 Value ret = ExecuteBinaryOperator(setup.scope(), &node, node.left(), in TEST()
284 Value ret = ExecuteBinaryOperator(setup.scope(), &node, node.left(), in TEST()
295 // Set a && operator with the left t in TEST()
[all...]
/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp204 int SkIntersections::horizontal(const SkDLine& line, double left, double right, in horizontal() argument
209 const SkDPoint leftPt = { left, y }; in horizontal()
213 if (left != right) { in horizontal()
219 if ((t = SkDLine::ExactPointH(line[index], left, right, y)) >= 0) { in horizontal()
228 if (between(left, xIntercept, right)) { in horizontal()
229 fT[1][0] = (xIntercept - left) / (right - left); in horizontal()
245 if (left != right) { in horizontal()
251 if ((t = SkDLine::NearPointH(line[index], left, right, y)) >= 0) { in horizontal()
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c74 FT_UInt left = writer->width; in pfr_bitwriter_decode_bytes() local
98 if ( --left <= 0 ) in pfr_bitwriter_decode_bytes()
101 left = writer->width; in pfr_bitwriter_decode_bytes()
129 FT_UInt left = writer->width; in pfr_bitwriter_decode_rle1() local
177 if ( --left <= 0 ) in pfr_bitwriter_decode_rle1()
180 left = writer->width; in pfr_bitwriter_decode_rle1()
210 FT_UInt left = writer->width; in pfr_bitwriter_decode_rle2() local
242 if ( --left <= 0 ) in pfr_bitwriter_decode_rle2()
247 left = writer->width; in pfr_bitwriter_decode_rle2()
775 /* XXX: needs casts fit FT_GlyphSlotRec.bitmap_{left|to in FT_LOCAL()
[all...]
/third_party/python/Lib/test/
H A Dtest_unicode.py454 for left, right in ('ba', '\u0101\u0100', '\U00010301\U00010300'):
455 left *= 9
458 self.checkequal([left + right],
459 left + right, 'split', delim)
460 self.checkequal([left, right],
461 left + delim + right, 'split', delim)
462 self.checkequal([left + right],
463 left + right, 'split', delim * 2)
464 self.checkequal([left, right],
465 left
[all...]

Completed in 36 milliseconds

1...<<21222324252627282930>>...129