Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/scripts/
Dmonitor-e917 words = c.split() variable
18 if len(words) > 0:
19 if words[0] == 'exit':
21 status = int(words[1])
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/
Dstrcmp.S79 # examine full words at a time, favoring strings of a couple dozen chars
94 # words don't match, but a2 has no null byte.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrcmp.S97 cmpo g2,g3 # are the source words the same?
100 be .Lwloop # fall thru if words are unequal
Dmemcmp_ca.S138 cmpo SRC2,g0 # compare src1 and src2 words
171 Lequal_exit: # words are equal up thru null byte
199 cmpo LSW,SRC2 # compare src1 and src2 words
Dstrcmp_ca.S133 cmpo SRC2,SRC1 # compare src1 and src2 words
167 cmpo SRC2,SRC1 # compare src1 and src2 words
234 cmpo LSW,SRC2 # compare src1 and src2 words
Dstrncmp_ca.S137 cmpo SRC2,g0 # compare src1 and src2 words
170 cmpo SRC2,g0 # compare src1 and src2 words
241 cmpo LSW,SRC2 # compare src1 and src2 words
Dstrlen.S86 ldl (g0),g4 # fetch first two words
Dmemcmp.S102 cmpobe g5,g3,.Lwloop # branch if source words are equal
Dstrncmp.S102 cmpobe g5,g3,.Lwloop # perform char comparator if words are unequal
Dstrcpy.S120 ldl (g0),g4 # fetch first two words
Dstrlen_ca.S115 movl g4,g6 # copy both words
/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8300/
Dmemset.S32 ; Account for any excess bytes and words that will be copied after
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mep/
Dsetjmp.S6 # 19 32-bit words in the jmpbuf:
/picolibc-3.7.0-3.6.0/newlib/libc/machine/ft32/
Dsetjmp.S15 # Total jumpbuf size is 108 bytes, or 27 words.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/
Dmemcpy-archs.S301 lsr.f lp_count, r2, 3 ;Convert to 64-bit words.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/m68k/
Dmemset.S77 move.l d0,(a0)+ | fill long words
/picolibc-3.7.0-3.6.0/
DCONTRIBUTING.md4 documentation, issue reports, or just kind words.
/picolibc-3.7.0-3.6.0/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.