Searched refs:chunks (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memmove.S | 54 lsr.f r11, r2, 4 ; counter for 16-byte chunks 86 ; Return if there are no 16 byte chunks 154 LSRP.f r12, r2, 5 ; counter for 32-byte chunks 191 ; Jump if there are no 32 byte chunks 194 .L_write_backwards_32_bytes: ; Take care of 32 byte chunks 230 .L_write_forwards_32_bytes: ; Take care of 32 byte chunks
|
D | memcpy.S | 125 LSRP.f r12, r2, 5 ; counter for 32-byte chunks 128 .L_write_32_bytes: ; Take care of 32 byte chunks
|
D | memset.S | 117 LSRP.f r5, r2, 5 ; counter for 32-byte chunks 157 lsr.f r5, r2, 4 ; counter for 16-byte chunks
|
D | memchr.S | 42 LSRP.f 0, r2, 4 ; counter for 16-byte chunks 106 ; Keep going we have more 16 byte chunks 169 lsrl.f 0, r2, 5 ; counter for 32-byte chunks 239 ; Keep going we have more 16 byte chunks
|
D | memcmp.S | 50 lsrl r12, r2, 5 ; counter for 32-byte chunks
|
D | strcat.S | 45 ; Do 4 byte search until there are no more 4 byte chunks
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | memcpy.S | 55 chunks: label 64 addibf,< -16,count,chunks /* If count is still >= 16 do another loop. */
|
D | strcat.S | 90 chunks: label 97 comib,tr 0,0,chunks
|
D | strncat.S | 91 chunks: label 97 addibf,< -4,count,chunks
|
D | strncpy.S | 59 chunks: label 65 addibf,< -4,count,chunks
|
/picolibc-latest/doc/ |
D | os.md | 108 contiguous chunks of memory. 112 Picolibc includes a simple version of sbrk that can return chunks of
|
/picolibc-latest/newlib/libm/test/ |
D | meson.build | 37 # Split the arrays into chunks of ~4k, and compile a separate test for each
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2440 * libc/stdio/fvwrite.c: Allow writing in larger chunks for fully
|