Home
last modified time | relevance | path

Searched refs:CACHELINE_SIZE (Results 1 – 2 of 2) sorted by relevance

/lib/zstd/common/
A Dcompiler.h112 #define CACHELINE_SIZE 64 macro
119 for (_pos=0; _pos<_size; _pos+=CACHELINE_SIZE) { \
/lib/zstd/decompress/
A Dzstd_decompress_block.c1724 …PREFETCH_L1(match); PREFETCH_L1(match+CACHELINE_SIZE); /* note : it's safe to invoke PREFETCH() … in ZSTD_prefetchMatch()

Completed in 8 milliseconds