Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 33) sorted by relevance

12

/reactos/dll/win32/comctl32/
H A Dcomctl32undoc.c839 INT desired, datasize; in EnumMRUListW() local
844 desired = mp->realMRU[nItemPos]; in EnumMRUListW()
845 desired -= 'a'; in EnumMRUListW()
846 TRACE("nItemPos=%d, desired=%d\n", nItemPos, desired); in EnumMRUListW()
847 witem = mp->array[desired]; in EnumMRUListW()
865 INT desired, datasize; in EnumMRUListA() local
871 desired = mp->realMRU[nItemPos]; in EnumMRUListA()
872 desired -= 'a'; in EnumMRUListA()
873 TRACE("nItemPos=%d, desired=%d\n", nItemPos, desired); in EnumMRUListA()
874 witem = mp->array[desired]; in EnumMRUListA()
/reactos/dll/win32/ntdsapi/
H A Dntdsapi.c238 …I DsCrackNamesA(HANDLE handle, DS_NAME_FLAGS flags, DS_NAME_FORMAT offered, DS_NAME_FORMAT desired, in DsCrackNamesA() argument
241 FIXME("(%p %u %u %u %u %p %p stub\n", handle, flags, offered, desired, num, names, result); in DsCrackNamesA()
248 …I DsCrackNamesW(HANDLE handle, DS_NAME_FLAGS flags, DS_NAME_FORMAT offered, DS_NAME_FORMAT desired, in DsCrackNamesW() argument
251 FIXME("(%p %u %u %u %u %p %p stub\n", handle, flags, offered, desired, num, names, result); in DsCrackNamesW()
/reactos/sdk/include/psdk/
H A Dntdsapi.h109 …NDLE handle, DS_NAME_FLAGS flags, DS_NAME_FORMAT offered, DS_NAME_FORMAT desired, DWORD num, const…
110 …NDLE handle, DS_NAME_FLAGS flags, DS_NAME_FORMAT offered, DS_NAME_FORMAT desired, DWORD num, const…
H A Dnatupnp.idl130 HRESULT RenewLease([in] long desired, [out, retval] long *duration);
/reactos/dll/win32/windowscodecs/
H A Dpalette.c608 unsigned int stride, int desired, unsigned int *colors) in median_cut() argument
630 while (numboxes <= desired / 2) in median_cut()
636 while (numboxes < desired) in median_cut()
652 IWICBitmapSource *source, UINT desired, BOOL add_transparent) in PaletteImpl_InitializeFromBitmap() argument
664 TRACE("(%p,%p,%u,%d)\n", palette, source, desired, add_transparent); in PaletteImpl_InitializeFromBitmap()
666 if (!source || desired < 2 || desired > 256) in PaletteImpl_InitializeFromBitmap()
697 …f_colors = median_cut(src, width, height, stride, add_transparent ? desired - 1 : desired, colors); in PaletteImpl_InitializeFromBitmap()
/reactos/dll/3rdparty/libjpeg/
H A Djquant2.c199 int desired; /* desired # of colors = size of colormap */ member
1150 select_colors(cinfo, cquantize->desired); in finish_pass1()
1279 int desired = cinfo->desired_number_of_colors; in jinit_2pass_quantizer() local
1281 if (desired < 8) in jinit_2pass_quantizer()
1284 if (desired > MAXNUMCOLORS) in jinit_2pass_quantizer()
1287 ((j_common_ptr) cinfo,JPOOL_IMAGE, (JDIMENSION) desired, (JDIMENSION) 3); in jinit_2pass_quantizer()
1288 cquantize->desired = desired; in jinit_2pass_quantizer()
H A Djdmarker.c1338 jpeg_resync_to_restart (j_decompress_ptr cinfo, int desired) in jpeg_resync_to_restart() argument
1344 WARNMS2(cinfo, JWRN_MUST_RESYNC, marker, desired); in jpeg_resync_to_restart()
1353 if (marker == ((int) M_RST0 + ((desired+1) & 7)) || in jpeg_resync_to_restart()
1354 marker == ((int) M_RST0 + ((desired+2) & 7))) in jpeg_resync_to_restart()
1356 else if (marker == ((int) M_RST0 + ((desired-1) & 7)) || in jpeg_resync_to_restart()
1357 marker == ((int) M_RST0 + ((desired-2) & 7))) in jpeg_resync_to_restart()
/reactos/modules/rostests/apitests/compiler/ms/eh/
H A Druntest.cmd5 REM set FLAGS to the desired optimization level
/reactos/base/applications/cmdutils/at/lang/
H A Den-US.rc18 confirmation is desired.\n\
/reactos/sdk/include/reactos/libs/libjpeg/
H A Djpeglib.h791 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
1119 int desired));
/reactos/modules/rostests/apitests/compiler/ms/seh/
H A Druntests.cmd5 REM set FLAGS to the desired optimization level
/reactos/dll/win32/syssetup/lang/
H A Dhe-IL.rc217 …IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password a…
H A Dnl-NL.rc217 …IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password a…
H A Den-GB.rc217 …IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password a…
H A Dda-DK.rc225 …IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password a…
H A Den-US.rc225 …IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password a…
H A Dsv-SE.rc225 …IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password a…
H A Dth-TH.rc225 …IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password a…
/reactos/sdk/lib/3rdparty/stlport/
H A DINSTALL130 8) Supply the "lib" subdirectory to the library search path and add desired
/reactos/dll/3rdparty/libtiff/
H A Dtif_ojpeg.c415 static boolean OJPEGLibjpegJpegSourceMgrResyncToRestart(jpeg_decompress_struct* cinfo, int desired);
2585 OJPEGLibjpegJpegSourceMgrResyncToRestart(jpeg_decompress_struct* cinfo, int desired) in OJPEGLibjpegJpegSourceMgrResyncToRestart() argument
2588 (void)desired; in OJPEGLibjpegJpegSourceMgrResyncToRestart()
/reactos/dll/win32/gdiplus/
H A Dimage.c5693 static GpStatus create_optimal_palette(ColorPalette *palette, INT desired, in create_optimal_palette() argument
5703 if (palette->Count < desired) return GenericError; in create_optimal_palette()
5725 …hr = IWICPalette_InitializeFromBitmap(wic_palette, (IWICBitmapSource *)bitmap, desired, transparen… in create_optimal_palette()
5749 PaletteType type, INT desired, BOOL transparent, GpBitmap *bitmap) in GdipInitializePalette() argument
5751 TRACE("(%p,%d,%d,%d,%p)\n", palette, type, desired, transparent, bitmap); in GdipInitializePalette()
5761 return create_optimal_palette(palette, desired, transparent, bitmap); in GdipInitializePalette()
/reactos/drivers/network/tcpip/lwip/
H A DUPGRADING70 ip_current_netif() to the desired netif for every packet.
/reactos/dll/3rdparty/mbedtls/
H A Dssl_tls.c4608 size_t desired ) in ssl_buffer_make_space() argument
4613 (unsigned) desired ) ); in ssl_buffer_make_space()
4619 if( desired <= ( MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
4638 if( desired <= ( MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
/reactos/sdk/lib/fslib/vfatlib/check/
H A DChangeLog1178 isn't desired. Man page sources should not contain empty lines. Second,
/reactos/sdk/include/reactos/mc/
H A Dntstatus.mc942 … NOT been completed, but has not been rolled back either (so it may still be committed if desired).

12