Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libc/machine/arc64/
Dmemmove.S54 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
Dmemcpy.S125 LSRP.f r12, r2, 5 ; counter for 32-byte chunks
128 .L_write_32_bytes: ; Take care of 32 byte chunks
Dmemset.S117 LSRP.f r5, r2, 5 ; counter for 32-byte chunks
157 lsr.f r5, r2, 4 ; counter for 16-byte chunks
Dmemchr.S42 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
Dmemcmp.S50 lsrl r12, r2, 5 ; counter for 32-byte chunks
Dstrcat.S45 ; Do 4 byte search until there are no more 4 byte chunks
/picolibc-latest/newlib/libc/machine/hppa/
Dmemcpy.S55 chunks: label
64 addibf,< -16,count,chunks /* If count is still >= 16 do another loop. */
Dstrcat.S90 chunks: label
97 comib,tr 0,0,chunks
Dstrncat.S91 chunks: label
97 addibf,< -4,count,chunks
Dstrncpy.S59 chunks: label
65 addibf,< -4,count,chunks
/picolibc-latest/doc/
Dos.md108 contiguous chunks of memory.
112 Picolibc includes a simple version of sbrk that can return chunks of
/picolibc-latest/newlib/libm/test/
Dmeson.build37 # Split the arrays into chunks of ~4k, and compile a separate test for each
/picolibc-latest/newlib/
DChangeLog-20152440 * libc/stdio/fvwrite.c: Allow writing in larger chunks for fully