/third_party/ffmpeg/libavcodec/ |
H A D | cavsdec.c | 660 uint8_t *left = NULL; in decode_mb_i() local 703 ff_cavs_load_intra_pred_luma(h, top, &left, block); in decode_mb_i() 705 (d, top, left, h->l_stride); in decode_mb_i()
|
H A D | h264_cavlc.c | 288 const int left = sl->non_zero_count_cache[index8 - 1]; in pred_non_zero_count() local 290 int i= left + top; in pred_non_zero_count() 294 ff_tlog(h->avctx, "pred_nnz L%X T%X n%d s%d P%X\n", left, top, n, scan8[n], i&31); in pred_non_zero_count()
|
H A D | ivi.c | 1169 int left; in ff_ivi_decode_frame() local 1176 left = get_bits_count(&ctx->gb) & 0x18; in ff_ivi_decode_frame() 1177 skip_bits_long(&ctx->gb, 64 - left); in ff_ivi_decode_frame()
|
H A D | roqvideoenc.c | 783 int top, int left, const int *stride) in frame_block_to_cell() 789 int x = (top+i)*stride[0] + left + j; in frame_block_to_cell() 791 x = (top+i)*stride[1] + left + j; in frame_block_to_cell() 782 frame_block_to_cell(int *block, uint8_t * const *data, int top, int left, const int *stride) frame_block_to_cell() argument
|
H A D | ratecontrol.c | 692 int left; in ff_vbv_update() local 703 left = buffer_size - rcc->buffer_index - 1; in ff_vbv_update() 704 rcc->buffer_index += av_clip(left, min_rate, max_rate); in ff_vbv_update()
|
/third_party/curl/tests/ |
H A D | ftpserver.pl | 1313 my $left = $size - $received; 1314 my $datasize = ($left > $chunksize) ? $chunksize : $left; 2360 logmsg "REST $rest was removed from size, makes $size left\n";
|
/third_party/curl/lib/ |
H A D | urlapi.c | 149 bool left = !query; in urlencode_str() local 168 if(left) in urlencode_str() 178 left = FALSE; in urlencode_str() 1311 /* there is no path left or just the slash, unset */ in parseurl()
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.c | 392 char **bufp, int *left, unsigned int ccsid) in convert_version_info_string() 395 Result is stored in the `*left'-byte buffer at `*bufp'. in convert_version_info_string() 396 `*bufp' and `*left' are updated accordingly. in convert_version_info_string() 400 int l = convert(*bufp, *left, ccsid, *stringp, -1, ASCII_CCSID); in convert_version_info_string() 407 *left -= l; in convert_version_info_string() 391 convert_version_info_string(const char **stringp, char **bufp, int *left, unsigned int ccsid) convert_version_info_string() argument
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | reflection.cpp | 245 // - recursively expand what's left at the end if the deref chain did not reach down to reflection granularity 543 // Handles the situation where the left node is at the correct or too coarse a 689 TIntermBinary* left = node->getLeft()->getAsBinaryNode(); in findBase() 690 if (! left) in findBase() 693 return findBase(left); in findBase()
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 253 // The left margin (number of spaces). 409 const IdentifierNode* ident = binop->left()->AsIdentifier(); in SortIfApplicable() 435 TraverseBinaryOpNode(binop->left(), callback); in TraverseBinaryOpNode() 764 // Since binary operators format left-to-right, it is ok for the left side in Expr() 765 // use the same operator without parentheses, so the left uses prec. For the in Expr() 816 sub_left.Expr(binop->left(), prec_left, in Expr() 819 // Avoid walking the whole left redundantly times (see timing of Format.046) in Expr()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1643 virtual void setLeft(TIntermTyped* n) { left = n; } in setLeft() 1645 virtual TIntermTyped* getLeft() const { return left; } in getLeft() 1651 TIntermTyped* left; member in glslang::TIntermBinary
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 169 // Returns the optimal edits to go from 'left' to 'right'. 176 const std::vector<size_t>& left, const std::vector<size_t>& right); 180 const std::vector<std::string>& left, 184 GTEST_API_ std::string CreateUnifiedDiff(const std::vector<std::string>& left,
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 1044 private boolean equalSubSequences(CharSequence left, int leftStart, CharSequence right, int rightStart) { in equalSubSequences() argument 1046 int leftLength = left.length(); in equalSubSequences() 1049 if(left.charAt(leftStart++) != right.charAt(rightStart++)) { in equalSubSequences()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationBuilder.java | 1048 private boolean equalSubSequences(CharSequence left, int leftStart, CharSequence right, int rightStart) { in equalSubSequences() argument 1050 int leftLength = left.length(); in equalSubSequences() 1053 if(left.charAt(leftStart++) != right.charAt(rightStart++)) { in equalSubSequences()
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 225 def cmp_nvr(left, right): 232 :param str left: left nvr to compare. 234 :return: -1, 0, or 1 that represents left is considered smaller than, 238 left_nvr = koji.parse_NVR(left['nvr'])
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_FMT.c | 267 ".w = { .left=%i, .top=%i, .width=%i, .height=%i, }, " in do_get_formats() 276 format.fmt.win.w.left, in do_get_formats() 299 //CU_ASSERT_EQUAL(format.fmt.win.w.left, ???); in do_get_formats() 947 ".w = { .left=%i, .top=%i, .width=%i, .height=%i, }, " in do_set_formats_enum() 952 format_max.fmt.win.w.left, in do_set_formats_enum() 978 //CU_ASSERT_EQUAL(format.fmt.win.w.left, ???); in do_set_formats_enum() 1009 ".w = { .left=%i, .top=%i, .width=%i, .height=%i, }, " in do_set_formats_enum() 1014 format_min.fmt.win.w.left, in do_set_formats_enum() 1040 //CU_ASSERT_EQUAL(format.fmt.win.w.left, ???); in do_set_formats_enum()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 168 // Returns the optimal edits to go from 'left' to 'right'. 175 const std::vector<size_t>& left, const std::vector<size_t>& right); 179 const std::vector<std::string>& left, 183 GTEST_API_ std::string CreateUnifiedDiff(const std::vector<std::string>& left,
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 631 void AddOverflow_d(Register dst, Register left, const Operand& right, 635 void SubOverflow_d(Register dst, Register left, const Operand& right, 638 void MulOverflow_w(Register dst, Register left, const Operand& right,
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 141 // Unlike Integer values, Floating Point values are located on the left most 219 bool CarryFrom(int32_t left, int32_t right, int32_t carry = 0); 220 bool BorrowFrom(int32_t left, int32_t right); 222 inline bool OverflowFromSigned(T1 alu_out, T1 left, T1 right, bool addition);
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 671 Expression* left, Expression* right) { in CheckAssigningFunctionLiteralToProperty() 672 DCHECK_NOT_NULL(left); in CheckAssigningFunctionLiteralToProperty() 673 if (left->IsProperty() && right->IsFunctionLiteral()) { in CheckAssigningFunctionLiteralToProperty() 670 CheckAssigningFunctionLiteralToProperty( Expression* left, Expression* right) CheckAssigningFunctionLiteralToProperty() argument
|
/third_party/mksh/ |
H A D | histrap.c | 925 /* if there is no full string left, don't bother with the rest */ in histload() 1160 int left = alarm(0); in alarm_catcher() local 1162 if (left == 0) { in alarm_catcher() 1166 alarm(left); in alarm_catcher()
|
/third_party/qrcodegen/c/ |
H A D | qrcodegen.c | 70 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]); 563 // Sets every module in the range [left : left + width] * [top : top + height] to dark. 564 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) { in fillRectangle() argument 567 setModuleBounded(qrcode, left + dx, top + dy, true); in fillRectangle() 595 // 0/false/light by the constructor and are left unchanged by this method in drawCodewords()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | idec_dec.c | 839 int* left, int* top, in WebPIDecodedArea() 842 if (left != NULL) *left = 0; in WebPIDecodedArea() 838 WebPIDecodedArea(const WebPIDecoder* idec, int* left, int* top, int* width, int* height) WebPIDecodedArea() argument
|
/third_party/skia/src/shaders/ |
H A D | SkImageShader.cpp | 878 skvm::F32 left = local.x - 0.5f, in makeProgram() 887 return lerp(lerp(sample_texel(u, left,top ), sample_texel(u, right,top ), fx), in makeProgram() 888 lerp(sample_texel(u, left,bottom), sample_texel(u, right,bottom), fx), fy); in makeProgram()
|
/third_party/python/Modules/ |
H A D | _hashopenssl.c | 1946 const void *left = a; in _tscmp() local 1951 left = b; in _tscmp() 1955 result |= CRYPTO_memcmp(left, right, length); in _tscmp()
|