Searched refs:words (Results 1 – 23 of 23) sorted by relevance
/picolibc-latest/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-latest/newlib/libc/machine/i960/ |
D | strcmp.S | 99 cmpo g2,g3 # are the source words the same? 102 be .Lwloop # fall thru if words are unequal
|
D | memcmp_ca.S | 140 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
|
D | strcmp_ca.S | 135 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
|
D | strncmp_ca.S | 139 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
|
D | strlen.S | 88 ldl (g0),g4 # fetch first two words
|
D | memcmp.S | 104 cmpobe g5,g3,.Lwloop # branch if source words are equal
|
D | strncmp.S | 104 cmpobe g5,g3,.Lwloop # perform char comparator if words are unequal
|
D | strcpy.S | 122 ldl (g0),g4 # fetch first two words
|
D | strlen_ca.S | 117 movl g4,g6 # copy both words
|
/picolibc-latest/newlib/libc/machine/riscv/ |
D | strcmp.S | 85 # 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/ |
D | memset.S | 34 ; Account for any excess bytes and words that will be copied after
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memset.S | 109 ;; Assemble the bytes to 64bit words 150 ;; Assemble the bytes to 32bit words
|
D | strcat.S | 223 ; 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.
|
D | strlen.S | 248 ; 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,
|
D | memchr.S | 323 ; 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.
|
D | memcmp.S | 104 ; In other words, it tells the processor to execute the n'th instruction
|
/picolibc-latest/newlib/libc/machine/mep/ |
D | setjmp.S | 8 # 19 32-bit words in the jmpbuf:
|
/picolibc-latest/newlib/libc/machine/ft32/ |
D | setjmp.S | 17 # Total jumpbuf size is 108 bytes, or 27 words.
|
/picolibc-latest/newlib/libc/machine/m68k/ |
D | memset.S | 79 move.l d0,(a0)+ | fill long words
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | memcpy-archs.S | 320 lsr.f lp_count, r2, 3 ;Convert to 64-bit words.
|
/picolibc-latest/ |
D | CONTRIBUTING.md | 4 documentation, issue reports, or just kind words.
|
/picolibc-latest/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.
|