Home
last modified time | relevance | path

Searched +defs:i +defs:e (Results 1 – 25 of 172) sorted by relevance

1234567

/reactos/sdk/include/psdk/
H A Dmapival.h57 #define FBadCopyTo(a,b,c,d,e,f,g,h,i,j) FALSE argument
73 #define ValidateParameters8(a,b,c,d,e,f,g,h,i) do { } while(0) argument
74 #define ValidateParameters9(a,b,c,d,e,f,g,h,i,j) do { } while(0) argument
75 #define ValidateParameters10(a,b,c,d,e,f,g,h,i,j,k) do { } while(0) argument
76 #define ValidateParameters11(a,b,c,d,e,f,g,h,i,j,k,l) do { } while(0) argument
90 #define UlValidateParameters8(a,b,c,d,e,f,g,h,i) do { } while(0) argument
91 #define UlValidateParameters9(a,b,c,d,e,f,g,h,i,j) do { } while(0) argument
107 #define CheckParameters8(a,b,c,d,e,f,g,h,i) do { } while(0) argument
108 #define CheckParameters9(a,b,c,d,e,f,g,h,i,j) do { } while(0) argument
109 #define CheckParameters10(a,b,c,d,e,f,g,h,i,j,k) do { } while(0) argument
[all …]
H A Dno_sal2.h42 #define _At_buffer_(t,i,c,a) argument
64 #define _Pre_satisfies_(e) argument
100 #define _Acquires_lock_(e) argument
102 #define _Releases_lock_(e) argument
110 #define _Guarded_by_(e) argument
412 #define _IRQL_raises_(i) argument
414 #define _IRQL_requires_(i) argument
416 #define _IRQL_requires_max_(i) argument
418 #define _IRQL_requires_min_(i) argument
428 #define _IRQL_always_function_min_(i) argument
[all …]
H A Dd3drm.h129 #define IDirect3DRM_CreateShadow(p,a,b,c,d,e,f,g,h,i) (p)->lpVtbl->CreateShadow(p,a,b,c… argument
143 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g… argument
167 #define IDirect3DRM_CreateShadow(p,a,b,c,d,e,f,g,h,i) (p)->CreateShadow(a,b,c,d,e,f,g,h… argument
169 #define IDirect3DRM_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->CreateWrap(a,b,c,d,e,f,g,h,i… argument
181 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) argument
284 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,… argument
309 #define IDirect3DRM2_CreateShadow(p,a,b,c,d,e,f,g,h,i) (p)->CreateShadow(a,b,c,d,e,f,g,… argument
323 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) argument
432 #define IDirect3DRM3_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->lpVtbl->Load(p,a,b,c,d,e,f,… argument
462 #define IDirect3DRM3_CreateShadow(p,a,b,c,d,e,f,g,h,i) (p)->CreateShadow(a,b,c,d,e,f,g,… argument
[all …]
/reactos/sdk/include/reactos/libs/libmpg123/
H A Ddebug.h69 #define debug9(s, a, b, c, d, e, f, g, h, i) argument
70 #define debug10(s, a, b, c, d, e, f, g, h, i, j) argument
71 #define debug11(s, a, b, c, d, e, f, g, h, i, j, k) argument
72 #define debug12(s, a, b, c, d, e, f, g, h, i, j, k, l) argument
110 #define warning9(s, a, b, c, d, e, f, g, h, i) argument
111 #define warning10(s, a, b, c, d, e, f, g, h, i, j) argument
112 #define warning11(s, a, b, c, d, e, f, g, h, i, j, k) argument
151 #define error9(s, a, b, c, d, e, f, g, h, i) argument
152 #define error10(s, a, b, c, d, e, f, g, h, i, j) argument
153 #define error11(s, a, b, c, d, e, f, g, h, i, j, k) argument
[all …]
/reactos/drivers/network/tcpip/lwip/src/netif/
H A Dbridgeif_fdb.c78 int i; in bridgeif_fdb_update_src() local
83 bridgeif_dfdb_entry_t *e = &fdb->fdb[i]; in bridgeif_fdb_update_src() local
100 bridgeif_dfdb_entry_t *e = &fdb->fdb[i]; in bridgeif_fdb_update_src() local
130 int i; in bridgeif_fdb_get_dst_ports() local
135 bridgeif_dfdb_entry_t *e = &fdb->fdb[i]; in bridgeif_fdb_get_dst_ports() local
155 int i; in bridgeif_fdb_age_one_second() local
163 bridgeif_dfdb_entry_t *e = &fdb->fdb[i]; in bridgeif_fdb_age_one_second() local
/reactos/modules/rostests/apitests/kernel32/
H A DWideCharToMultiByte.c26 ULONG i; in Utf8Convert_() local
107 #define Utf8Convert(w, e, i) Utf8Convert_(w, e, e, i, __FILE__, __LINE__) argument
108 #define Utf8Convert_Vista(w, e, i, e2) Utf8Convert_(w, e, e2, i, __FILE__, __LINE__) argument
/reactos/modules/rostests/rosautotest/
H A Dmain.cpp129 for (unsigned long i = 0; i < Configuration.GetRepeatCount(); i++) in wmain() local
151 catch(CSimpleException& e) in wmain() local
159 catch(CFatalException& e) in wmain() local
/reactos/dll/win32/wbemprox/
H A Dwql.y121 int i, ret = 0; in get_int() local
137 struct expr *e = alloc_mem( parser, sizeof(*e) ); in expr_complex() local
150 struct expr *e = alloc_mem( parser, sizeof(*e) ); in expr_unary() local
163 struct expr *e = alloc_mem( parser, sizeof *e ); in expr_ival() local
174 struct expr *e = alloc_mem( parser, sizeof *e ); in expr_sval() local
187 struct expr *e = alloc_mem( parser, sizeof *e ); in expr_bval() local
198 struct expr *e = alloc_mem( parser, sizeof *e ); in expr_propval() local
/reactos/sdk/lib/crt/wine/
H A Dcpp.c68 int i; in dump_obj_locator() local
94 int i; in dump_obj_locator() local
625 bad_alloc e; in throw_bad_alloc() local
759 bad_typeid e; in __RTtypeid() local
787 bad_typeid e; in __RTtypeid() local
859 int i; in __RTDynamicCast() local
885 bad_cast e; in __RTDynamicCast() local
915 int i; in __RTDynamicCast() local
1051 int i; in _is_exception_typeof() local
1090 int i; in _is_exception_typeof() local
[all …]
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dcollate_facets_test.cpp61 for (size_t i = 0; i < 4; ++i) { in collate_facet() local
102 size_t i; in collate_facet() local
189 catch (runtime_error const& e) { in collate_by_name() local
201 catch (runtime_error const& e) { in collate_by_name() local
H A Dnum_facets_test.cpp134 for (size_t i = 0; i < n; ++i) { in test_supported_locale() local
217 catch (runtime_error const& e) { in numpunct_by_name() local
229 catch (runtime_error const& e) { in numpunct_by_name() local
263 catch (runtime_error const& e) { in numpunct_by_name() local
H A Dtime_facets_test.cpp55 istreambuf_iterator<char, char_traits<char> > i( istr ); in _time_put_get() local
56 istreambuf_iterator<char, char_traits<char> > e; in _time_put_get() local
138 istreambuf_iterator<wchar_t, char_traits<wchar_t> > i( istr ); in _time_put_get() local
139 istreambuf_iterator<wchar_t, char_traits<wchar_t> > e; in _time_put_get() local
197 for (size_t i = 0; i < n; ++i) { in test_supported_locale() local
/reactos/dll/directx/wine/d3dxof/
H A Dmszip.c57 …G fdi_Ziphuft_build(cab_ULONG *b, cab_ULONG n, cab_ULONG s, const cab_UWORD *d, const cab_UWORD *e, in fdi_Ziphuft_build()
65 register cab_ULONG i; /* counter, current code */ in fdi_Ziphuft_build() local
241 register cab_ULONG e; /* table entry flag/number of extra bits */ in fdi_Zipinflate_codes() local
373 cab_LONG i; /* temporary variable */ in fdi_Zipinflate_fixed() local
415 cab_LONG i; /* temporary variables */ in fdi_Zipinflate_dynamic() local
545 static cab_LONG fdi_Zipinflate_block(cab_LONG *e, fdi_decomp_state *decomp_state) /* e == last bloc… in fdi_Zipinflate_block()
585 cab_LONG e; /* last block flag */ in ZIPfdi_decomp() local
/reactos/sdk/lib/crt/string/
H A Dstrtod.c13 int e; /* exponent */ in strtod() local
17 int i; in strtod() local
/reactos/dll/shellext/shellbtrfs/
H A Dsend.cpp37 ULONG i; in Thread() local
200 } catch (const exception& e) { in Thread() local
275 for (unsigned int i = 0; i < (unsigned int)num_clones; i++) { in StartSend() local
506 } catch (const exception& e) { in SendDlgProc() local
559 } catch (const exception& e) { in SendSubvolGUIW() local
567 ULONG i; in send_subvol() local
705 for (unsigned int i = 0; i < args.size(); i++) { in SendSubvolW() local
727 } catch (const exception& e) { in SendSubvolW() local
H A Dbalance.cpp401 int i = 0; in SaveBalanceOpts() local
523 int i, num_devices = 0, num_writeable_devices = 0; in BalanceOptsDlgProc() local
833 } catch (const exception& e) { in BalanceOptsDlgProc() local
958 } catch (const exception& e) { in BalanceDlgProc() local
996 ULONG devsize, i; in ShowBalance() local
1122 } catch (const exception& e) { in StartBalanceW() local
1169 } catch (const exception& e) { in PauseBalanceW() local
1214 } catch (const exception& e) { in StopBalanceW() local
H A Dvolpropsheet.cpp109 ULONG devsize, i; in Initialize() local
166 uint8_t i, j; in FormatUsage() local
493 int i; in UsageDlgProc() local
559 } catch (const exception& e) { in UsageDlgProc() local
638 int i; in RefreshDevList() local
839 ULONG devsize, i; in ResetStats() local
875 int i; in StatsDlgProc() local
935 } catch (const exception& e) { in StatsDlgProc() local
1242 } catch (const exception& e) { in DeviceDlgProc() local
1422 } catch (const exception& e) { in PropSheetDlgProc() local
[all …]
H A Dpropsheet.cpp172 HRESULT BtrfsPropSheet::check_file(const wstring& fn, UINT i, UINT num_files, UINT* sv) { in check_file()
319 UINT num_files, i, sv = 0; in load_file_list() local
405 } catch (const exception& e) { in Initialize() local
699 UINT num_files, i; in apply_changes() local
808 int i; in update_size_details_dialog() local
859 } catch (const exception& e) { in SizeDetailsDlgProc() local
884 ULONG num_files, i; in open_as_admin() local
934 int i; in init_propsheet() local
1310 } catch (const exception& e) { in PropSheetDlgProc() local
1353 } catch (const exception& e) { in AddPages() local
[all …]
H A Ddevices.cpp112 ULONG i; local
320 static bool sort_devices(device i, device j) {
333 unsigned int i; local
621 } catch (const exception& e) { local
816 } catch (const exception& e) { local
872 } catch (const exception& e) { local
933 } catch (const exception& e) { local
976 } catch (const exception& e) { local
/reactos/dll/win32/msi/
H A Dsql.y840 INT i, r = 0; in SQL_getint() local
862 struct expr *e = parser_alloc( info, sizeof *e ); in EXPR_wildcard() local
872 struct expr *e = parser_alloc( info, sizeof *e ); in EXPR_complex() local
885 struct expr *e = parser_alloc( info, sizeof *e ); in EXPR_unary() local
898 struct expr *e = parser_alloc( info, sizeof *e ); in EXPR_column() local
910 struct expr *e = parser_alloc( info, sizeof *e ); in EXPR_ival() local
921 struct expr *e = parser_alloc( info, sizeof *e ); in EXPR_sval() local
935 int i = 0; in swap_columns() local
/reactos/dll/win32/rsaenh/
H A Dsha2.c290 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
301 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
310 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
322 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
380 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
572 int i; in SHA256_End() local
617 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
628 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
637 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
901 int i; in SHA512_End() local
[all …]
/reactos/dll/opengl/mesa/
H A Dmmath.c66 unsigned short i; in init_sqrt() local
111 short e; /* the exponent */ in gl_sqrt() local
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.cpp67 static std::string unescape(const char* s, char b, char e) in unescape()
90 static std::string unescape(const char* s, size_t l, char b, char e) in unescape()
511 LPCXSSTR e = XS_strstr(p+9, XS_TEXT(CDATA_END)); in DecodeXMLString() local
581 for(int i=indent; i--; ) in pretty_write_worker() local
602 for(int i=indent; i--; ) in pretty_write_worker() local
619 for(int i=indent; i--; ) in smart_write_worker() local
656 for(int i=indent; i--; ) in smart_write_worker() local
859 const char* e = s + _content.length(); in StartElementHandler() local
902 const char* e = s + _content.length(); in EndElementHandler() local
996 for(size_t i=_stack.size(); --i>0; ) in write_pre() local
[all …]
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dqtewin.cpp145 int i; in CleanString() local
161 int i, j; in QMyDialog() local
313 int i; in ~QMyDialog() local
363 int i; in AddClicked() local
383 int i; in EditClicked() local
409 int i, j; in SaveClicked() local
493 int i; in ListBoxChanged() local
1288 int i, j; in ui_create_bitmap() local
1328 int i, j; in ui_paint_bitmap() local
1509 int i; in ui_create_colourmap() local
[all …]
H A Dqtwin.cpp289 void QMyMainWindow::wheelEvent(QWheelEvent * e) in wheelEvent()
306 int GetScanCode(QKeyEvent* e) in GetScanCode()
472 bool QMyMainWindow::event(QEvent * e) in event()
721 int i, r, g, b; in ui_create_colourmap() local
763 int i; in ui_create_bitmap() local
913 int i, j, xyoffset; in ui_draw_text() local
1128 uint8 ipattern[8], i; in ui_patblt() local
1187 int i; in ui_paint_bitmap() local
1373 int i, x, y, dx, dy; in ui_polyline() local
1581 int i, thisline; in hexdump() local
[all …]

1234567