Searched refs:limit (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | strncmp.S | 47 #define limit x2 macro 86 cbz limit, L(ret0) 102 subs limit, limit, #8 115 add limit, limit, 8 /* Rewind limit to before last subs. */ 124 cmp limit, pos, lsr #3 134 tbz limit, #63, L(not_limit) 135 add tmp1, limit, 8 136 cbz limit, L(not_limit) 138 lsl limit, tmp1, #3 /* Bits -> bytes. */ 140 lsr mask, mask, limit [all …]
|
D | memcmp.S | 22 #define limit x2 macro 43 cmp limit, 16 51 add src1end, src1, limit 52 add src2end, src2, limit 53 cmp limit, 32 55 cmp limit, 160 57 sub limit, limit, 32 66 cmp limit, 16 77 subs limit, limit, 32 102 add src1end, src1, limit [all …]
|
/picolibc-latest/newlib/libc/search/ |
D | hash_log2.c | 48 __uint32_t i, limit; in __log2() local 50 limit = 1; in __log2() 51 for (i = 0; limit < num; limit = limit << 1, i++); in __log2()
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | strlen.S | 26 mov #-1, r3 ; Set a limit on the number of bytes examined.
|
D | strcat.S | 38 mov #-1, r3 ; Set a limit on the number of bytes copied.
|
D | strncat.S | 45 mov r14, r3 ; Restore the limit on the number of bytes copied.
|
/picolibc-latest/newlib/libc/string/ |
D | wcstrings.tex | 30 * Function wcsnlen:: Wide-character string length with maximum limit
|
/picolibc-latest/ |
D | README.md | 232 * Adjust POSIX and C headers to limit symbol exposure to that 263 * Clean up header files. Picolibc tries to limit symbol definitions
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2043 __WCHAR_UNSIGNED__ if it is provided, and correct the limit when 4420 Don't limit c->max to 64*1024 on targets with SIZE_MAX < 64*1024. 8118 * libc/sys/linux/net/getaddrinfo.c: Add limit.h include. 12061 * libc/string/strnlen.c (strnlen): Fix so check for max limit occurs 20217 when storage exceeds reasonable limit. 23683 limit initialisation.
|