Searched refs:suffix (Results 1 – 6 of 6) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | str-two-way.h | 204 size_t suffix; /* The index of the right half of needle. */ in two_way_short_needle() local 209 suffix = critical_factorization (needle, needle_len, &period); in two_way_short_needle() 213 if (CMP_FUNC (needle, needle + period, suffix) == 0) in two_way_short_needle() 223 i = MAX (suffix, memory); in two_way_short_needle() 230 i = suffix - 1; in two_way_short_needle() 243 j += i - suffix + 1; in two_way_short_needle() 252 period = MAX (suffix, needle_len - suffix) + 1; in two_way_short_needle() 257 i = suffix; in two_way_short_needle() 264 i = suffix - 1; in two_way_short_needle() 273 j += i - suffix + 1; in two_way_short_needle() [all …]
|
/picolibc-latest/scripts/ |
D | run-power9 | 46 one_elf=`mktemp --suffix=.elf "$base".XXX` 47 one_bin=`mktemp --suffix=.bin "$base".XXX`
|
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 1910 int suffix; /* Keeps track of matching suffix */ in computematchjumps() local 1938 for (mindex = g->mlen - 1, suffix = g->mlen; mindex >= 0; in computematchjumps() 1939 mindex--, suffix--) { in computematchjumps() 1940 pmatches[mindex] = suffix; in computematchjumps() 1948 while (suffix < g->mlen in computematchjumps() 1949 && g->must[mindex] != g->must[suffix]) { in computematchjumps() 1950 g->matchjump[suffix] = MIN(g->matchjump[suffix], in computematchjumps() 1952 suffix = pmatches[suffix]; in computematchjumps() 1960 for (mindex = 0; mindex <= suffix; mindex++) in computematchjumps() 1962 g->mlen + suffix - mindex); in computematchjumps() [all …]
|
/picolibc-latest/test/ |
D | fma_gen.5c | 236 strfromfloat(float_t f, string suffix) 243 * the suffix works 245 return sprintf("%.1f%s", x, suffix); 253 return sprintf("%a%s", x, suffix); 255 return sprintf("%s%s", f.sign ? " -nan" : " nan", suffix); 257 return sprintf("%s%s", f.sign ? " -inf" : " inf", suffix);
|
/picolibc-latest/newlib/ |
D | HOWTO | 208 above, the _%C% suffix can be used. See the Makefile.am file for the current 215 above, the _%C% suffix can be used. See the Makefile.am file for the current
|
D | ChangeLog-2015 | 6065 insufficient 'X' suffix. Drop cygwin-specific code. 10574 * libc/sys/arc/dummy.S: Dummy file to force .S.o suffix rule. 10576 and set lib_a_CCASFLAGS so crto.o will use .S.o default suffix rule. 11867 trap.S so that automake will generate a .S.o suffix rule. 19820 * libc/time/mktime.c: Add L suffix to _SEC_IN_xxxx constants. 24977 * libc/sys/win32/spawn.c (_spawn): Add .exe suffix based on 25001 * libc/sys/win32/spawn.c (_spawn): Only ensure .exe suffix if
|