/third_party/skia/gm/ |
H A D | lcdoverlap.cpp | 70 canvas->translate(-fBlob->bounds().width() / 2.0f - fBlob->bounds().left() + 0.5f, 0); in drawTestCase()
|
H A D | croppedrects.cpp | 98 canvas->translate(-kSrcImageClip.left(), -kSrcImageClip.top());
|
H A D | gradient_matrix.cpp | 89 shaderMat.postTranslate(rectGrad.left(), rectGrad.top()); in draw_gradients()
|
/third_party/skia/include/private/ |
H A D | SkSLString.h | 59 SK_API String operator+(skstd::string_view left, skstd::string_view right);
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 180 # This is where we loop if there is more than 128 bytes left 226 # Jump here if there are less than 16*NBYTES left. 254 # Jump here if there are less than 8*NBYTES left. 273 # Jump here if there are less than 4*NBYTES left. This means
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-memset.S | 148 * $3 - number quads left to go 156 * through the loop, and if there are less than two trips left, the target 198 subq $3,1,$3 # E : Decrement number quads left 326 * $3 - number quads left to go 334 * through the loop, and if there are less than two trips left, the target 376 subq $3,1,$3 # E : Decrement number quads left 514 * $3 - number quads left to go 522 * through the loop, and if there are less than two trips left, the target 564 subq $3,1,$3 # E : Decrement number quads left
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 182 # This is where we loop if there is more than 128 bytes left 228 # Jump here if there are less than 16*NBYTES left. 256 # Jump here if there are less than 8*NBYTES left. 275 # Jump here if there are less than 4*NBYTES left. This means
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-memset.S | 148 * $3 - number quads left to go 156 * through the loop, and if there are less than two trips left, the target 198 subq $3,1,$3 # E : Decrement number quads left 326 * $3 - number quads left to go 334 * through the loop, and if there are less than two trips left, the target 376 subq $3,1,$3 # E : Decrement number quads left 514 * $3 - number quads left to go 522 * through the loop, and if there are less than two trips left, the target 564 subq $3,1,$3 # E : Decrement number quads left
|
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-regs.c | 135 /* Note: s3c244x requirement: left = f_width - rect.width / 2 */ in camif_hw_set_camera_crop() 138 cfg |= (crop->left << 16) | crop->top; in camif_hw_set_camera_crop() 139 if (crop->left != 0 || crop->top != 0) in camif_hw_set_camera_crop() 144 hoff2 = mf->width - crop->width - crop->left; in camif_hw_set_camera_crop()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | ahb.c | 729 unsigned long left; in ath11k_ahb_remove() local 734 left = wait_for_completion_timeout(&ab->driver_recovery, in ath11k_ahb_remove() 736 if (!left) in ath11k_ahb_remove()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-regs.c | 135 /* Note: s3c244x requirement: left = f_width - rect.width / 2 */ in camif_hw_set_camera_crop() 138 cfg |= (crop->left << 16) | crop->top; in camif_hw_set_camera_crop() 139 if (crop->left != 0 || crop->top != 0) in camif_hw_set_camera_crop() 144 hoff2 = mf->width - crop->width - crop->left; in camif_hw_set_camera_crop()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gud/ |
H A D | gud_connector.c | 302 if (old_state->tv.margins.left != new_state->tv.margins.left || in gud_connector_atomic_check() 449 return &state->margins.left; in gud_connector_tv_state_val()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swap_state.c | 752 unsigned int left = (win - 1) / 2; in swap_ra_info() local 754 lpfn = fpfn - left; in swap_ra_info() 755 rpfn = fpfn + win - left; in swap_ra_info()
|
/third_party/ffmpeg/libavcodec/ |
H A D | lagarith.c | 217 * if (b & 0x80 == 0) { // order of operations is 'wrong'; it has been left this way in lag_read_prob_header() 243 uint8_t *diff, int w, int *left, in add_lag_median_prediction() 253 l = *left; in add_lag_median_prediction() 262 *left = l; in add_lag_median_prediction() 279 /* Second line, left predict first pixel, the rest of the line is median predicted in lag_pred_line() 283 /* Top left is 2 rows back, last pixel */ in lag_pred_line() 242 add_lag_median_prediction(uint8_t *dst, uint8_t *src1, uint8_t *diff, int w, int *left, int *left_top) add_lag_median_prediction() argument
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 516 size_t left = len; in write_output() local 520 while (isspace(*p++) && left-- > 0) in write_output() 523 fwrite_or_die((void *)p, left, 1, postpipe); in write_output() 640 _log("No pages left, outputting empty file.\n"); in print_file()
|
/third_party/gn/src/gn/ |
H A D | parse_tree.h | 151 // Additionally, the left-hand-side of the accessor must currently be an 171 // Base is the thing on the left of the [] or dot, currently always required 247 const ParseNode* left() const { return left_.get(); } in left() function in BinaryOpNode 248 void set_left(std::unique_ptr<ParseNode> left) { left_ = std::move(left); } in set_left() argument
|
/third_party/lame/misc/ |
H A D | ath.c | 619 left = 0, enumerator 671 case left: in experiment() 760 " earmode: left, right, both, phase90, phase180\n" in usage() 809 else if ( 0 == strncmp ( argv[7], "le" , 2) ) earmode = left; in main()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | nodes.py | 428 fields = ("left", "right") 442 return f(self.left.as_const(eval_ctx), self.right.as_const(eval_ctx)) 844 """Multiplies the left with the right node.""" 850 """Divides the left by the right node.""" 856 """Divides the left by the right node and truncates conver the 864 """Add the left to the right node.""" 870 """Subtract the right from the left node.""" 894 return self.left.as_const(eval_ctx) and self.right.as_const(eval_ctx) 904 return self.left.as_const(eval_ctx) or self.right.as_const(eval_ctx)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | nodes.py | 417 fields = ('left', 'right') 429 return f(self.left.as_const(eval_ctx), self.right.as_const(eval_ctx)) 796 """Multiplies the left with the right node.""" 801 """Divides the left by the right node.""" 806 """Divides the left by the right node and truncates conver the 813 """Add the left to the right node.""" 818 """Subtract the right from the left node.""" 838 return self.left.as_const(eval_ctx) and self.right.as_const(eval_ctx) 847 return self.left.as_const(eval_ctx) or self.right.as_const(eval_ctx)
|
/third_party/node/deps/npm/node_modules/ip-address/dist/ |
H A D | ipv6.js | 912 const [left, right] = this.address.split('::'); 913 if (left.length) { 914 output.push(...helpers.simpleGroup(left));
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.cpp | 163 int left, int top) { in copyBufferToTexture() 165 SkASSERT(subresourceCount == 1 || (left == 0 && top == 0)); in copyBufferToTexture() 181 fCommandList->CopyTextureRegion(&dst, left, top, 0, &src, nullptr); in copyBufferToTexture() 159 copyBufferToTexture(ID3D12Resource* srcBuffer, const GrD3DTextureResource* dstTexture, uint32_t subresourceCount, D3D12_PLACED_SUBRESOURCE_FOOTPRINT* bufferFootprints, int left, int top) copyBufferToTexture() argument
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | nodes.py | 428 fields = ("left", "right") 442 return f(self.left.as_const(eval_ctx), self.right.as_const(eval_ctx)) 844 """Multiplies the left with the right node.""" 850 """Divides the left by the right node.""" 856 """Divides the left by the right node and truncates conver the 864 """Add the left to the right node.""" 870 """Subtract the right from the left node.""" 894 return self.left.as_const(eval_ctx) and self.right.as_const(eval_ctx) 904 return self.left.as_const(eval_ctx) or self.right.as_const(eval_ctx)
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_post.c | 504 size_t left = data->size - data->pos; in readBuffer() local 506 if (required > left) in readBuffer() 507 required = left; in readBuffer()
|
/third_party/skia/tests/ |
H A D | RegionTest.cpp | 513 int left = 0, right = 0; in DEF_TEST() local 514 REPORTER_ASSERT(reporter, !spanIter.next(&left, &right)); in DEF_TEST() 515 REPORTER_ASSERT(reporter, !left); in DEF_TEST()
|
/third_party/skia/tools/ |
H A D | ToolUtils.cpp | 309 const SkPoint3 left = SkPoint3::Make(-SK_ScalarRoot2Over2, 0.0f, SK_ScalarRoot2Over2); in create_frustum_normal_map() local 330 norm = -locX > locY ? left : down; // LL corner in create_frustum_normal_map() 332 norm = locX > locY ? up : left; // UL corner in create_frustum_normal_map()
|