Home
last modified time | relevance | path

Searched refs:words (Results 1 – 23 of 23) sorted by relevance

/picolibc-latest/scripts/
Dmonitor-e917 words = c.split() variable
18 if len(words) > 0:
19 if words[0] == 'exit':
21 status = int(words[1])
/picolibc-latest/newlib/libc/machine/i960/
Dstrcmp.S99 cmpo g2,g3 # are the source words the same?
102 be .Lwloop # fall thru if words are unequal
Dmemcmp_ca.S140 cmpo SRC2,g0 # compare src1 and src2 words
173 Lequal_exit: # words are equal up thru null byte
201 cmpo LSW,SRC2 # compare src1 and src2 words
Dstrcmp_ca.S135 cmpo SRC2,SRC1 # compare src1 and src2 words
169 cmpo SRC2,SRC1 # compare src1 and src2 words
236 cmpo LSW,SRC2 # compare src1 and src2 words
Dstrncmp_ca.S139 cmpo SRC2,g0 # compare src1 and src2 words
172 cmpo SRC2,g0 # compare src1 and src2 words
243 cmpo LSW,SRC2 # compare src1 and src2 words
Dstrlen.S88 ldl (g0),g4 # fetch first two words
Dmemcmp.S104 cmpobe g5,g3,.Lwloop # branch if source words are equal
Dstrncmp.S104 cmpobe g5,g3,.Lwloop # perform char comparator if words are unequal
Dstrcpy.S122 ldl (g0),g4 # fetch first two words
Dstrlen_ca.S117 movl g4,g6 # copy both words
/picolibc-latest/newlib/libc/machine/riscv/
Dstrcmp.S85 # examine full words at a time, favoring strings of a couple dozen chars
100 # words don't match, but a2 has no null byte.
/picolibc-latest/newlib/libc/machine/h8300/
Dmemset.S34 ; Account for any excess bytes and words that will be copied after
/picolibc-latest/newlib/libc/machine/arc64/
Dmemset.S109 ;; Assemble the bytes to 64bit words
150 ;; Assemble the bytes to 32bit words
Dstrcat.S223 ; Store double words
457 ; Store double words
541 ; words to go back, and it wouldnt make sense to go back 0 (the NULL would be
545 ; As the chosen encoded information is how many double words to go back,
554 ; double words, so we want to analyze from last to first.
Dstrlen.S248 ; words to go back, and it wouldnt make sense to go back 0 (the NULL
252 ; As the chosen encoded information is how many double words to go
261 ; important because the NULL byte can appear in several double words,
Dmemchr.S323 ; words to go back, and it wouldnt make sense to go back 0 (the byte would be
327 ; As the chosen encoded information is how many double words to go back,
336 ; words, so we want to analyze from last to first.
Dmemcmp.S104 ; In other words, it tells the processor to execute the n'th instruction
/picolibc-latest/newlib/libc/machine/mep/
Dsetjmp.S8 # 19 32-bit words in the jmpbuf:
/picolibc-latest/newlib/libc/machine/ft32/
Dsetjmp.S17 # Total jumpbuf size is 108 bytes, or 27 words.
/picolibc-latest/newlib/libc/machine/m68k/
Dmemset.S79 move.l d0,(a0)+ | fill long words
/picolibc-latest/newlib/libc/machine/arc/
Dmemcpy-archs.S320 lsr.f lp_count, r2, 3 ;Convert to 64-bit words.
/picolibc-latest/
DCONTRIBUTING.md4 documentation, issue reports, or just kind words.
/picolibc-latest/newlib/
DChangeLog-2015302 spaces, not space separated words.
3464 * libc/posix/wordfree.c (wordfree): The wrong words are freed
3478 * libc/posix/wordexp.c (wordexp): Handle expanded words longer
5767 prefix. Add some words to documentation.