Home
last modified time | relevance | path

Searched defs:BLOCKS (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/testing/selftests/vDSO/
Dvdso_test_chacha.c84 enum { TRIALS = 1000, BLOCKS = 128, BLOCK_SIZE = 64 }; in main() enumerator
/linux-6.14.4/fs/hpfs/
Dfile.c15 #define BLOCKS(size) (((size) + 511) >> 9) macro