Lines Matching defs:vp
27 unsigned char vp;
58 vp = 0x13; /* 10.00 m */
425 vp = (man << 4) + exp;
431 RETERR(mem_tobuffer(target, &vp, 1));
463 unsigned char size, hp, vp;
497 vp = sr.base[3];
498 INSIST((vp&0x0f) < 10 && (vp>>4) < 10);
499 if ((vp&0x0f)> 1) {
501 "%lum", (vp>>4) * poweroften[(vp&0x0f)-2]);
504 "0.%02lum", (vp>>4) * poweroften[(vp&0x0f)]);