Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds