Searched refs:kBigChunk (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dlongcopy_sse3x_64.s41 #define kBigChunk (256*1024) // outer loop chunk size for kVeryLong sized operands define
45 // chunks of memory (kBigChunk in size.) We first prefetch the chunk, and then copy
85 movl $(kBigChunk),%r8d // assume we can do a full chunk
H A Dlongcopy_sse3x.s40 #define kBigChunk (256*1024) // outer loop chunk size for kVeryLong sized operands define
44 // chunks of memory (kBigChunk in size.) We first prefetch the chunk, and then copy
93 movl $(kBigChunk),%edx // assume we can do a full chunk
H A Dbcopy_sse2.s41 #define kBigChunk (256*1024) // outer loop chunk size for kVeryLong sized operands define
216 // chunks of memory (kBigChunk in size.) We first prefetch the chunk, and then copy
252 movl $(kBigChunk),%edx // assume we can do a full chunk

Completed in 13 milliseconds