Lines Matching defs:b3
460 byte b1,b2,b3,b4;464 b3 = (l>>16)&255;467 return ((int)b1<<24) + ((int)b2<<16) + ((int)b3<<8) + b4;