Home
last modified time | relevance | path

Searched refs:cVecWrite (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewDataListIO.cpp81 static void cVecWrite(std::vector<char> &v, FILE *fp, bool binary) in cVecWrite() function
485 cVecWrite(T2C, fp, binary); in writePOS()
487 cVecWrite(T3C, fp, binary); in writePOS()
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Format.cpp652 static void cVecWrite(std::vector<char> &v, FILE *fp, bool binary) in cVecWrite() function
1471 dVecWrite(T2D, PostStream, f); cVecWrite(T2C, PostStream, f); in Format_PostFooter()