Home
last modified time | relevance | path

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

/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A Dhelpers.h47 void BytesToHumanity(guint64 bytes, double *newBytes, int *iEPow, GString *gstrEPow);
H A Dhelpers.c360 void BytesToHumanity(guint64 bytes, double *newBytes, int *iEPow, GString *gstrEPow){ in BytesToHumanity() function
419 BytesToHumanity(bytes,&newBytes,NULL, gstrEPow); in BytesToHumanityString()