Home
last modified time | relevance | path

Searched refs:eh (Results 1 – 25 of 28) sorted by relevance

12

/reactos/sdk/lib/3rdparty/stlport/build/test/eh/
H A DMakefile.inc9 SRC_CPP = ../../../test/eh/TestClass.cpp \
10 ../../../test/eh/main.cpp \
11 ../../../test/eh/nc_alloc.cpp \
12 ../../../test/eh/random_number.cpp \
13 ../../../test/eh/test_algo.cpp \
15 ../../../test/eh/test_list.cpp \
16 ../../../test/eh/test_slist.cpp \
19 ../../../test/eh/test_deque.cpp \
20 ../../../test/eh/test_set.cpp \
21 ../../../test/eh/test_map.cpp \
[all …]
H A Dnmake-src-prefix.mak4 ALLOBJS = $(ALLOBJS:../../../test/eh/=)
10 {../../../test/eh}.cpp{$(OUTPUT_DIR)}.o:
13 {../../../test/eh}.cpp{$(OUTPUT_DIR_DBG)}.o:
16 {../../../test/eh}.cpp{$(OUTPUT_DIR_STLDBG)}.o:
19 {../../../test/eh}.cpp{$(OUTPUT_DIR_A)}.o:
22 {../../../test/eh}.cpp{$(OUTPUT_DIR_A_DBG)}.o:
25 {../../../test/eh}.cpp{$(OUTPUT_DIR_A_STLDBG)}.o:
/reactos/drivers/filesystems/ext2/src/ext4/
H A Dext4_extents.c254 inode, eh); in ext4_extent_block_csum_set()
421 if (eh->eh_entries > eh->eh_max) { in __ext4_ext_check()
672 path[0].p_hdr = eh; in ext4_find_extent()
679 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max)); in ext4_find_extent()
1757 if (le16_to_cpu(eh->eh_entries) < le16_to_cpu(eh->eh_max)) in ext4_ext_insert_extent()
1773 if (le16_to_cpu(eh->eh_entries) < le16_to_cpu(eh->eh_max)) { in ext4_ext_insert_extent()
1780 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max)); in ext4_ext_insert_extent()
1956 BUG_ON(eh == NULL); in ext4_ext_rm_leaf()
2020 eh->eh_entries = cpu_to_le16(le16_to_cpu(eh->eh_entries)-1); in ext4_ext_rm_leaf()
2325 eh->eh_depth = 0; in ext4_ext_tree_init()
[all …]
H A Dextents.c35 EXT4_EXTENT_HEADER *eh; in Ext2MapExtent() local
41 eh = get_ext4_header(&Mcb->Inode); in Ext2MapExtent()
43 if (eh->eh_magic != EXT4_EXT_MAGIC) { in Ext2MapExtent()
114 EXT4_EXTENT_HEADER *eh; in Ext2DoExtentExpand() local
125 eh = get_ext4_header(&Mcb->Inode); in Ext2DoExtentExpand()
127 if (eh->eh_magic != EXT4_EXT_MAGIC) { in Ext2DoExtentExpand()
/reactos/sdk/lib/cpprt/i386/
H A Dcpprt.s10 ; void __stdcall `eh vector constructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *…
16 ; void __stdcall `eh vector destructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *))
/reactos/sdk/lib/cpprt/arm/
H A Dcpprt.s15 …; void __cdecl `eh vector constructor iterator'(void *,unsigned int,int,void (__cdecl*)(void *),vo…
21 ; void __cdecl `eh vector destructor iterator'(void *,unsigned int,int,void (__cdecl*)(void *))
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dext4_ext.h58 find_ext4_extent_tail(struct ext4_extent_header *eh) in find_ext4_extent_tail() argument
60 return (struct ext4_extent_tail *)(((char *)eh) + in find_ext4_extent_tail()
61 EXT4_EXTENT_TAIL_OFFSET(eh)); in find_ext4_extent_tail()
/reactos/sdk/lib/3rdparty/stlport/
H A DREADME19 build/test/eh - build directory for exception handling tests
28 test/eh - exception handling test using STLport iostreams
H A Dconfigure.bat254 echo !include msvc.mak > .\build\test\eh\Makefile
264 echo !include icl.mak > .\build\test\eh\Makefile
315 echo !include evc.mak > .\build\test\eh\Makefile
339 echo !include evc.mak > .\build\test\eh\Makefile
347 echo !include evc.mak > .\build\test\eh\Makefile
/reactos/sdk/lib/cpprt/amd64/
H A Dcpprt.s10 ; void __cdecl `eh vector constructor iterator'(void * __ptr64,unsigned __int64,int,void (__cdecl*)…
/reactos/sdk/lib/3rdparty/stlport/test/compiler/
H A DMakefile.inc6 SRC_CC = eh.cc
/reactos/sdk/include/vcruntime/
H A Deh.h16 #error eh.h is only for C++!
/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A Dbcb.mak60 ..\test\eh\eh_test.exe -s 100
H A Dintel45.mak81 ..\test\eh\eh_test.exe -s 100
H A Dintel50.mak87 ..\test\eh\eh_test.exe -s 100
/reactos/dll/win32/mshtml/
H A Dview.c169 INT ew=0, eh=0; in serverwnd_proc() local
173 eh = GetSystemMetrics(SM_CYEDGE); in serverwnd_proc()
176 SetWindowPos(This->nscontainer->hwnd, NULL, ew, eh, in serverwnd_proc()
177 LOWORD(lParam) - 2*ew, HIWORD(lParam) - 2*eh, in serverwnd_proc()
/reactos/base/services/tcpsvcs/
H A Dquotes35 "Oh i'm boring eh?
/reactos/base/shell/cmd/lang/
H A Dhu-HU.rc57 CMD [/[C|K] parancs][/P][/Q][/T:eh]\n\n\
61 /T:eh COLOR parancs használata.\n"
63 COLOR [eh [/-F]]\n\n\
64 eh A konzol elő- és háttérszínét állítja be.\n\
/reactos/dll/cpl/desk/lang/
H A Dsq-AL.rc122 …FFAPPEARANCE_KEYBOARDCUES, 10, 125, 267, 19//FIXME: add accel. I used "Fsh&eh gërma të nënvizuara …
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.12314 * build/test/eh/bcc.mak: Copied from build/test/unit/bcc.mak.
2322 * test/eh/test_rope.cpp: Restore Borland exception test for rope.
2458 test/eh/msvc.mak: Moved injection of boost include path for all targets
2543 * build/test/eh/bcc.mak: Added to build EH tests for Borland.
2746 * test/eh/test_rope.cpp: Removed rope test for Borland.
4032 * test/eh/main.cpp: Redirection of std::cout and std::cerr for WinCE
4419 exception thrown by the comparison operator, reported by eh tests.
4848 * build/test/eh: build eh tests again.
4850 * test/eh/LeakCheck.h, TestClass.cpp, TestClass.h: fix and clear.
4852 * test/eh/test_hash_map.cpp, test_hash_set.cpp: hash_set/hash_map
[all …]
H A DChangeLog-4.0196 * test/eh/test_deque.cpp - removed the obsolete template argument
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dpppoe.c558 MEMCPY(&sc->sc_dest, eh->ether_shost, sizeof sc->sc_dest); in pppoe_disc_input()
/reactos/base/applications/regedit/lang/
H A Dsv-SE.rc101 MENUITEM "B&ehörigheter...", ID_EDIT_PERMISSIONS
/reactos/dll/win32/getuname/lang/
H A Dru-RU.rc1395 1383 "Армянская строчная буква eh"
5858 5846 "Рунический знак ehwaz eh e"
6514 6502 "Тай Лэ буква eh"
12585 12573 "Чжуинь (бопомофо) буква eh"
23109 50667 "Слог Хангыль eh"
/reactos/modules/rostests/winetests/cmd/
H A Dtest_builtins.cmd653 for %%i in ("j k" l.eh) do echo '%%~xsi'
677 for %%i in ("j k" l.eh) do call :echoFunXS %%i

12