Searched refs:_KB (Results 1 – 3 of 3) sorted by relevance
19 #define _KB (1024) macro107 for (i = 0; i < (128 * _KB); i += 64) { in test()108 size = i + (1 * _MB) - (64 * _KB); in test()
24 #define _KB (1024) macro155 #define DEFAULT_SIZE (32 * _KB)
2255 #define _KB(x) ((x) * 1024) macro2256 #define _MB(x) (_KB(x) * 1024)2385 #define LEGACY_ASIC_MIM_MAX_SIZE (_KB(1200))
Completed in 24 milliseconds