Searched refs:NS_LGBUFSIZE (Results 1 – 1 of 1) sorted by relevance
37 #define NS_LGBUFSIZE 16384 /* 2048, 4096, 8192 or 16384 */ macro107 (NS_LGBUFSIZE - (NS_LGBUFSIZE % 48)))111 #define NS_LGBUFSIZE_USABLE (NS_LGBUFSIZE - NS_LGBUFSIZE % 48)116 #define NS_LGSKBSIZE (NS_SMBUFSIZE + NS_LGBUFSIZE)582 #if (NS_LGBUFSIZE == 2048)584 #elif (NS_LGBUFSIZE == 4096)586 #elif (NS_LGBUFSIZE == 8192)588 #elif (NS_LGBUFSIZE == 16384)591 #error NS_LGBUFSIZE is incorrect in nicstar.h