Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 16 of 16) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx42 DWORD nbytes = sz * sizeof(TCHAR); in GetOfficeInstallationPath() local
43 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeInstallationPath()
44 ZeroMemory(buff, nbytes); in GetOfficeInstallationPath()
60 DWORD nbytes = sz * sizeof(TCHAR); in GetOfficeProductName() local
61 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeProductName()
62 ZeroMemory(buff, nbytes); in GetOfficeProductName()
78 DWORD nbytes = sz * sizeof(TCHAR); in GetQuickstarterLinkName() local
79 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName()
80 ZeroMemory(buff, nbytes); in GetQuickstarterLinkName()
87 DWORD nbytes = sz * sizeof(TCHAR); in GetQuickstarterLinkName() local
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx459 sal_uInt32 nbytes; member
662 *len = p->nbytes; in GetRawData_loca()
679 sal_uInt32 n, nbytes = 0; in GetRawData_glyf() local
693 nbytes += ((GlyphData *) listCurrent(l))->nbytes; in GetRawData_glyf()
707 *len = nbytes; in GetRawData_glyf()
969 pdata->nbytes = nbytes; in TrueTypeTableNew()
971 if (nbytes) { in TrueTypeTableNew()
1409 glyfLen += gd->nbytes; in ProcessTables()
1419 if (gd->nbytes != 0) { in ProcessTables()
1492 if (gd->nbytes != 0) { in ProcessTables()
[all …]
H A Dttcr.hxx132 sal_uInt32 nbytes,
H A Dsft.cxx2788 d->nbytes = (sal_uInt16)((length + 1) & ~1); in GetTTRawGlyphData()
/trunk/main/desktop/source/pagein/
H A Dpagein.c60 size_t nfiles = 0, nbytes = 0; in main() local
116 nbytes += k; in main()
133 nbytes += k; in main()
143 fprintf (stderr, "Total: %d files (%d bytes)\n", (int) nfiles, (int) nbytes); in main()
/trunk/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx60 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local
61 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp()
62 ZeroMemory( buff, nbytes ); in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/tools/
H A Dcheckversion.cxx49 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local
50 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp()
51 ZeroMemory( buff, nbytes ); in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dmsihelper.cxx36 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp() local
37 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
38 ZeroMemory(buff, nbytes); in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx72 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp() local
73 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
74 ZeroMemory(buff, nbytes); in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx104 DWORD nbytes = sz * sizeof( char ); in GetMsiProp() local
105 char* buff = reinterpret_cast<char*>( malloc( nbytes ) ); in GetMsiProp()
106 ZeroMemory( buff, nbytes ); in GetMsiProp()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx227 size_t nbytes; in fill_input_buffer() local
229 nbytes = StreamRead(src->infile, src->buffer, BUF_SIZE); in fill_input_buffer()
231 if (nbytes <= 0) { in fill_input_buffer()
238 nbytes = 2; in fill_input_buffer()
242 src->pub.bytes_in_buffer = nbytes; in fill_input_buffer()
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx168 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local
169 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp()
170 ZeroMemory( buff, nbytes ); in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx153 DWORD nbytes = sz * sizeof( wchar_t ); in GetMsiProp() local
154 wchar_t* buff = reinterpret_cast<wchar_t*>( malloc( nbytes ) ); in GetMsiProp()
155 ZeroMemory( buff, nbytes ); in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx273 DWORD nbytes = sz * sizeof(TCHAR); in GetMsiProp() local
274 LPSTR buff = reinterpret_cast<LPSTR>(_alloca(nbytes)); in GetMsiProp()
275 ZeroMemory(buff, nbytes); in GetMsiProp()
/trunk/main/vcl/inc/
H A Dsft.hxx181 sal_uInt16 nbytes; /**< number of bytes in glyph data */ member
/trunk/main/x11_extensions/inc/
H A Drenderproto.h558 CARD16 nbytes B16; /* number of bytes in name */

Completed in 87 milliseconds