Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/search/
Dbsearch.c96 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/
Dl64a.c34 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/
Djp2uc.c56 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/
Datof_ryu.c39 unsigned long index; in floor_log2() local
40 return _BitScanReverse(&index, value) ? index : 32; in floor_log2()
Datod_ryu.c40 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/
Dindex.c50 index (const char *s, in index() function
Dstrings.tex28 * index:: Search for character in string
86 @include string/index.def
DCMakeLists.txt46 index.c
Dmeson.build46 'index.c',
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dstring.c249 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/
Dstrings.h73 char *index(const char *, int) __pure; /* LEGACY */
/picolibc-3.5.0-3.4.0/newlib/libc/machine/arm/
Darm_asm.h163 .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/
Dmktbl.pl918 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/
Dpicolibc.ld.in260 .stab.index 0 : { *(.stab.index) }
DCOPYING.picolibc3722 newlib/libc/string/index.c
/picolibc-3.5.0-3.4.0/newlib/doc/
Dmakedocbook.py252 def index(c, l): function
427 'INDEX': index,
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/
Diconv.tex1092 "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/
DHOWTO144 * configure.host: An index of every supported Newlib host and the settings to
DChangeLog-20154000 * 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 …]