Searched defs:hh (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c336 Tcomm *teac_Init(char *lh, char *hh, int lctx, int hctx, int myrank, argument
386 b = trans_host(hh);
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c885 int ii, x, y, hw, hh, grayspot; local
894 hh = rpng2_info.height / 2;
905 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
911 maxDist = (double)((hw*hw) + (hh*hh));
914 y = row - hh;
926 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
H A Drpng2-x.c990 int ii, x, y, hw, hh, grayspot; local
999 hh = (int)(rpng2_info.height / 2);
1010 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
1016 maxDist = (double)((hw*hw) + (hh*hh));
1019 y = (int)(row - hh);
1031 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
/vbox/src/VBox/Main/xml/
H A DSettings.cpp442 uint32_t mm, dd, hh, min, secs; local
456 && (RT_SUCCESS(rc = RTStrToUInt32Ex(pcsz + 11, NULL, 0, &hh)))
468 (uint8_t)hh,

Completed in 65 milliseconds