/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | callchain.c | 675 static enum match_result match_chain_strings(const char *left, in match_chain_strings() argument 681 if (left && right) in match_chain_strings() 682 cmp = strcmp(left, right); in match_chain_strings() 683 else if (!left && right) in match_chain_strings() 685 else if (left && !right) in match_chain_strings()
|
/third_party/backends/backend/ |
H A D | qcam.c | 1302 /* top-left x */ in init_options() 1312 /* top-left y */ in init_options() 1897 int top, left, width, height, undecimated_width, undecimated_height; in sane_start() local 2041 left = s->val[OPT_TL_X].w / 2; in sane_start() 2045 left /= 2; in sane_start() 2049 DBG (3, "sane_start: top=%d, left=%d, white=%d, bright=%d, contr=%d\n", in sane_start() 2050 top, left, s->val[OPT_WHITE_LEVEL].w, s->val[OPT_BRIGHTNESS].w, in sane_start() 2054 qc_send (q, left); in sane_start() 2197 /* read what's left over in the pipe/file buffer: */ in sane_cancel()
|
/third_party/cups-filters/filter/ |
H A D | pdftoraster.cxx | 1678 mediaBox.left(), mediaBox.top(), mediaBox.right(), mediaBox.bottom(), rotate); in outPage() 1716 fabs(header.PageSize[0] - size->right + size->left) / in outPage() 1733 margins[0] = size->left; in outPage() 1763 fabs(header.PageSize[1] - size->right + size->left) / in outPage() 1780 margins[0] = size->left; in outPage()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 475 parse_entry_key_from_offset(struct entry_key *key, unsigned size, unsigned left, in parse_entry_key_from_offset() argument 488 assert(left >= 1); in parse_entry_key_from_offset() 490 if (left >= 2) { in parse_entry_key_from_offset() 494 unsigned amount = parse_entry_key_from_offset(key, size, left - 1, src0, base_mul, offset); in parse_entry_key_from_offset() 495 amount += parse_entry_key_from_offset(key, size + amount, left - amount, src1, base_mul, offset); in parse_entry_key_from_offset()
|
/third_party/node/lib/ |
H A D | net.js | 2136 let left = this._workers.length; 2141 left = -1; 2146 if (--left === 0) return end(null, total); 2174 let left = this._workers.length; 2176 if (--left !== 0) return;
|
/third_party/node/deps/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 473 int left, right; in BrotliBuildAndStoreHuffmanTreeFast() local 475 left = i; in BrotliBuildAndStoreHuffmanTreeFast() 478 left = j; in BrotliBuildAndStoreHuffmanTreeFast() 490 tree[left].total_count_ + tree[right].total_count_; in BrotliBuildAndStoreHuffmanTreeFast() 491 node[-1].index_left_ = (int16_t)left; in BrotliBuildAndStoreHuffmanTreeFast()
|
/third_party/node/deps/minimatch/ |
H A D | index.js | 60 var begs, beg, left, right, result; 69 left = str.length; 78 if (beg < left) { 79 left = beg; 87 result = [left, right];
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 69 ldd [%o7 + $tmp], %f14 ! shift left params 159 ldd [%o7 + $tmp], %f14 ! shift left params 259 ldd [%o7 + $tmp], %f10 ! shift left params 436 ldd [%o7 + $ileft], $fshift ! shift left params 1110 .Linp_align: ! fshiftorx parameters for left shift toward %rs1
|
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 1902 pub fn clang_File_isEqual(left: CXFile, right: CXFile) -> c_int; in clang_File_isEqual() 2019 pub fn clang_equalCursors(left: CXCursor, right: CXCursor) -> c_uint; in clang_equalCursors() 2020 pub fn clang_equalLocations(left: CXSourceLocation, right: CXSourceLocation) -> c_uint; in clang_equalLocations() 2021 pub fn clang_equalRanges(left: CXSourceRange, right: CXSourceRange) -> c_uint; in clang_equalRanges() 2022 pub fn clang_equalTypes(left: CXType, right: CXType) -> c_uint; in clang_equalTypes()
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 69 ldd [%o7 + $tmp], %f14 ! shift left params 159 ldd [%o7 + $tmp], %f14 ! shift left params 259 ldd [%o7 + $tmp], %f10 ! shift left params 436 ldd [%o7 + $ileft], $fshift ! shift left params 1110 .Linp_align: ! fshiftorx parameters for left shift toward %rs1
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.cpp | 508 srcBox.left = srcRect.fLeft; in copySurfaceAsCopyTexture() 642 srcBox.left = rect.left(); in readOrTransferPixels() 782 rect.left(), in uploadToTexture() 852 rect.left(), in onTransferPixelsTo() 1484 /*left*/ 0, in onClearBackendTexture()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 1221 FT_Pos left = bounds.xMin; 1225 !SkTFitsIn<decltype(glyph->fLeft )>(left ) ) 1227 width = height = top = left = 0; 1233 glyph->fLeft = SkToS16(left ); 1264 glyph->fLeft = SkToS16(irect.left());
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 473 int left, right; in BrotliBuildAndStoreHuffmanTreeFast() local 475 left = i; in BrotliBuildAndStoreHuffmanTreeFast() 478 left = j; in BrotliBuildAndStoreHuffmanTreeFast() 490 tree[left].total_count_ + tree[right].total_count_; in BrotliBuildAndStoreHuffmanTreeFast() 491 node[-1].index_left_ = (int16_t)left; in BrotliBuildAndStoreHuffmanTreeFast()
|
/third_party/python/Modules/ |
H A D | mathmodule.c | 22 complicated a little by that the left-side and right-side limits may 1917 * computed separately, and then combined using a left shift. 1979 PyObject *left = NULL, *right = NULL, *result = NULL; in factorial_partial_product() local 2010 left = factorial_partial_product(start, midpoint, in factorial_partial_product() 2012 if (left == NULL) in factorial_partial_product() 2017 result = PyNumber_Multiply(left, right); in factorial_partial_product() 2020 Py_XDECREF(left); in factorial_partial_product()
|
H A D | _collectionsmodule.c | 53 * ends. This makes the algorithms for left and right operations 345 PyDoc_STRVAR(appendleft_doc, "Add an element to the left side of the deque."); 402 /* Space saving heuristic. Start filling from the left */ in deque_extend() 469 "Extend the left side of the deque with elements from the iterable"); 766 destination block. If a block is left-over at the end, it is freed. 919 "Rotate the deque n steps to the right (default n=1). If n is negative, rotates left."); 942 /* Advance left block/index pair */ in deque_reverse() 989 /* Advance left block/index pair */ in deque_count() 2137 defdict_or(PyObject* left, PyObject* right) in defdict_or() argument 2140 if (PyObject_TypeCheck(left, in defdict_or() [all...] |
/third_party/python/Objects/ |
H A D | descrobject.c | 1051 mappingproxy_or(PyObject *left, PyObject *right) in mappingproxy_or() argument 1053 if (PyObject_TypeCheck(left, &PyDictProxy_Type)) { in mappingproxy_or() 1054 left = ((mappingproxyobject*)left)->mapping; in mappingproxy_or() 1059 return PyNumber_Or(left, right); in mappingproxy_or()
|
/third_party/python/Lib/test/ |
H A D | test_dict.py | 724 left = {x:rr(3) for x in range(20) if rr(2)} 726 with self.subTest(left=left, right=right): 727 expected = set(left.items()) ^ set(right.items()) 728 actual = left.items() ^ right.items()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_conn.c | 2125 ngtcp2_pktns *pktns, size_t left) { in conn_cryptofrq_pop() 2148 if (datalen > left) { in conn_cryptofrq_pop() 2153 ngtcp2_vec_split(a, &acnt, b, &bcnt, left, NGTCP2_MAX_CRYPTO_DATACNT); in conn_cryptofrq_pop() 2168 nfr->offset = fr->offset + left; in conn_cryptofrq_pop() 2200 left -= (size_t)datalen; in conn_cryptofrq_pop() 2205 for (; left && ngtcp2_ksl_len(&pktns->crypto.tx.frq);) { in conn_cryptofrq_pop() 2227 nmerged = ngtcp2_vec_merge(a, &acnt, nfr->data, &nfr->datacnt, left, in conn_cryptofrq_pop() 2241 left -= nmerged; in conn_cryptofrq_pop() 2342 * |type| is the type of packet. |left| is the space left i 2124 conn_cryptofrq_pop(ngtcp2_conn *conn, ngtcp2_frame_chain **pfrc, ngtcp2_pktns *pktns, size_t left) conn_cryptofrq_pop() argument 2346 conn_should_pad_pkt(ngtcp2_conn *conn, uint8_t type, size_t left, uint64_t write_datalen, int ack_eliciting, int require_padding) conn_should_pad_pkt() argument 2554 size_t left; conn_write_handshake_pkt() local 3485 size_t left; conn_write_pkt() local [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 710 left: { 740 left: { 991 left: { 1053 start: LengthMetrics.resource(this.listNodeDataSource.x7().padding.left), 1350 start: LengthMetrics.resource(this.itemPadding.left), 1756 left: { 1827 left: { 3444 left: { 3474 left: { 3728 left [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_visitor_test.cpp | 2497 uint32_t left = 0; in HWTEST_F() local 2501 RectI rect{left, top, width, height}; in HWTEST_F() 2524 uint32_t left = 0; in HWTEST_F() local 2528 RectI rect{left, top, width, height}; in HWTEST_F() 2547 uint32_t left = 0; in HWTEST_F() local 2551 RectI rect{left, top, width, height}; in HWTEST_F() 3140 uint32_t left = 0; in HWTEST_F() local 3144 RectI rect{left, top, width, height}; in HWTEST_F() 3239 uint32_t left = 0; in HWTEST_F() local 3243 RectI rect{left, to in HWTEST_F() 3357 uint32_t left = 0; HWTEST_F() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 309 {"Top-left", 0}, 879 dst.left = src.left; 883 int32_t dstRight = dst.left + dst.width; 887 if (dst.left >= 0 && dstRight > 0 && dstRight > plInfo.size.width) { 888 dst.width = plInfo.size.width - dst.left; 1056 options.desireRegionX = opts.CropRect.left; 1081 options.desireRegionX = opts.CropRect.left; 2376 plOpts.CropRect.left = opts.CropRect.left; [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | core.c | 2532 s64 left = local64_read(&hwc->period_left); in icl_set_topdown_event_period() local 2542 if (left == x86_pmu.max_period) { in icl_set_topdown_event_period() 4483 static void bdw_limit_period(struct perf_event *event, s64 *left) in bdw_limit_period() argument 4487 if (*left < 128) in bdw_limit_period() 4488 *left = 128; in bdw_limit_period() 4489 *left &= ~0x3fULL; in bdw_limit_period() 4493 static void nhm_limit_period(struct perf_event *event, s64 *left) in nhm_limit_period() argument 4495 *left = max(*left, 32LL); in nhm_limit_period() 4498 static void spr_limit_period(struct perf_event *event, s64 *left) in spr_limit_period() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | wavpackenc.c | 205 static void shift_stereo(int32_t *left, int32_t *right, in shift_stereo() argument 210 left [i] >>= shift; in shift_stereo() 567 int32_t left, sam_A; in decorr_mono() local 572 dpp->samplesA[0] = left = in_samples[0]; in decorr_mono() 574 left -= APPLY_WEIGHT(dpp->weightA, sam_A); in decorr_mono() 575 UPDATE_WEIGHT(dpp->weightA, dpp->delta, sam_A, left); in decorr_mono() 577 out_samples[0] = left; in decorr_mono() 584 int32_t left, sam_A; in decorr_mono() local 587 dpp->samplesA[k] = left = in_samples[0]; in decorr_mono() 590 left in decorr_mono() [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 1966 // a virtual vector out of the concatenation of the left and right vectors, and then 1985 // value from the left side 1992 // value from the left 2329 // The comma operator ignores the type of the left-hand side entirely. in writeBinaryExpression() 2589 // Get the left and right item in the array. in writeArrayComparison() 2615 // Get the left and right versions of this field. in writeStructComparison() 2670 const Expression* left = b.left().get(); in writeBinaryExpression() local 2678 this->getLValue(*left, out)->store(rhs, out); in writeBinaryExpression() 2683 return this->writeLogicalAnd(*b.left(), * in writeBinaryExpression() 2724 writeLogicalAnd(const Expression& left, const Expression& right, OutputStream& out) writeLogicalAnd() argument 2744 writeLogicalOr(const Expression& left, const Expression& right, OutputStream& out) writeLogicalOr() argument [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/ |
H A D | ability_context.h | 389 * @param the left position of window rectangle. 394 virtual void GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) = 0;
|