Searched refs:nullsize (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_unicode.c149 int nullsize = nls_nullsize(codepage); local
159 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize);
168 if ((outlen + charlen) > (tolen - nullsize))
178 for (i = 0; i < nullsize; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilename.h497 wxString GetHumanReadableSize(const wxString &nullsize = wxGetTranslation(wxT("Not available")),
500 const wxString &nullsize = wxGetTranslation(wxT("Not available")),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilename.cpp2384 const wxString &nullsize,
2393 return nullsize;
2383 GetHumanReadableSize(const wxULongLong &bs, const wxString &nullsize, int precision) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilename.tex590 \func{static wxString}{GetHumanReadableSize}{\param{const wxULongLong\& }{bytes}, \param{const wxString\& }{nullsize = "Not available"}, \param{int }{precision = 1}}
596 If {\tt bytes} is {\tt wxInvalidSize} or zero, then {\tt nullsize} is returned (second form).

Completed in 108 milliseconds