Home
last modified time | relevance | path

Searched refs:h_class (Results 1 – 25 of 102) sorted by relevance

12345

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/humanoid_actions/
H A Duse_staffroom.lua38 local h_class = humanoid.humanoid_class
47 …if (h_class == "Doctor" or h_class == "Handyman") and cur_type ~= "pool_table" and chance <= 2 then
53 …if (h_class == "Doctor" or h_class == "Nurse") and cur_type ~= "video_game" and 2 < chance and cha…
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/
H A Dmsg_header.h215 if (h && h->h_class->hc_params) { in msg_header_params()
216 return (msg_param_t **)((char *)h + h->h_class->hc_params); in msg_header_params()
223 (((h) && ((msg_common_t *)h)->h_class->hc_params) ? \
224 (msg_param_t **)((char *)(h) + ((msg_common_t *)h)->h_class->hc_params) : NULL)
298 (void)(((msg_common_t *)(h))->h_class = (msg_class)), \
H A Dmsg_types.h114 msg_hclass_t *h_class; /**< Header class. */ member
133 #define msg_ident msg_common->h_class
229 #define sh_class sh_common->h_class
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/msg/sofia-sip/
H A Dmsg_header.h215 if (h && h->h_class->hc_params) { in msg_header_params()
216 return (msg_param_t **)((char *)h + h->h_class->hc_params); in msg_header_params()
223 (((h) && ((msg_common_t *)h)->h_class->hc_params) ? \
224 (msg_param_t **)((char *)(h) + ((msg_common_t *)h)->h_class->hc_params) : NULL)
298 (void)(((msg_common_t *)(h))->h_class = (msg_class)), \
H A Dmsg_types.h114 msg_hclass_t *h_class; /**< Header class. */ member
133 #define msg_ident msg_common->h_class
229 #define sh_class sh_common->h_class
/dports/science/paje/Paje_1.97/Tracers/JRastro/src/
H A DJRastro.c62 hash_t h_class; variable
142 hash_insert(&h_class, (hash_key_t)name, (hash_data_t)&definition); in jrst_event_ClassFileLoadHook()
253 class = hash_locate(&h_class, (hash_key_t)tmp); in jrst_event_VMInit()
418 …hash_initialize(&h_class, hash_value_string, hash_copy_string_data, hash_key_cmp_string, hash_dest… in Agent_OnLoad()
457 hash_finalize(&h_class); in Agent_OnUnload()
H A DJRastro_read_objects.c34 hash_t h_class; variable
150 hash_insert(&h_class, (hash_key_t)(ev.v_uint32[0]+(int)ev.id1), (hash_data_t)ev.v_string[0]); in jrst_event_class()
155 class_name = hash_locate(&h_class, (hash_key_t)(ev.v_uint32[1]+(int)ev.id1)); in jrst_event_method()
189 class_name = hash_locate(&h_class, (hash_key_t)(n_class+(int)ev.id1)); in jrst_event_method_entry_alloc()
236 class_name = hash_locate(&h_class, (hash_key_t)(n_class+(int)ev.id1)); in jrst_jvmti_event_method_entry()
276 class_name = hash_locate(&h_class, (hash_key_t)(obj_class+(int)ev.id1)); in jrst_method_entry()
500 hash_initialize(&h_class, hash_value, hash_copy, hash_key_cmp, hash_destroy); in main()
532 hash_finalize(&h_class); in main()
H A DJRastro_read_objects_class.c35 hash_t h_class; variable
152 hash_insert(&h_class, (hash_key_t)(ev.v_uint32[0]+(int)ev.id1), (hash_data_t)ev.v_string[0]); in jrst_event_class()
157 class_name = hash_locate(&h_class, (hash_key_t)(ev.v_uint32[1]+(int)ev.id1)); in jrst_event_method()
204 class_name = hash_locate(&h_class, (hash_key_t)(n_class+(int)ev.id1)); in jrst_event_method_entry_alloc()
255 class_name = hash_locate(&h_class, (hash_key_t)(n_class+(int)ev.id1)); in jrst_jvmti_event_method_entry()
301 class_name = hash_locate(&h_class, (hash_key_t)(n_class+(int)ev.id1)); in jrst_method_entry()
558 hash_initialize(&h_class, hash_value, hash_copy, hash_key_cmp, hash_destroy); in main()
602 hash_finalize(&h_class); in main()
H A DJRastro_read.c37 hash_t h_class; variable
141 hash_insert(&h_class, (hash_key_t)(ev.v_uint32[0]+(int)ev.id1), (hash_data_t)ev.v_string[0]); in jrst_event_class()
146 class_name = hash_locate(&h_class, (hash_key_t)(ev.v_uint32[1]+(int)ev.id1)); in jrst_event_method()
364 hash_initialize(&h_class, hash_value, hash_copy, hash_key_cmp, hash_destroy); in main()
395 hash_finalize(&h_class); in main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/msg/
H A Dmsg_parser_util.c814 if (h && h->h_class->hc_params) { in msg_header_find_param()
816 ((char *)h + h->h_class->hc_params); in msg_header_find_param()
855 if (!h || !h->h_class->hc_params || !param) in msg_header_param_modify()
922 if (h->h_class->hc_update) { in msg_header_param_modify()
935 h->h_class->hc_update(h, name, namelen, value); in msg_header_param_modify()
1120 if (h && h->h_class->hc_params) { in msg_header_find_item()
1123 ((char *)h + h->h_class->hc_params); in msg_header_find_item()
1548 if (dst == NULL || dst->h_class->hc_params == 0 || in msg_header_join_items()
1549 src == NULL || src->h_class->hc_params == 0) in msg_header_join_items()
1552 s = *(msg_param_t **)((char *)src + src->h_class->hc_params); in msg_header_join_items()
[all …]
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/msg/
H A Dmsg_parser_util.c814 if (h && h->h_class->hc_params) { in msg_header_find_param()
816 ((char *)h + h->h_class->hc_params); in msg_header_find_param()
855 if (!h || !h->h_class->hc_params || !param) in msg_header_param_modify()
922 if (h->h_class->hc_update) { in msg_header_param_modify()
935 h->h_class->hc_update(h, name, namelen, value); in msg_header_param_modify()
1120 if (h && h->h_class->hc_params) { in msg_header_find_item()
1123 ((char *)h + h->h_class->hc_params); in msg_header_find_item()
1548 if (dst == NULL || dst->h_class->hc_params == 0 || in msg_header_join_items()
1549 src == NULL || src->h_class->hc_params == 0) in msg_header_join_items()
1552 s = *(msg_param_t **)((char *)src + src->h_class->hc_params); in msg_header_join_items()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dclass.c439 Class h_class; in __objc_add_class_to_hash() local
450 h_class = class_table_get_safe (class->name); in __objc_add_class_to_hash()
451 if (! h_class) in __objc_add_class_to_hash()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/
H A Dclass.c439 Class h_class; in __objc_add_class_to_hash() local
450 h_class = class_table_get_safe (class->name); in __objc_add_class_to_hash()
451 if (! h_class) in __objc_add_class_to_hash()
/dports/misc/orange3/orange3-3.29.1/Orange/preprocess/
H A Dscore.py299 h_class = _entropy(np.sum(cont, axis=1))
301 return nan_adjustment * (h_class - h_residual)
315 h_class = _entropy(np.sum(cont, axis=1))
320 return nan_adjustment * (h_class - h_residual) / h_attribute
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DAutoProperties.cc86 << Charset::toSystem(ch.h_class); in operator <<()
100 h_class(n_h_class), in ClassHint()
115 h_class = rhs.h_class; in operator =()
129 } else if ((h_name == rhs.h_name) && (h_class == rhs.h_class) && in operator ==()
1051 && (prop->getHintClass() == hint.h_class)) in matchAutoClass()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp213 inline void set_class_being_redefined(KlassHandle *h_class, JvmtiClassLoadKind kind) { in set_class_being_redefined() argument
214 _class_being_redefined = h_class; in set_class_being_redefined()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp213 inline void set_class_being_redefined(KlassHandle *h_class, JvmtiClassLoadKind kind) { in set_class_being_redefined() argument
214 _class_being_redefined = h_class; in set_class_being_redefined()
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dann_module.py31 h_class = new_class('H', (C,)) variable
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dann_module.py31 h_class = new_class('H', (C,)) variable
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dann_module.py31 h_class = new_class('H', (C,)) variable
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dann_module.py31 h_class = new_class('H', (C,)) variable
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dann_module.py31 h_class = new_class('H', (C,)) variable
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dann_module.py31 h_class = new_class('H', (C,)) variable
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dann_module.py31 h_class = new_class('H', (C,)) variable
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dann_module.py31 h_class = new_class('H', (C,)) variable

12345