/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | bsearch.c | 96 size_t index; in bsearch() local 104 index = (lower + upper) / 2; in bsearch() 105 current = (void *) (((char *) base) + (index * size)); in bsearch() 110 upper = index; in bsearch() 112 lower = index + 1; in bsearch()
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | l64a.c | 34 int i, index; in l64a() local 49 index = tmp & (64 - 1); in l64a() 50 *ptr++ = R64_ARRAY[index]; in l64a()
|
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/ |
D | jp2uc.c | 56 int index, adj; in __jp2uc() local 101 index = (byte1 - 0xb0) * 0xfe + (byte2 - 0xa1); in __jp2uc() 102 return b02cf[index]; in __jp2uc() 106 index = (byte1 - 0xd0) * 0xfe + (byte2 - 0xa1); in __jp2uc() 107 return d02f4[index]; in __jp2uc()
|
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | atof_ryu.c | 39 unsigned long index; in floor_log2() local 40 return _BitScanReverse(&index, value) ? index : 32; in floor_log2()
|
D | atod_ryu.c | 40 long index; in floor_log2() local 41 return _BitScanReverse64(&index, value) ? index : 64; in floor_log2()
|
/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | index.c | 50 index (const char *s, in index() function
|
D | strings.tex | 28 * index:: Search for character in string 86 @include string/index.def
|
D | CMakeLists.txt | 46 index.c
|
D | meson.build | 46 'index.c',
|
/picolibc-3.5.0-3.4.0/newlib/libm/test/ |
D | string.c | 249 check(index("abcd", 'z') == NULL); /* Not found. */ in test_string() 251 check(index(one, 'c') == one+2); /* Basic test. */ in test_string() 252 check(index(one, 'd') == one+3); /* End of string. */ in test_string() 253 check(index(one, 'a') == one); /* Beginning. */ in test_string() 254 check(index(one, '\0') == one+4); /* Finding NUL. */ in test_string() 256 check(index(one, 'b') == one+1); /* Finding first. */ in test_string() 258 check(index(one, 'b') == NULL); /* Empty string. */ in test_string() 259 check(index(one, '\0') == one); /* NUL in empty string. */ in test_string()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | strings.h | 73 char *index(const char *, int) __pure; /* LEGACY */
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/arm/ |
D | arm_asm.h | 163 .macro cfisavelist first, last, index=1 164 .cfi_offset \last, -4*(\index) 166 cfisavelist \first, \last-1, \index+1
|
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ccs/ |
D | mktbl.pl | 918 my $index = 512 + $Hdr8bitFromUCS; 922 printf OUTFILE "\n\t/* Block $blk, Array index 0x%.4X */", $index; 923 $index += 256; 1062 my $index = 256; 1066 printf OUTFILE "\n\t/* Block $blk, Array index 0x%.4X */", $index; 1067 $index += 256;
|
/picolibc-3.5.0-3.4.0/ |
D | picolibc.ld.in | 260 .stab.index 0 : { *(.stab.index) }
|
D | COPYING.picolibc | 3722 newlib/libc/string/index.c
|
/picolibc-3.5.0-3.4.0/newlib/doc/ |
D | makedocbook.py | 252 def index(c, l): function 427 'INDEX': index,
|
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ |
D | iconv.tex | 1092 "flom_ucs" array index of the @emph{BlkN}-th block. 1137 Unranged codes array index (2 bytes) 1154 The @dfn{Unranged codes array index} @emph{size_arr} section helps to find 1162 possible to quickly find the needed range index. 1175 Note, that each range requires 6 bytes to form its index. If, for 1180 range index and 4 bytes to mark codes 6 and 8 as absent are needed 1198 index". Since we are searching in the sorted array, we can do it quickly
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | HOWTO | 144 * configure.host: An index of every supported Newlib host and the settings to
|
D | ChangeLog-2015 | 4000 * libc/stdlib/putenv_r.c: Use "strchr" instead of obsolete "index". 4006 libc/string/bzero.c, libc/string/index.c, libc/string/rindex.c, 4024 * libc/string/index.c: Include <strings.h> for "index". 4982 * libc/posix/telldir.c (dd_loccnt): Change start index to be 1 7845 * libc/string/str-two-way.h (critical_factorization): Cast the index 9790 * libc/stdio/stdio.tex: Sort and update stdio documentation index. 14821 _simdldcheck(). Also add unsigned cast for index variable in 16445 and wctrans functions to documentation index. 26925 libc/string/{bcmp.c bcopy.c bzero.c index.c memchr.c memcmp.c 27444 * libc/string/strings.tex: renamed node index to node index [all …]
|