Home
last modified time | relevance | path

Searched refs:left (Results 751 - 775 of 3217) sorted by relevance

1...<<31323334353637383940>>...129

/kernel/linux/linux-6.6/arch/sh/drivers/
H A Dplatform_early.c219 int left = 0; in sh_early_platform_driver_probe_id() local
228 left = 1; in sh_early_platform_driver_probe_id()
232 left += sh_early_platform_left(epdrv, id); in sh_early_platform_driver_probe_id()
289 if (left) in sh_early_platform_driver_probe_id()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dexpr.h44 union expr_data left, right; member
52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
320 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); in expr_is_yes()
325 return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); in expr_is_no()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.h44 union expr_data left, right; member
52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
313 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); in expr_is_yes()
318 return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); in expr_is_no()
/third_party/ffmpeg/libavdevice/
H A Ddshow_common.c155 dshowdebug(" rcSource: left %ld top %ld right %ld bottom %ld\n", in ff_print_AM_MEDIA_TYPE()
156 v->rcSource.left, v->rcSource.top, v->rcSource.right, v->rcSource.bottom); in ff_print_AM_MEDIA_TYPE()
157 dshowdebug(" rcTarget: left %ld top %ld right %ld bottom %ld\n", in ff_print_AM_MEDIA_TYPE()
158 v->rcTarget.left, v->rcTarget.top, v->rcTarget.right, v->rcTarget.bottom); in ff_print_AM_MEDIA_TYPE()
165 dshowdebug(" rcSource: left %ld top %ld right %ld bottom %ld\n", in ff_print_AM_MEDIA_TYPE()
166 v->rcSource.left, v->rcSource.top, v->rcSource.right, v->rcSource.bottom); in ff_print_AM_MEDIA_TYPE()
167 dshowdebug(" rcTarget: left %ld top %ld right %ld bottom %ld\n", in ff_print_AM_MEDIA_TYPE()
168 v->rcTarget.left, v->rcTarget.top, v->rcTarget.right, v->rcTarget.bottom); in ff_print_AM_MEDIA_TYPE()
/third_party/ffmpeg/libavcodec/x86/
H A Dhuffyuvdsp.asm53 ; intptr_t w, uint8_t *left)
55 cglobal add_hfyu_left_pred_bgr32, 4,4,3, dst, src, w, left
80 ; void add_hfyu_median_prediction_mmxext(uint8_t *dst, const uint8_t *top, const uint8_t *diff, int mask, int w, int *left, int *left_top)
82 cglobal add_hfyu_median_pred_int16, 7,7,0, dst, top, diff, mask, w, left, left_top
/third_party/ffmpeg/libavfilter/
H A Dvf_addroi.c135 .left = old_roi->left, in addroi_filter_frame()
145 .left = ctx->region[X], in addroi_filter_frame()
173 .left = ctx->region[X], in addroi_filter_frame()
220 { "x", "Region distance from left edge of frame.",
/third_party/ffmpeg/libavformat/
H A Dxwma.c293 int64_t left; in xwma_read_packet() local
299 left = xwma->data_end - avio_tell(s->pb); in xwma_read_packet()
300 if (left <= 0) { in xwma_read_packet()
306 size = FFMIN(size, left); in xwma_read_packet()
/third_party/rust/crates/cxx/src/
H A Dsip.rs177 let left = len & 0x7; // len % 8 in write()
180 while i < len - left { in write()
181 // SAFETY: because `len - left` is the biggest multiple of 8 under in write()
194 // so `i + left` = `needed + len` = `length`, which is by in write()
196 self.tail = unsafe { u8to64_le(msg, i, left) }; in write()
197 self.ntail = left; in write()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp124 void MatrixStack::frustum(float left, float right, float bottom, float top, float zNear, float zFar) in frustum() argument
126 float l = (float)left; in frustum()
146 void MatrixStack::ortho(double left, double right, double bottom, double top, double zNear, double zFar) in ortho() argument
148 float l = (float)left; in ortho()
/third_party/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp48 double left = line[0].fX; in doIntersect() local
50 flipped = left > right; in doIntersect()
53 swap(left, right); in doIntersect()
55 result = intersections.horizontal(conic, left, right, line[0].fY, flipped); in doIntersect()
H A DPathOpsCubicLineIntersectionTest.cpp116 double left = line[0].fX; in doIntersect() local
118 flipped = left > right; in doIntersect()
121 swap(left, right); in doIntersect()
123 result = intersections.horizontal(cubic, left, right, line[0].fY, flipped); in doIntersect()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_test_util.h45 inline cord_internal::CordRepConcat* MakeConcat(cord_internal::CordRep* left, in MakeConcat() argument
50 concat->length = left->length + right->length; in MakeConcat()
51 concat->left = left; in MakeConcat()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c246 size_t left = siz; in os_strlcpy() local
248 if (left) { in os_strlcpy()
250 while (--left != 0) { in os_strlcpy()
256 if (left == 0) { in os_strlcpy()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_win32.c246 size_t left = siz; in os_strlcpy() local
248 if (left) { in os_strlcpy()
250 while (--left != 0) { in os_strlcpy()
256 if (left == 0) { in os_strlcpy()
/kernel/linux/linux-5.10/crypto/
H A Daegis128-core.c291 unsigned int left = size; in crypto_aegis128_process_ad() local
301 left -= fill; in crypto_aegis128_process_ad()
305 crypto_aegis128_ad(state, src, left); in crypto_aegis128_process_ad()
306 src += left & ~(AEGIS_BLOCK_SIZE - 1); in crypto_aegis128_process_ad()
307 left &= AEGIS_BLOCK_SIZE - 1; in crypto_aegis128_process_ad()
310 memcpy(buf.bytes + pos, src, left); in crypto_aegis128_process_ad()
312 pos += left; in crypto_aegis128_process_ad()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_wpf.c404 unsigned int left; in wpf_configure_partition() local
414 left = 0; in wpf_configure_partition()
422 left = pipe->partition->wpf.left; in wpf_configure_partition()
447 * First take the partition left coordinate into account. in wpf_configure_partition()
458 offset = format->width - left - width; in wpf_configure_partition()
460 offset = format->height - left - width; in wpf_configure_partition()
462 offset = left; in wpf_configure_partition()
504 * horizontal (left) offset becomes a vertical offset. in wpf_configure_partition()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c404 unsigned int left; in wpf_configure_partition() local
414 left = 0; in wpf_configure_partition()
422 left = pipe->partition->wpf.left; in wpf_configure_partition()
447 * First take the partition left coordinate into account. in wpf_configure_partition()
458 offset = format->width - left - width; in wpf_configure_partition()
460 offset = format->height - left - width; in wpf_configure_partition()
462 offset = left; in wpf_configure_partition()
504 * horizontal (left) offset becomes a vertical offset. in wpf_configure_partition()
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-sha1.c269 uint32_t left; in jerryx_sha1_update() local
276 left = sha1_context_p->total[0] & 0x3F; in jerryx_sha1_update()
277 fill = 64 - left; in jerryx_sha1_update()
287 if (left && source_length >= fill) in jerryx_sha1_update()
289 memcpy ((void *) (sha1_context_p->buffer + left), source_p, fill); in jerryx_sha1_update()
293 left = 0; in jerryx_sha1_update()
305 memcpy ((void *) (sha1_context_p->buffer + left), source_p, source_length); in jerryx_sha1_update()
/third_party/node/deps/v8/third_party/zlib/
H A Dgzread.c84 left unchanged if there is no more input data available, will be set to COPY
550 unsigned left, n; local
576 left = (unsigned)len - 1;
577 if (left) do {
587 n = state->x.have > left ? left : state->x.have;
597 left -= n;
599 } while (left && eol == NULL);
/third_party/node/deps/zlib/
H A Dgzread.c69 left unchanged if there is no more input data available, will be set to COPY
500 unsigned left, n; in gzgets() local
526 left = (unsigned)len - 1; in gzgets()
527 if (left) do { in gzgets()
537 n = state->x.have > left ? left : state->x.have; in gzgets()
547 left -= n; in gzgets()
549 } while (left && eol == NULL); in gzgets()
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c94 left unchanged if there is no more input data available, will be set to COPY
544 unsigned left, n; local
569 left = (unsigned)len - 1;
570 if (left) do {
583 n = state->have > left ? left : state->have;
593 left -= n;
595 } while (left && eol == NULL);
/third_party/lwip/src/netif/ppp/polarssl/
H A Dmd5.c214 unsigned long left; in md5_update() local
219 left = ctx->total[0] & 0x3F; in md5_update()
220 fill = 64 - left; in md5_update()
228 if( left && ilen >= fill ) in md5_update()
230 MEMCPY( (void *) (ctx->buffer + left), in md5_update()
235 left = 0; in md5_update()
247 MEMCPY( (void *) (ctx->buffer + left), in md5_update()
H A Dsha1.c248 unsigned long left; in sha1_update() local
253 left = ctx->total[0] & 0x3F; in sha1_update()
254 fill = 64 - left; in sha1_update()
262 if( left && ilen >= fill ) in sha1_update()
264 MEMCPY( (void *) (ctx->buffer + left), in sha1_update()
269 left = 0; in sha1_update()
281 MEMCPY( (void *) (ctx->buffer + left), in sha1_update()
/third_party/skia/samplecode/
H A DSamplePathClip.cpp101 // now we're left-to-right: p0 .. p1
103 if (p1.fX <= bounds.left()) { // entirely to the left
104 p0.fX = p1.fX = bounds.left();
116 if (p0.fX < bounds.left()) {
117 float y = SkDoubleToScalar(p0.fY + (bounds.left() - p0.fX) / dxdy);
118 *edges++ = SkPoint::Make(bounds.left(), p0.fY);
119 *edges++ = SkPoint::Make(bounds.left(), y);
120 p0.set(bounds.left(), y);
/third_party/skia/third_party/externals/zlib/
H A Dgzread.c84 left unchanged if there is no more input data available, will be set to COPY
552 unsigned left, n; local
578 left = (unsigned)len - 1;
579 if (left) do {
589 n = state->x.have > left ? left : state->x.have;
599 left -= n;
601 } while (left && eol == NULL);

Completed in 17 milliseconds

1...<<31323334353637383940>>...129