CURVE_SIZE         35 modules/curves.c #define CURVE_BYTES (CURVE_SIZE*sizeof(unsigned short))
CURVE_SIZE        146 modules/curves.c 	unsigned short *curve1 = curve0 + CURVE_SIZE;
CURVE_SIZE        147 modules/curves.c 	unsigned short *curve2 = curve1 + CURVE_SIZE;
CURVE_SIZE        148 modules/curves.c 	unsigned short *curve3 = curve2 + CURVE_SIZE;
CURVE_SIZE        238 modules/curves.c 		curve0 = curve1 = curve2 = curve3 = curve_data + sys_index*CURVE_SIZE;
CURVE_SIZE        242 modules/curves.c 		curve1 = curve0 + CURVE_SIZE;
CURVE_SIZE        243 modules/curves.c 		curve2 = curve1 + CURVE_SIZE;
CURVE_SIZE        244 modules/curves.c 		curve3 = curve2 + CURVE_SIZE;