Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 91) sorted by relevance

1234

/u-boot/scripts/kconfig/
A Dexpr.c76 e->left = org->left; in expr_copy()
79 e->left.expr = expr_copy(org->left.expr); in expr_copy()
87 e->left.sym = org->left.sym; in expr_copy()
93 e->left.expr = expr_copy(org->left.expr); in expr_copy()
167 e1->left.sym == e2->left.sym && in __expr_eliminate_eq()
266 return e1->left.sym == e2->left.sym; in expr_eq()
276 e1->left.sym == e2->left.sym); in expr_eq()
317 if (e->left.expr->left.sym == &symbol_no) { in expr_eliminate_yn()
444 sym2 = e2->left.expr->left.sym; in expr_join_or()
508 sym2 = e2->left.expr->left.sym; in expr_join_and()
[all …]
A Dexpr.h44 union expr_data left, right; member
52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
319 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); in expr_is_yes()
324 return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); in expr_is_no()
A Dmenu.c88 e->left.expr = rewrite_m(e->left.expr); in rewrite_m()
92 e->left.expr = rewrite_m(e->left.expr); in rewrite_m()
97 if (e->left.sym == &symbol_mod) in rewrite_m()
283 if (!menu_validate_number(sym, prop->expr->left.sym) || in sym_check_prop()
530 for (ep = &prop->expr; *ep; ep = &(*ep)->left.expr) in menu_finalize()
/u-boot/lib/zlib/
A Duncompr.c37 uLong len, left; local
43 left = *destLen;
46 left = 1;
65 stream.avail_out = left > (uLong)max ? max : (uInt)left;
66 left -= stream.avail_out;
81 left = 1;
86 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
A Dinftrees.c42 int left; /* number of prefix codes available */ in inflate_table() local
127 left = 1; in inflate_table()
129 left <<= 1; in inflate_table()
130 left -= count[len]; in inflate_table()
131 if (left < 0) return -1; /* over-subscribed */ in inflate_table()
133 if (left > 0 && (type == CODES || max != 1)) in inflate_table()
263 left = (int)(1 << curr); in inflate_table()
265 left -= count[curr + drop]; in inflate_table()
266 if (left <= 0) break; in inflate_table()
268 left <<= 1; in inflate_table()
A Dinflate.c181 left = strm->avail_out; \
192 strm->avail_out = left; \
357 out = left; in inflate()
597 if (copy > left) copy = left; in inflate()
602 left -= copy; in inflate()
822 copy = out - left; in inflate()
837 if (copy > left) copy = left; in inflate()
838 left -= copy; in inflate()
848 left--; in inflate()
854 out -= left; in inflate()
[all …]
/u-boot/cmd/
A Dtest.c58 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
67 left = 1; in do_test()
68 while (argv[left]) in do_test()
69 debug(" '%s'", argv[left++]); in do_test()
73 left = argc - 1; in do_test()
79 while (left > 0) { in do_test()
81 if (left <= op_adv[i].arg) in do_test()
93 if (left < adv) { in do_test()
176 ap += adv; left -= adv; in do_test()
/u-boot/post/lib_powerpc/
A Dcomplex.c56 int left; in cpu_post_test_complex_2() local
63 left = cpu_post_complex_2_asm(x, n); in cpu_post_test_complex_2()
64 left *= 1 - x; in cpu_post_test_complex_2()
73 if (left != right) in cpu_post_test_complex_2()
/u-boot/arch/arm/mach-tegra/tegra20/
A Dcrypto.c54 u8 left[AES128_KEY_LENGTH]; in sign_object() local
66 tmp_data, left, 1); in sign_object()
68 left_shift_vector(left, k1, sizeof(left)); in sign_object()
70 if ((left[0] >> 7) != 0) /* get MSB of L */ in sign_object()
/u-boot/drivers/i2c/
A Dtegra186_bpmp_i2c.c46 int left, i, ret; in tegra186_bpmp_i2c_xfer() local
51 left = ARRAY_SIZE(req.xfer.data_buf); in tegra186_bpmp_i2c_xfer()
56 if ((len >= BIT(16)) || (len > left)) in tegra186_bpmp_i2c_xfer()
78 left = resp.xfer.data_size; in tegra186_bpmp_i2c_xfer()
79 if (left > ARRAY_SIZE(resp.xfer.data_buf)) in tegra186_bpmp_i2c_xfer()
/u-boot/tools/patman/
A Dterminal.py108 left = size
115 toadd = before[:left]
119 left -= len(toadd)
127 toadd = after[:left]
/u-boot/drivers/usb/gadget/
A Df_thor.c150 long long int *left, in download_head() argument
197 *left = left_to_rcv + buf - transfer_buffer; in download_head()
199 *left, left_to_rcv, buf); in download_head()
215 static int download_tail(long long int left, int cnt) in download_tail() argument
221 debug("%s: left: %llu cnt: %d\n", __func__, left, cnt); in download_tail()
235 if (left) { in download_tail()
260 static long long int left, ret_head; in process_rqt_download() local
306 &left, &cnt); in process_rqt_download()
308 left = 0; in process_rqt_download()
314 rsp->ack = download_tail(left, cnt); in process_rqt_download()
[all …]
/u-boot/test/py/
A Dmultiplexed_log.css31 padding-left: 5px
36 margin-left: -5px;
/u-boot/arch/arm/dts/
A Dsun4i-a10-inet9f-rev03.dts70 left-joystick-left {
78 left-joystick-right {
86 left-joystick-up {
94 left-joystick-down {
102 right-joystick-left {
134 dpad-left {
202 top-left {
A Dtegra20-medcom-wide.dts51 left-margin = <2>;
/u-boot/doc/device-tree-bindings/video/
A Ddisplaymode.txt8 - left-margin, right-margin, hsync-len: Horizontal Display timing
35 left-margin = <25>;
/u-boot/lib/
A Dsha1.c229 unsigned long left; in sha1_update() local
234 left = ctx->total[0] & 0x3F; in sha1_update()
235 fill = 64 - left; in sha1_update()
243 if (left && ilen >= fill) { in sha1_update()
244 memcpy ((void *) (ctx->buffer + left), (void *) input, fill); in sha1_update()
248 left = 0; in sha1_update()
258 memcpy ((void *) (ctx->buffer + left), (void *) input, ilen); in sha1_update()
A Dsha256.c191 uint32_t left, fill; in sha256_update() local
196 left = ctx->total[0] & 0x3F; in sha256_update()
197 fill = 64 - left; in sha256_update()
205 if (left && length >= fill) { in sha256_update()
206 memcpy((void *) (ctx->buffer + left), (void *) input, fill); in sha256_update()
210 left = 0; in sha256_update()
220 memcpy((void *) (ctx->buffer + left), (void *) input, length); in sha256_update()
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css32 * - align caption "left" ("center" is unsuitable on vast tables)
37 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
/u-boot/doc/usage/
A Dexit.rst15 If scripts are nested, only the innermost script is left.
/u-boot/board/freescale/mx28evk/
A DREADME23 * VDD 5V: To the left (off)
32 * VDD 5V: To the left (off)
/u-boot/drivers/dfu/
A Ddfu.c695 unsigned long dfu_buf_size, write, left = size; in dfu_write_from_mem_addr() local
708 for (i = 0; left > 0; i++) { in dfu_write_from_mem_addr()
709 write = min(dfu_buf_size, left); in dfu_write_from_mem_addr()
712 dp, left, write); in dfu_write_from_mem_addr()
720 left -= write; in dfu_write_from_mem_addr()
/u-boot/board/toradex/apalis-tk1/
A DKconfig33 left disabled in the device tree which needs changing as well for this
/u-boot/lib/efi_loader/
A Defi_signature.c648 size_t left; in efi_sigstore_parse_siglist() local
690 left = esl->signature_list_size in efi_sigstore_parse_siglist()
695 while (left > 0) { in efi_sigstore_parse_siglist()
697 if (left < esl->signature_size) { in efi_sigstore_parse_siglist()
727 left -= esl->signature_size; in efi_sigstore_parse_siglist()
/u-boot/board/toradex/apalis_t30/
A DKconfig33 Evaluation board. Note that by default both those ports are also left

Completed in 25 milliseconds

1234