Home
last modified time | relevance | path

Searched refs:fnx_ (Results 1 – 3 of 3) sorted by relevance

/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DFunction3dHandler.cpp119 fnx_ = atoi(StrX(attributes.getValue(index)).localForm()); in startElement()
188 if ( (fnx_ > f_.nx) || (fny_ > f_.ny) || (fnz_ > f_.nz) ) in endElement()
192 if ( (fnx_ != f_.nx) || (fny_ != f_.ny) || (fnz_ != f_.nz) ) in endElement()
H A DFunction3dHandler.h33 int fnx_, fny_, fnz_; // size of fragment read variable
/dports/emulators/jzintv/jzintv-20200712-src/src/cp1600/
H A Dop_exec_ext.c14 #define FN(x) LOCAL void fnx_##x( const uint16_t s1, const uint16_t s2, \