Home
last modified time | relevance | path

Searched refs:width (Results 1 – 19 of 19) sorted by relevance

/lib/
A Ddisplay_options.c165 if (linelen * width > MAX_LINE_LENGTH_BYTES) in hexdump_line()
166 linelen = MAX_LINE_LENGTH_BYTES / width; in hexdump_line()
168 linelen = DEFAULT_LINE_LENGTH_BYTES / width; in hexdump_line()
186 if (width == 4) in hexdump_line()
190 else if (width == 2) in hexdump_line()
198 data += width; in hexdump_line()
206 for (i = 0; i < thislinelen * width; i++) { in hexdump_line()
219 if (linelen*width > MAX_LINE_LENGTH_BYTES) in print_buffer()
220 linelen = MAX_LINE_LENGTH_BYTES / width; in print_buffer()
235 data += thislinelen * width; in print_buffer()
[all …]
A Dsscanf.c402 width = 0; in vsscanf()
445 width = width * 10 + c - '0'; in vsscanf()
553 if (width == 0) in vsscanf()
554 width = 1; in vsscanf()
561 width -= n; in vsscanf()
566 sum += width; in vsscanf()
573 inr -= width; in vsscanf()
574 inp += width; in vsscanf()
659 if (width == 0 || width > sizeof(buf) - 1) in vsscanf()
665 width++; in vsscanf()
[all …]
A Dqsort.c25 size_t width, in qsort() argument
31 if ((nel > 1) && (width > 0)) { in qsort()
32 assert(nel <= ((size_t)(-1)) / width); /* check for overflow */ in qsort()
39 wgap *= width; /* So this can not overflow if wnel doesn't. */ in qsort()
40 nel *= width; /* Convert nel to 'wnel' */ in qsort()
55 k = width; in qsort()
62 i += width; in qsort()
64 wgap = (wgap - width)/3; in qsort()
A Dtiny-printf.c213 int width = 0; in _vprintf() local
227 width = 0; in _vprintf()
229 width = (width * 10) + ch - '0'; in _vprintf()
319 while (width > 0 && info->bf && *info->bf++) in _vprintf()
320 width--; in _vprintf()
321 while (width-- > 0) in _vprintf()
/lib/efi_loader/
A Defi_gop.c117 efi_uintn_t width, in gop_blt_int() argument
135 linelen = width; in gop_blt_int()
143 if (sx + width > linelen) in gop_blt_int()
148 if (sx + width > gopobj->info.width || in gop_blt_int()
161 if (dx + width > gopobj->info.width || in gop_blt_int()
166 if (dx + width > linelen) in gop_blt_int()
178 swidth = gopobj->info.width; in gop_blt_int()
191 dwidth = gopobj->info.width; in gop_blt_int()
203 for (j = 0; j < width; j++) { in gop_blt_int()
436 sy, dx, dy, width, height, in gop_blt()
[all …]
/lib/efi_selftest/
A Defi_selftest_bitblt.c72 efi_uintn_t dx, sx, width; in notify() local
79 if (pos->x >= WIDTH + gop->mode->info->width) in notify()
82 width = WIDTH; in notify()
85 if (pos->x >= gop->mode->info->width) { in notify()
86 width = WIDTH + gop->mode->info->width - pos->x; in notify()
90 width = pos->x; in notify()
95 width, HEIGHT, WIDTH * sizeof(struct efi_gop_pixel)); in notify()
263 info->width, info->height, 0); in execute()
A Defi_selftest_gop.c82 i, info->width, info->height); in execute()
/lib/lwip/lwip/src/netif/ppp/
A Dutils.c137 int width, prec, fillch; in ppp_vslprintf() local
170 width = 0; in ppp_vslprintf()
178 width = va_arg(args, int); in ppp_vslprintf()
182 width = width * 10 + c - '0'; in ppp_vslprintf()
385 if (width > 0) { in ppp_vslprintf()
386 if (width > buflen) in ppp_vslprintf()
387 width = buflen; in ppp_vslprintf()
388 if ((n = width - len) > 0) { in ppp_vslprintf()
/lib/mbedtls/external/mbedtls/tests/scripts/
A Drun-test-suites.pl73 my( $width, $padchar, $string ) = @_;
74 my $padlen = ( $width - length( $string ) - 2 ) / 2;
A Dcheck_names.py100 self.textwrapper.width = 80
/lib/mbedtls/external/mbedtls/scripts/data_files/driver_templates/
A DOS-template-opaque.jinja11 {%- filter indent(width = nest_indent) %}
A DOS-template-transparent.jinja11 {%- filter indent(width = nest_indent) %}
/lib/zlib/
A Dtrees.c329 # define SEPARATOR(i, last, width) \ argument
331 ((i) % (width) == (width)-1 ? ",\n" : ", "))
/lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/
A DREADME.md318 - Fixed-width multi-precision arithmetic
319 - Fixed-width modular arithmetic
456 **Fixed-width multi-precision arithmetic:**
464 **Fixed-width modular arithmetic:**
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_bignum_core.function1276 /* The subtraction is fixed-width, so A and X must have the same number of limbs */
/lib/lwip/lwip/doc/doxygen/
A Dlwip.Doxyfile51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
1474 # to set the initial width (in pixels) of the frame in which the tree is shown.
A Dlwip.Doxyfile.cmake.in51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
1474 # to set the initial width (in pixels) of the frame in which the tree is shown.
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dpsa-shared-memory.md432 …p a record of every memory access to `logfile`, with its address and data width. If `myprogram` is…
/lib/mbedtls/external/mbedtls/
A DChangeLog5494 * Moved from unsigned long to fixed width uint32_t types throughout code

Completed in 47 milliseconds