Home | History | Annotate | Download | only in common

Lines Matching full:seed

2375 	const deUint32	seed	= seedIn + 1024*(numPartitions-1);
2376 seed);
2395 const int shA = (seed & 2) != 0 ? 4 : 5;
2397 const int sh1 = (seed & 1) != 0 ? shA : shB;
2398 const int sh2 = (seed & 1) != 0 ? shB : shA;
2399 const int sh3 = (seed & 0x10) != 0 ? sh1 : sh2;