Home
last modified time | relevance | path

Searched defs:eh (Results 1 – 25 of 3477) sorted by relevance

12345678910>>...140

/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_extlibs/
H A Delsiiface.F9093 type(elsi_handle), intent(out) :: eh local
103 subroutine elsi_reinit(eh) argument
104 type(elsi_handle), intent(inout) :: eh local
108 subroutine elsi_finalize(eh) argument
109 type(elsi_handle), intent(inout) :: eh local
125 subroutine elsi_set_csc_blk(eh, blk) argument
132 subroutine elsi_set_zero_def(eh, zero) argument
183 subroutine elsi_get_edm_real(eh, edm) argument
211 subroutine elsi_get_mu(eh, mu) argument
277 subroutine elsi_set_mpi(eh, comm) argument
[all …]
/dports/net/zebra-server/idzebra-2.0.55/data1/
H A Dd1_expout.c46 static int is_numeric_tag (ExpHandle *eh, data1_node *c) in is_numeric_tag()
65 static int is_data_tag (ExpHandle *eh, data1_node *c) in is_data_tag()
74 static Odr_int *f_integer(ExpHandle *eh, data1_node *c) in f_integer()
85 static char *f_string(ExpHandle *eh, data1_node *c) in f_string()
98 static bool_t *f_bool(ExpHandle *eh, data1_node *c) in f_bool()
126 static Z_IntUnit *f_intunit(ExpHandle *eh, data1_node *c) in f_intunit()
132 static Z_HumanString *f_humstring(ExpHandle *eh, data1_node *c) in f_humstring()
194 char **f_string_seq (ExpHandle *eh, data1_node *n, int *num) in f_string_seq()
886 ExpHandle *eh, data1_node *n) in f_attributeDescription()
1007 ExpHandle *eh, data1_node *n) in f_omittedAttributeInterpretation()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_edgehash_test.cc17 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
28 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
39 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
54 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
68 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
79 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
88 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
97 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
107 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
121 EdgeHash *eh = BLI_edgehash_new(__func__); in TEST() local
[all …]
/dports/mail/emailrelay/emailrelay-1.9/src/gui/
H A Dgunpack.cpp72 ErrorHandler eh ; in isPacked() local
88 ErrorHandler eh ; in fileCount() local
102 ErrorHandler eh ; in Unpack() local
112 ErrorHandler eh ; in Unpack() local
130 ErrorHandler eh ; in names() local
148 ErrorHandler eh ; in flags() local
177 ErrorHandler eh ; in unpack() local
187 ErrorHandler eh ; in unpack() local
198 ErrorHandler eh ; in unpack() local
207 ErrorHandler eh ; in unpackOriginal() local
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dedgehash.c133 #define EH_INDEX_HAS_EDGE(eh, index, edge) \ argument
165 BLI_INLINE bool edgehash_ensure_can_insert(EdgeHash *eh) in edgehash_ensure_can_insert()
227 EdgeHash *eh = MEM_mallocN(sizeof(EdgeHash), info); in BLI_edgehash_new_ex() local
243 void BLI_edgehash_free(EdgeHash *eh, EdgeHashFreeFP free_value) in BLI_edgehash_free()
251 void BLI_edgehash_print(EdgeHash *eh) in BLI_edgehash_print()
324 void *BLI_edgehash_lookup(EdgeHash *eh, uint v0, uint v1) in BLI_edgehash_lookup()
334 void **BLI_edgehash_lookup_p(EdgeHash *eh, uint v0, uint v1) in BLI_edgehash_lookup_p()
400 void *BLI_edgehash_popkey(EdgeHash *eh, uint v0, uint v1) in BLI_edgehash_popkey()
425 bool BLI_edgehash_haskey(EdgeHash *eh, uint v0, uint v1) in BLI_edgehash_haskey()
433 int BLI_edgehash_len(EdgeHash *eh) in BLI_edgehash_len()
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/socketengines/
H A Dsocketengine_kqueue.cpp50 inline intptr_t udata_cast(EventHandler* eh) in udata_cast()
56 inline void* udata_cast(EventHandler* eh) in udata_cast()
98 bool SocketEngine::AddFd(EventHandler* eh, int event_mask) in AddFd()
121 void SocketEngine::DelFd(EventHandler* eh) in DelFd()
145 void SocketEngine::OnSetEvent(EventHandler* eh, int old_mask, int new_mask) in OnSetEvent()
185 EventHandler* eh = reinterpret_cast<EventHandler*>(kev.udata); in DispatchEvents() local
/dports/archivers/arj/arj-3.10.22/
H A Dext_hdr.c25 struct ext_hdr FAR *eh_lookup(struct ext_hdr FAR *eh, char tag) in eh_lookup()
38 struct ext_hdr FAR *eh_find_pending(struct ext_hdr FAR *eh) in eh_find_pending()
54 struct ext_hdr FAR *eh_append(struct ext_hdr FAR *eh, char tag, char FAR *block, unsigned int size) in eh_append()
73 void eh_release(struct ext_hdr FAR *eh) in eh_release()
/dports/net/rp-pppoe/rp-pppoe-3.15/src/libevent/
H A Devent.c89 EventHandler *eh; in Event_HandleEvent() local
244 EventHandler *eh; in Event_AddHandler() local
293 EventHandler *eh; in Event_AddHandlerWithTimeout() local
361 EventHandler *eh; in Event_AddTimerHandler() local
409 EventHandler *eh) in Event_DelHandler()
465 DestroyHandler(EventHandler *eh) in DestroyHandler()
523 Event_GetCallback(EventHandler *eh) in Event_GetCallback()
536 Event_GetData(EventHandler *eh) in Event_GetData()
553 Event_SetCallbackAndData(EventHandler *eh, in Event_SetCallbackAndData()
/dports/net/owamp/owamp-3.3/I2util/I2util/
H A DErrLog.c147 ErrHandle *eh, in esnprintf()
186 void add_ansiC_errors(ErrHandle *eh) in add_ansiC_errors()
325 ErrHandle *eh; in I2ErrOpen() local
374 ErrHandle *eh = (ErrHandle *) dpeh; in I2ErrSetResetFunc() local
401 ErrHandle *eh = (ErrHandle *) dpeh; in I2ErrReset() local
431 ErrHandle *eh = (ErrHandle *) dpeh; in I2ErrClose() local
464 ErrHandle *eh = (ErrHandle *) dpeh; in I2ErrRep() local
507 ErrHandle *eh = (ErrHandle *) dpeh; in I2ErrGetMsg() local
551 ErrHandle *eh = (ErrHandle *) dpeh; in I2ErrGetCode() local
584 ErrHandle *eh = (ErrHandle *) dpeh; in I2ErrList() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java49 XMLErrorHandler eh = getErrorHandler(); in error() local
61 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
71 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java49 XMLErrorHandler eh = getErrorHandler(); in error() local
61 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
71 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java49 XMLErrorHandler eh = getErrorHandler(); in error() local
61 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
71 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java49 XMLErrorHandler eh = getErrorHandler(); in error() local
61 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
71 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java49 XMLErrorHandler eh = getErrorHandler(); in error() local
61 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
71 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java49 XMLErrorHandler eh = getErrorHandler(); in error() local
61 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
71 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java49 XMLErrorHandler eh = getErrorHandler(); in error() local
61 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
71 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java49 XMLErrorHandler eh = getErrorHandler(); in error() local
61 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
71 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java48 XMLErrorHandler eh = getErrorHandler(); in error() local
60 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
70 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java48 XMLErrorHandler eh = getErrorHandler(); in error() local
60 XMLErrorHandler eh = getErrorHandler(); in fatalError() local
70 XMLErrorHandler eh = getErrorHandler(); in warning() local
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_prng_exch.c84 TLS_PRNG_SRC *eh; in tls_prng_exch_open() local
100 void tls_prng_exch_update(TLS_PRNG_SRC *eh) in tls_prng_exch_update()
130 void tls_prng_exch_close(TLS_PRNG_SRC *eh) in tls_prng_exch_close()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dprotected_function.hpp156 …basic_protected_function(const basic_function<base_t>& b, reference eh = get_default_handler()) : … in basic_protected_function()
157 …basic_protected_function(basic_function<base_t>&& b, reference eh = get_default_handler()) : base_… in basic_protected_function()
158 …basic_protected_function(const stack_reference& r, reference eh = get_default_handler()) : basic_p… in basic_protected_function()
159 …basic_protected_function(stack_reference&& r, reference eh = get_default_handler()) : basic_protec… in basic_protected_function()
161 …basic_protected_function(proxy_base<Super>&& p, reference eh = get_default_handler()) : basic_prot… in basic_protected_function()
163 …basic_protected_function(const proxy_base<Super>& p, reference eh = get_default_handler()) : basic… in basic_protected_function()
165 …basic_protected_function(lua_State* L, T&& r, reference eh) : basic_protected_function(L, sol::ref… in basic_protected_function()
166 …basic_protected_function(lua_State* L, int index = -1, reference eh = get_default_handler()) : bas… in basic_protected_function()
171 …basic_protected_function(lua_State* L, ref_index index, reference eh = get_default_handler()) : ba… in basic_protected_function()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dprotected_function.hpp156 …basic_protected_function(const basic_function<base_t>& b, reference eh = get_default_handler()) : … in basic_protected_function()
157 …basic_protected_function(basic_function<base_t>&& b, reference eh = get_default_handler()) : base_… in basic_protected_function()
158 …basic_protected_function(const stack_reference& r, reference eh = get_default_handler()) : basic_p… in basic_protected_function()
159 …basic_protected_function(stack_reference&& r, reference eh = get_default_handler()) : basic_protec… in basic_protected_function()
161 …basic_protected_function(proxy_base<Super>&& p, reference eh = get_default_handler()) : basic_prot… in basic_protected_function()
163 …basic_protected_function(const proxy_base<Super>& p, reference eh = get_default_handler()) : basic… in basic_protected_function()
165 …basic_protected_function(lua_State* L, T&& r, reference eh) : basic_protected_function(L, sol::ref… in basic_protected_function()
166 …basic_protected_function(lua_State* L, int index = -1, reference eh = get_default_handler()) : bas… in basic_protected_function()
171 …basic_protected_function(lua_State* L, ref_index index, reference eh = get_default_handler()) : ba… in basic_protected_function()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/weakref/
H A Dweakref.cpp94 wxEvtHandler eh; in DeclareTest() local
152 wxEvtHandler eh; in AssignTest() local
167 wxEvtHandler eh; in AssignTest() local
187 wxEvtHandler eh; in AssignWeakRefTest() local
243 wxEvtHandler eh; in CleanupTest() local
300 wxEvtHandler eh; in DynamicRefTest() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/weakref/
H A Dweakref.cpp98 wxEvtHandler eh; in DeclareTest() local
139 wxEvtHandler eh; in AssignTest() local
157 wxEvtHandler eh; in AssignTest() local
178 wxEvtHandler eh; in AssignWeakRefTest() local
234 wxEvtHandler eh; in CleanupTest() local
291 wxEvtHandler eh; in DynamicRefTest() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/weakref/
H A Dweakref.cpp98 wxEvtHandler eh; in DeclareTest() local
139 wxEvtHandler eh; in AssignTest() local
157 wxEvtHandler eh; in AssignTest() local
178 wxEvtHandler eh; in AssignWeakRefTest() local
234 wxEvtHandler eh; in CleanupTest() local
291 wxEvtHandler eh; in DynamicRefTest() local

12345678910>>...140