Home
last modified time | relevance | path

Searched refs:CENTERDIV (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/harvid/harvid-0.8.2/src/
H A Dhtmlconst.h14 #define CENTERDIV \ macro
H A Dharvid.c421 off+=snprintf(msg+off, HPSIZE-off, CENTERDIV); in hdl_homepage_html()
541 off+=snprintf(im+off, FIHSIZ-off, CENTERDIV); in file_info_html()
656 off+=snprintf(info+off, SINFOSIZ-off, CENTERDIV); in hdl_server_info()
718 off+=snprintf(info+off, SINFOSIZ-off, CENTERDIV); in hdl_server_version()
/dports/games/torcs/torcs-1.3.7/src/drivers/damned/
H A Ddriver.h174 static const float CENTERDIV; variable
H A Ddriver.cpp47 const float Driver::CENTERDIV = 0.1f; // [-] (factor) [0.01..0.6]. member in Driver
560 float wm = o->getCarPtr()->_trkPos.seg->width*CENTERDIV; in getOffset()
/dports/games/torcs/torcs-1.3.7/src/drivers/bt/
H A Ddriver.h174 static const float CENTERDIV; variable
H A Ddriver.cpp47 const float Driver::CENTERDIV = 0.1f; // [-] (factor) [0.01..0.6]. member in Driver
560 float wm = o->getCarPtr()->_trkPos.seg->width*CENTERDIV; in getOffset()
/dports/games/torcs/torcs-1.3.7/src/drivers/olethros/
H A Ddriver.h209 static const float CENTERDIV; variable
H A Ddriver.cpp78 const float Driver::CENTERDIV = 0.1f; ///< [-] (factor) [0.01..0.6]. member in olethros::Driver
1152 float wm = o->getCarPtr()->_trkPos.seg->width*CENTERDIV; in getOffset()