/picolibc-3.7.0-3.6.0/newlib/libc/machine/ft32/ |
D | setjmp.S | 22 pop.l $r5 # return address in $r5 23 sti.l $r0,0,$r5 24 sti.l $r0,4,$r6 25 sti.l $r0,8,$r7 26 sti.l $r0,12,$r8 27 sti.l $r0,16,$r9 28 sti.l $r0,20,$r10 29 sti.l $r0,24,$r11 30 sti.l $r0,28,$r12 31 sti.l $r0,32,$r13 [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/or1k/ |
D | setjmp.S | 32 l.sw 0(r3), r1 33 l.sw 4(r3), r2 35 l.sw 8(r3), r9 39 l.sw 12(r3), r14 40 l.sw 16(r3), r16 41 l.sw 20(r3), r18 42 l.sw 24(r3), r20 43 l.sw 28(r3), r22 44 l.sw 32(r3), r24 45 l.sw 36(r3), r26 [all …]
|
/picolibc-3.7.0-3.6.0/newlib/doc/ |
D | chapter-texi2docbook.py | 23 for l in sys.stdin.readlines(): 24 l = l.rstrip() 27 l = re.sub("@file{(.*?)}", "<filename>\\1</filename>", l) 29 if l.startswith("@node"): 30 l = l.replace("@node", "", 1) 31 l = l.strip() 33 …print('<chapter id="%s_chapter" xmlns:xi="http://www.w3.org/2001/XInclude">' % l.lower().replace('… 38 print('<section id="%s">' % l) 40 elif l.startswith("@chapter "): 41 l = l.replace("@chapter ", "", 1) [all …]
|
D | makedocbook.py | 110 def iscommand(l): argument 111 if re.match(r'^[A-Z_]{3,}\s*$', l): 120 for l in content.splitlines(): 121 if iscommand(l): 123 command = l.rstrip() 126 text = text + l + '\n' 162 def function(c, l): argument 166 l = l.strip() 168 print('FUNCTION %s' % l, file=sys.stderr) 172 if ';' in l: [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/ |
D | endian.h | 35 # define ICONV_BETOHL(l) \ argument 36 ((((l) << 24) & 0xFF000000) | \ 37 (((l) << 8) & 0x00FF0000) | \ 38 (((l) >> 8) & 0x0000FF00) | \ 39 (((l) >> 24) & 0x000000FF)) 42 # define ICONV_LETOHL(l) (l) argument 45 # define ICONV_HTOLEL(l) ICONV_LETOHL (l) argument 47 # define ICONV_HTOBEL(l) ICONV_BETOHL (l) argument 52 # define ICONV_BETOHL(l) (l) argument 57 # define ICONV_LETOHL(l) \ argument [all …]
|
D | aliasesi.c | 100 int l; in find_alias() local 107 l = strlen (alias); in find_alias() 109 if (len < l || (p = strnstr (ptable, alias, len)) == NULL) in find_alias() 114 && (p+l == table_end || isspace (*(p+l)) || *(p+l) == '\n'))) in find_alias() 116 ptable = p + l; in find_alias()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/visium/ |
D | setjmp.S | 34 write.l 0(r1),r11 35 write.l 1(r1),r12 36 write.l 2(r1),r13 37 write.l 3(r1),r14 38 write.l 4(r1),r15 39 write.l 5(r1),r16 40 write.l 6(r1),r17 41 write.l 7(r1),r18 42 write.l 8(r1),r19 43 write.l 9(r1),r21 [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/moxie/ |
D | setjmp.S | 32 st.l ($r0), $r6 33 sto.l 0x04($r0), $r7 34 sto.l 0x08($r0), $r8 35 sto.l 0x0c($r0), $r9 36 sto.l 0x10($r0), $r10 37 sto.l 0x14($r0), $sp 38 sto.l 0x18($r0), $fp 39 ldo.l $r1, 0x00($fp) 40 sto.l 0x1c($r0), $r1 41 ldo.l $r1, 0x04($fp) [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/m68k/ |
D | memcpy.S | 43 move.l 4(sp),a0 | dest ptr 44 move.l 8(sp),a1 | src ptr 45 move.l 12(sp),d1 | len 46 cmp.l #8,d1 | if fewer than 8 bytes to transfer, 51 move.l a0,d0 52 and.l #3,d0 54 move.l a1,d0 55 and.l #3,d0 59 move.l a0,d0 | copy of dest 60 neg.l d0 [all …]
|
D | memset.S | 44 move.l 4(sp),a0 | dest ptr 45 move.l 8(sp),d0 | value 46 move.l 12(sp),d1 | len 47 cmp.l #16,d1 50 move.l d2,-(sp) | need a register 52 lsl.l #8,d0 58 move.l a0,d2 | copy of src 59 neg.l d2 | 1 2 3 ==> 3 2 1 60 and.l #3,d2 63 sub.l d2,d1 | fix length [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8300/ |
D | setjmp.S | 26 mov.l er7,@er0+ 27 mov.l er6,@er0+ 28 mov.l er5,@er0+ 29 mov.l er4,@er0+ 30 mov.l @sp,@er0 31 sub.l er0,er0 33 mov.l er7,@er0 34 mov.l er6,@(4,er0) 35 mov.l er5,@(8,er0) 36 mov.l er4,@(12,er0) [all …]
|
D | defines.h | 84 #define MOVP mov.l /* pointers are 32 bits */ 85 #define ADDP add.l 86 #define CMPP cmp.l 87 #define PUSHP push.l 88 #define POPP pop.l 127 #define MOVP mov.l /* pointers are 32 bits */ 128 #define ADDP add.l 129 #define CMPP cmp.l 130 #define PUSHP push.l 131 #define POPP pop.l
|
D | h8sx_strcpy.S | 9 stm.l er4-er6,@-er7 10 mov.l er0,er6 11 mov.l er1,er5 14 2: rts/l er4-er6
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | ctype.h | 104 int isalnum_l (int c, locale_t l); 105 int isalpha_l (int c, locale_t l); 106 int isblank_l (int c, locale_t l); 107 int iscntrl_l (int c, locale_t l); 108 int isdigit_l (int c, locale_t l); 109 int isgraph_l (int c, locale_t l); 110 int islower_l (int c, locale_t l); 111 int isprint_l (int c, locale_t l); 112 int ispunct_l (int c, locale_t l); 113 int isspace_l (int c, locale_t l); [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/ |
D | setjmp.S | 40 mov.l r0, [r1] ; save all the general registers 41 mov.l r1, 0x4[r1] ; longjmp won't use this, but someone else might. 72 mov.l 0x40[r1], r2 ; Get the saved PC 73 mov.l r2, [r0] ; Overwrite the old return address 75 mov.l 0x3c[r1], r15 76 mov.l 0x38[r1], r14 77 mov.l 0x34[r1], r13 78 mov.l 0x30[r1], r12 79 mov.l 0x2c[r1], r11 80 mov.l 0x28[r1], r10 [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/ |
D | mkdeps.pl | 129 for (my $ln = 1; my $l = <INFILE>; $ln += 1) 132 next if $l =~ m/^#.*$/ or $l =~ m/^\s*$/; 135 $l =~ s/^(.*)\n$/$1/, $l =~ s/^(.*)\r$/$1/; 138 err "(input file line $ln) Unexpected marker: \"$l\". ${marker_section} " 140 if $l !~ m/^$marker_section(\s+(\S*)\s*)?$/; 154 for (; $l = <INFILE>; $ln += 1) 157 next if $l =~ m/^#.*$/ or $l =~ m/^$/; 159 $l =~ s/^(.*)\n$/$1/, $l =~ s/^(.*)\r$/$1/; 161 last if $l =~ m/^$marker_section_end$/; 163 push @{$sections{$sect_name}}, $l; [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | strverscmp.c | 65 const unsigned char *l = (const void *)l0; in strverscmp() local 72 for (dp=i=0; l[i]==r[i]; i++) { in strverscmp() 73 int c = l[i]; in strverscmp() 79 if (l[dp]!='0' && r[dp]!='0') { in strverscmp() 82 for (j=i; isdigit(l[j]); j++) in strverscmp() 85 } else if (z && dp<i && (isdigit(l[i]) || isdigit(r[i]))) { in strverscmp() 88 return (unsigned char)(l[i]-'0') - (unsigned char)(r[i]-'0'); in strverscmp() 91 return l[i] - r[i]; in strverscmp()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8500/ |
D | cmpsi.c | 25 long l; member 35 long l; member 43 u.l = arga; in __cmpsi2() 64 u.l = arga; in __ucmpsi2() 87 long l; member 97 long l; member 106 a.l = arga; in __cmppsi2() 107 b.l = argb; in __cmppsi2() 128 a.l = arga; in __ucmppsi2() 129 b.l = argb; in __ucmppsi2()
|
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | strtol.c | 50 long l; in test_strtol() local 60 TEST(l, atol("2147483647"), 2147483647L, "max 32bit signed %ld != %ld"); in test_strtol() 62 TEST(l, strtol("2147483647", 0, 0), 2147483647L, "max 32bit signed %ld != %ld"); in test_strtol() 67 TEST(l, strtol(s="2147483648", &c, 0), 2147483647L, "uncaught overflow %ld != %ld"); in test_strtol() 71 TEST(l, strtol(s="-2147483649", &c, 0), -2147483647L-1, "uncaught overflow %ld != %ld"); in test_strtol() 96 …TEST(l, strtol(s="9223372036854775808", &c, 0), 9223372036854775807L, "uncaught overflow %ld != %l… in test_strtol() 100 …TEST(l, strtol(s="-9223372036854775809", &c, 0), -9223372036854775807L-1, "uncaught overflow %ld !… in test_strtol() 125 TEST(l, strtol("z", 0, 36), 35, "%ld != %ld"); in test_strtol() 126 TEST(l, strtol("00010010001101000101011001111000", 0, 2), 0x12345678, "%ld != %ld"); in test_strtol() 127 TEST(l, strtol(s="0F5F", &c, 16), 0x0f5f, "%ld != %ld"); in test_strtol() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/necv70/ |
D | fastmath.S | 19 fsin.l [ap],[ap] 33 fcos.l [ap],[ap] 47 ftan.l [ap],[ap] 62 fabs.l [ap],[ap] 76 fsqrt.l [ap],[ap] 90 facos.l [ap],[ap] 104 fasin.l [ap],[ap] 118 fatan.l [ap],[ap] 132 fcosh.l [ap],[ap] 146 fsin.l [ap],[ap] [all …]
|
D | necv70.tex | 53 instruction @code{fsin.l} to perform the operation. Note that the 71 double fast_sin(double); /* fsin.l */ 72 double fast_cos(double); /* fcos.l */ 73 double fast_tan(double); /* ftan.l */ 74 double fast_asin(double); /* fasin.l */ 75 double fast_acos(double); /* facos.l */ 76 double fast_atan(double); /* fatan.l */ 77 double fast_sinh(double); /* fsinh.l */ 78 double fast_cosh(double); /* fcosh.l */ 79 double fast_tanh(double); /* ftanh.l */ [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/posix/ |
D | nftw.c | 51 size_t l = strlen(path), j = l && path[l-1]=='/' ? l-1 : l; in do_nftw() local 109 if (strlen(de->d_name) >= PATH_MAX-l) { in do_nftw() 127 path[l] = 0; in do_nftw() 137 size_t l; in nftw() local 142 l = strlen(path); in nftw() 143 if (l > PATH_MAX) { in nftw() 147 memcpy(pathbuf, path, l+1); in nftw()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sh/ |
D | strcpy.S | 13 pta/l shortstring,tr1 21 pta/l no_lddst, tr2 27 pta/l loop, tr0 40 beqi/l r6, 0, tr0 // loop 51 beqi/l r6, 0, tr0 // loop 57 pta/l shortstring2,tr1 65 bnei/l r5,0,tr1 80 beqi/l r6, 0, tr0 // loop 105 mov.l @SRC+,r1 111 mov.l r1,@(r0,SRC) [all …]
|
D | setjmp.S | 97 sts.l pr,@-r4 106 mov.l r15,@-r4 ! call saved integer registers 107 mov.l r14,@-r4 108 mov.l r13,@-r4 109 mov.l r12,@-r4 111 mov.l r11,@-r4 112 mov.l r10,@-r4 113 mov.l r9,@-r4 114 mov.l r8,@-r4 182 mov.l @r4+,r8 [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xtensa/ |
D | memcpy.S | 109 bbci.l a5, 1, .Ldstaligned 140 bbsi.l a2, 0, .Ldst1mod2 141 bbsi.l a2, 1, .Ldst2mod4 197 2: bbci.l a4, 3, 3f 207 3: bbsi.l a4, 2, 4f 208 bbsi.l a4, 1, 5f 209 bbsi.l a4, 0, 6f 221 bbsi.l a4, 1, 5f 222 bbsi.l a4, 0, 6f 233 bbsi.l a4, 0, 6f [all …]
|