Home
last modified time | relevance | path

Searched refs:map (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/test/libc-testsuite/
Dfnmatch.c49 static void printflags(const struct xlat *map, int flags) { in printflags() argument
58 for (; map->str; map++) { in printflags()
59 if (map->val && (flags & map->val) == map->val) { in printflags()
60 printf("%s%s", sep, map->str); in printflags()
62 flags &= ~(map->val); in printflags()
/picolibc-latest/hello-world/
DMakefile63 $(CC_ARM) -o $@ $^ -Wl,-Map=hello-world-arm.map
66 $(CC_AARCH64) -o $@ $^ -Wl,-Map=hello-world-aarch64.map
69 $(CC_RISCV) -o $@ $^ -Wl,-Map=hello-world-riscv.map
75 $(CC_ARM) -o $@ $^ -Wl,-Map=printf.map
78 $(CC_ARM) -DPICOLIBC_INTEGER_PRINTF_SCANF -o $@ $^ -Wl,-Map=printf-int.map
81 $(CC_ARM) -DPICOLIBC_FLOAT_PRINTF_SCANF -o $@ $^ -Wl,-Map=printf-float.map
87 $(CXX_ARM) -Wl,-Map=hello-worldpp-arm.map -o $@ $^
90 $(CXX_AARCH64) -Wl,-Map=hello-worldpp-aarch64.map -o $@ $^
93 $(CXX_RISCV) -Wl,-Map=hello-worldpp-riscv.map -o $@ $^
96 rm -f *.elf *.map
D.gitignore2 *.map
/picolibc-latest/newlib/libc/stdlib/
Dstrtold.c41 static const int map[] = { variable
55 return (map[(x >> 10) & 0x03]); in __flt_rounds()
/picolibc-latest/newlib/libc/iconv/ccs/
Dmktbl.pl544 my $map;
550 $map = \%CCSUCS;
556 $map = \%UCSCCS;
567 $busy_blocks[$_ >> 8] = 1 foreach (keys %$map);
585 $tbl->[$i+1]->[$j] = $map->{($i << 8) | $j};
621 my $map;
627 $map = \%CCSUCS;
633 $map = \%UCSCCS;
643 my @codes = sort {$a <=> $b} keys %$map;
763 $tbl->[4]->[$num]->[$i] = defined $_->[$i] ? $map->{$_->[$i]} : undef;
[all …]
/picolibc-latest/newlib/libc/posix/
Drunetype.h58 rune_t map; /* What first maps to in maps */ member
/picolibc-latest/newlib/libc/sys/rtems/include/
DREADME37 Use the follwing commands to map FreeBSD paths to Newlib paths:
65 that they can be applied to RTEMS or LibBSD. Use the following commands to map
/picolibc-latest/newlib/doc/
Dmakedocbook.py202 namelist = map(lambda v: re.sub(r'^and ', r'', v.strip(), 1), namelist)
204 namelist = map(lambda v: v.strip().lstrip('<').rstrip('>'), namelist)
/picolibc-latest/newlib/libc/search/
Dhash_page.c640 first_free(__uint32_t map) in first_free() argument
646 if (!(mask & map)) in first_free()
/picolibc-latest/newlib/libc/iconv/
Diconv.tex754 tables}. CCS tables map CCS to UCS and vice versa; the CES converters
755 map CCS to the encoding and vice versa.
986 CCS tables may be 8- or 16-bit wide. 8-bit CCS tables map 8-bit CCS to
987 16-bit UCS-2 and vice versa while 16-bit CCS tables map
1391 Sometimes, it is impossible to map some CCS codes to the 16-bit UCS if, for example,
/picolibc-latest/doc/
Dprintf.md29 * Printf optimizations in the compiler which map to puts or fputs now
/picolibc-latest/newlib/
DREADME147 `configure' calls the Bourne shell script `config.sub' to map
DChangeLog-201524441 format. Added #defines to map d2b, i2b, low0bits, lshift, mult,
25135 (__hmap): Redefine as pointer to active map.