Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 64) sorted by relevance

123

/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/
Darm_asm.h155 .macro cfirestorelist first, last
157 .if \last-\first
158 cfirestorelist \first, \last-1
163 .macro cfisavelist first, last, index=1
165 .if \last-\first
166 cfisavelist \first, \last-1, \index+1
170 .macro _prologue first=-1, last=-1, push_ip=PAC_LEAF_PUSH_IP, push_lr=0
177 .if \first != -1
180 _prologue \first, \first, \push_ip, \push_lr
196 .if \first != -1
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dspu-mcount.S51 .macro saveregs first, last
52 stqd $\first, \first*16($SP)
53 .if \last-\first
58 .macro restoreregs first, last
60 .if \last-\first
61 restoreregs \first,"(\last-1)"
Dspu_timer_flih.S42 .macro saveregs first, last
43 stqd $\first, -(STACK_SKIP+\first)*16($SP)
44 .if \last-\first
50 .macro restoreregs first, last
52 .if \last-\first
53 restoreregs \first,"(\last-1)"
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Dmkcategories26 first=
28 if [ -n "$first" ]
35 if [ -z "$first" ]
36 then first=$1
46 echo " {CAT_$val, 0x$first, $((0x$last - 0x$first))},"
47 first=
Dmkcaseconv81 first=
88 echo " {$first, $diff, $v2, $v3},"
90 first=
101 elif [ -n "$first" ]
107 if [ -z "$first" ]
108 then first=$1
Dcategories.c12 uint_least32_t first: 24; member
30 if (ucs < table[0].first || ucs > (uint32_t) (table[max].first + table[max].delta)) in bisearch_cat()
35 if (ucs > (uint32_t) (table[mid].first + table[mid].delta)) in bisearch_cat()
37 else if (ucs < table[mid].first) in bisearch_cat()
Dtowctrans_l.c43 uint_least32_t first: 21; member
62 #define first(ce) ((wint_t) ce.first) macro
63 #define last(ce) ((wint_t) (ce.first + ce.diff))
72 if (ucs < first(table[0]) || ucs > last(table[max])) in bisearch()
79 else if (ucs < first(table[mid])) in bisearch()
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/
Dtable.c363 int first, last, cur, center; in find_code_size() local
367 first = 0; in find_code_size()
372 center = (last - first)/2; in find_code_size()
373 cur = center + first; in find_code_size()
376 first = cur; in find_code_size()
383 if (last - first == 1) in find_code_size()
385 if (code >= RANGE_LEFT (first) && code <= RANGE_RIGHT (first)) in find_code_size()
386 return (ucs2_t)tblp[RANGE_INDEX (first) in find_code_size()
387 + code - RANGE_LEFT (first)]; in find_code_size()
396 first = 0; in find_code_size()
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dwcwidth.c103 uint32_t first; member
114 if (ucs < table[0].first || ucs > table[max].last) in bisearch()
121 else if (ucs < table[mid].first) in bisearch()
Duniset297 $first = hex($1);
299 for ($i = $first; $i <= $last; $i++) {
375 $first = hex($2);
377 for ($i = $first; $i <= $last; $i++) {
390 $first = hex("$row$1");
391 $last = $first;
393 $first = hex("$row$1");
398 for ($i = $first; $i <= $last; $i++) {
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrchr_ca.S101 ld (g5),g4 # fetch word containing at least first byte
102 shlo 3,g6,g6 # get shift count for making mask for first word
106 shro g6,g5,g5 # get mask for bytes needed from first word
108 shlo g6,g5,g5 # get mask for bytes needed from first word
146 lda 0xf0f0f0f0,g2 # make first comparison mask for char=-1 case.
148 and g4,g2,g4 # make unimportant bytes of first word 0x0f
Dmemchr_ca.S100 ld (g0),g4 # fetch word containing at least first byte
105 shlo 3,g6,g6 # get shift count for making mask for first word
108 shro g6,g5,g5 # get mask for bytes needed from first word
110 shlo g6,g5,g5 # get mask for bytes needed from first word
148 lda 0xf0f0f0f0,g6 # make first comparison mask for char=-1 case.
150 and g4,g6,g4 # make unimportant bytes of first word 0x0f
Dstrlen_ca.S93 ld (g2),g5 # fetch word containing at least first byte
94 shlo 3,g7,g7 # get shift count for making mask for first word
99 shro g7,g3,g3 # get mask for bytes needed from first word
103 shlo g7,g3,g3 # get mask for bytes needed from first word
107 bno.f Lodd_word # branch if first word is odd
108 mov g7,g4 # move first word to copy thereof
Dstrcpy_ca.S125 ld (g4),MSW # fetch word containing at least first byte
126 shlo 3,LSW,g14 # get shift count for making mask for first word
129 shro g14,LSW,LSW # get mask for bytes needed from first word
132 shlo g14,LSW,LSW # get mask for bytes needed from first word
143 cmpo 0,g14 # branch if null is first byte of word
177 ld (g3),LSW # fetch word containing at least first byte
217 addo 4,g4,g4 # move dest word ptr to first word boundary
218 mov LSW,MSW # make copy of first word of src
259 ld (g3),LSW # fetch word containing at least first byte
266 cmpo g2,g14 # < indicates first word of dest has more bytes
[all …]
Dstrncat_ca.S115 ld (g4),MSW # fetch word containing at least first byte
116 shlo 3,LSW,g14 # get shift count for making mask for first word
119 shro g14,LSW,LSW # get mask for bytes needed from first word
121 shlo g14,LSW,LSW # get mask for bytes needed from first word
136 cmpo 0,g14 # branch if null is first byte of word
143 ld (g3),LSW # fetch first word of source
204 cmpo MSW,g1 # < indicates first word of dest has more bytes
224 mov LSW,MSW # make copy of first word of src
Dstrcmp_ca.S119 ld (g2),LSW # fetch word with at least first byte of src1
125 ld (g3),SRC2 # fetch word with at least first byte of src2
155 ld (g3),SRC2 # fetch word with at least first byte of src2
235 notor g1,3,MSW # first step in computing new src1 ptr
237 bne.f Lcloop_setup # first four bytes differ
Dmemcmp_ca.S121 ld (SRC1),LSW # fetch word with at least first byte of src1
128 ld (g3),SRC2 # fetch word with at least first byte of src2
192 notor g1,3,g14 # first step in computing new src1 ptr
201 bne.f Lcloop_setup # first four bytes differ
Dstrncmp_ca.S120 ld (SRC1),LSW # fetch word with at least first byte of src1
126 ld (g3),SRC2 # fetch word with at least first byte of src2
156 ld (g3),SRC2 # fetch word with at least first byte of src2
234 notor g1,3,g14 # first step in computing new src1 ptr
243 bne.f Lcloop_setup # first four bytes differ
Dmemccpy_ca.S96 ld (g5),LSW # fetch word containing at least first byte
106 mov LSW,MSW # make copy of first word of src
107 addo 4,g4,g1 # move dest word ptr to first word boundary
229 cmpo g0,g1 # < indicates first word of dest has more bytes
232 lda 4(g0),g1 # move dest word addr to first word boundary
Dstrcpy.S120 ldl (g0),g4 # fetch first two words
154 ld (g1), g2 # fetch first word of source
Dstrncpy.S101 ld (g1), g7 # fetch the first word of the source
144 st g4, (g5) # store last part of src and first of null-pad
Dstrncpy_ca.S115 ld (g3),LSW # fetch word containing at least first byte
194 addo 8,g4,g4 # move dest word ptr to first word boundary
196 mov LSW,MSW # make copy of first word of src
275 cmpo g0,g1 # < indicates first word of dest has more bytes
277 lda 4(g4),g4 # move dest word addr to first word boundary
/picolibc-3.7.0-3.6.0/newlib/libc/machine/m32r/
Dsetjmp.S34 ;addi r0, #-4 ; commented out as first word is reserved
51 addi r0, #4 ; first word is reserved
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.locale/
DUTF-8.c19 char first[6][6] = { variable
152 retval = mbtowc(&wchar, first[0], MAX_BYTES); in main()
160 retval = mbtowc (&wchar, first[i-1], MAX_BYTES); in main()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/z8k/
Dsetjmp.S37 ldl rr4,rr14(#4) ! get first argument
87 ld r4,r15(#2) ! get first argument (jmp_buf)

123