Searched refs:words (Results 1 – 18 of 18) sorted by relevance
/picolibc-3.7.0-3.6.0/scripts/ |
D | monitor-e9 | 17 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/ |
D | strcmp.S | 79 # 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/ |
D | strcmp.S | 97 cmpo g2,g3 # are the source words the same? 100 be .Lwloop # fall thru if words are unequal
|
D | memcmp_ca.S | 138 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
|
D | strcmp_ca.S | 133 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
|
D | strncmp_ca.S | 137 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
|
D | strlen.S | 86 ldl (g0),g4 # fetch first two words
|
D | memcmp.S | 102 cmpobe g5,g3,.Lwloop # branch if source words are equal
|
D | strncmp.S | 102 cmpobe g5,g3,.Lwloop # perform char comparator if words are unequal
|
D | strcpy.S | 120 ldl (g0),g4 # fetch first two words
|
D | strlen_ca.S | 115 movl g4,g6 # copy both words
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8300/ |
D | memset.S | 32 ; Account for any excess bytes and words that will be copied after
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mep/ |
D | setjmp.S | 6 # 19 32-bit words in the jmpbuf:
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/ft32/ |
D | setjmp.S | 15 # Total jumpbuf size is 108 bytes, or 27 words.
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/ |
D | memcpy-archs.S | 301 lsr.f lp_count, r2, 3 ;Convert to 64-bit words.
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/m68k/ |
D | memset.S | 77 move.l d0,(a0)+ | fill long words
|
/picolibc-3.7.0-3.6.0/ |
D | CONTRIBUTING.md | 4 documentation, issue reports, or just kind words.
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 302 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.
|