/picolibc-3.7.0-3.6.0/newlib/libc/locale/ |
D | locale.tex | 61 character in the string represents the number of digits for the next 97 The number of digits to display when formatting amounts of money to 99 @code{CHAR_MAX} (the largest number representable as a @code{char}) in 103 The number of digits to display when formatting amounts of money to 110 the currency symbol is placed after the formatted number. 122 the currency symbol is placed after the formatted number. 134 number; @code{1} means the sign is placed before both the number and the 135 currency symbol; @code{2} means the sign is placed after both the number
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | nano-vfscanf.c | 318 goto number; in _SVFSCANF() 322 goto number; in _SVFSCANF() 325 goto number; in _SVFSCANF() 328 number: in _SVFSCANF()
|
D | nano-vfprintf_i.c | 136 goto number; in _printf_i() 179 number: in _printf_i()
|
D | vfwprintf.c | 914 goto number; in VFWPRINTF() 1292 number: if ((dprec = prec) >= 0) in VFWPRINTF() 1725 int number, flags; in get_arg() local 1752 number = 0; in get_arg() 1923 pos = number - 1; in get_arg() 1929 number -= 1; in get_arg() 1930 arg_type[number] = INT; in get_arg() 1931 max_pos_arg = (max_pos_arg > number ? max_pos_arg : number); in get_arg() 1940 number = (ch - '0'); in get_arg() 1943 number = number * 10 + (ch - '0'); in get_arg()
|
D | vfprintf.c | 958 goto number; in VFPRINTF() 1315 number: if ((dprec = prec) >= 0) in VFPRINTF() 1804 int number, flags; in get_arg() local 1854 number = 0; in get_arg() 2030 pos = number - 1; in get_arg() 2036 number -= 1; in get_arg() 2037 arg_type[number] = INT; in get_arg() 2038 max_pos_arg = (max_pos_arg > number ? max_pos_arg : number); in get_arg() 2047 number = (ch - '0'); in get_arg() 2050 number = number * 10 + (ch - '0'); in get_arg()
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | test.h | 53 } number; member 90 } number; member 129 } number; member 153 } number; member
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/ |
D | strncat.S | 12 ;; r3 => Max number of bytes to copy 43 mov r14, r3 ; Restore the limit on the number of bytes copied. 48 …add #0, r14, r3 ; Restore the number of bytes to copy (again), but this time set the Z flag as wel…
|
D | strncpy.S | 33 cmp #0, r3 ; If we have copied the number of bytes requested 36 sub r3, r1 ; Subtract the number of bytes left to be written.
|
D | strcat.S | 32 mov #-1, r3 ; Limit on the number of bytes examined. 36 mov #-1, r3 ; Set a limit on the number of bytes copied.
|
D | strlen.S | 24 mov #-1, r3 ; Set a limit on the number of bytes examined.
|
D | strncmp.S | 12 ;; R3: max number of bytes to compare
|
D | memchr.S | 11 ;; R3: max number to scan
|
/picolibc-3.7.0-3.6.0/ |
D | picolibc.h.in | 382 /* The Picolibc minor version number. */ 388 /* The Picolibc major version number. */ 438 /* The newlib minor version number. */ 444 /* The newlib major version number. */ 455 /* The Picolibc minor version number. */ 464 /* The Picolibc major version number. */
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | math.tex | 19 @code{HUGE_VAL}; this number is returned on overflow by many functions. 55 * frexp:: Split floating-point number 72 * nextafter:: Get next representable number 80 * signbit:: Does floating-point number have negative sign?
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/m68k/ |
D | memcpy.S | 81 lsr.l #1,d0 | number of 16-byte transfers
|
D | memset.S | 72 move.l d1,d2 | number of long transfers (at least 3)
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | strings.tex | 51 * strerror:: Convert error number to string (strerror, strerror_l) 52 * strerror_r:: Convert error number to string
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/ |
D | memcpy.S | 108 cmpibge 0,g2,Lexit # exit if number of bytes to move is <= zero.
|
D | memcmp_ca.S | 119 cmpibge.f 0,g2,Lequal_exit # return equality if number bytes 0
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | newlib.hin | 428 /* The newlib minor version number. */ 434 /* The newlib major version number. */
|
/picolibc-3.7.0-3.6.0/newlib/libc/time/ |
D | time.tex | 76 * time:: Get current calendar time (as single number)
|
/picolibc-3.7.0-3.6.0/doc/ |
D | releasing.md | 43 7. Update meson.build and CMakeLists.txt with new version number
|
/picolibc-3.7.0-3.6.0/test/ |
D | fma_gen.5c | 58 * Construct our fancy float_t from a number 131 * integer portion holds the number of bits in the 367 * Usual Exponent range for the specified number of bits in the
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ |
D | iconv.tex | 90 Each number from the CCS is converted to a sequence of bits or bytes by means 942 Each encoding has one @dfn{name} and a number of @dfn{aliases}. When 1022 direction and the CCS bits number. 1067 Any element number @emph{m} of @dfn{the heading block} (which contains 1088 @item Calculate the block number: @emph{BlkN = (Y & 0xFF00) >> 8}. 1090 @item If the heading block element with number @emph{BlkN} is 0xFFFF, there 1116 ("from" codes) on @dfn{ranges} (@dfn{range} is a number of consecutive UCS-2 codes). 1129 Ranges number (2 bytes) 1133 Unranged codes number (2 bytes) 1187 the number of bytes which are needed to form the range is greater than [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/signal/ |
D | signal.tex | 80 * sig2str:: Translate between signal number and name
|