Home
last modified time | relevance | path

Searched refs:h_fun (Results 1 – 25 of 133) sorted by relevance

123456

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_api_bytecode.c375 duk_hcompfunc *h_fun; in duk__load_func() local
423 h_fun = duk_push_hcompfunc(thr); in duk__load_func()
424 DUK_ASSERT(h_fun != NULL); in duk__load_func()
431 h_fun->nregs = DUK_RAW_READINC_U16_BE(p); in duk__load_func()
432 h_fun->nargs = DUK_RAW_READINC_U16_BE(p); in duk__load_func()
434 h_fun->start_line = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
435 h_fun->end_line = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
453 DUK_ASSERT(DUK_HOBJECT_HAS_COMPFUNC(&h_fun->obj)); in duk__load_func()
455 DUK_ASSERT(!DUK_HOBJECT_IS_THREAD(&h_fun->obj)); in duk__load_func()
456 DUK_ASSERT(!DUK_HOBJECT_IS_PROXY(&h_fun->obj)); in duk__load_func()
[all …]
H A Dduk_bi_thread.c115 duk_hobject *h_fun; in duk_bi_thread_resume() local
131 h_fun = duk_require_hobject(thr, -1); /* reject lightfuncs on purpose */ in duk_bi_thread_resume()
132 if (!DUK_HOBJECT_IS_CALLABLE(h_fun) || !DUK_HOBJECT_IS_COMPFUNC(h_fun)) { in duk_bi_thread_resume()
H A Dduk_debugger.c2220 duk_hnatfunc *h_fun; in duk__debug_handle_get_heap_obj_info() local
2221 h_fun = (duk_hnatfunc *) h_obj; in duk__debug_handle_get_heap_obj_info()
2223 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2224 duk__debug_getinfo_prop_int(thr, "magic", h_fun->magic); in duk__debug_handle_get_heap_obj_info()
2230 duk_debug_write_buffer(thr, (const char *) &h_fun->func, sizeof(h_fun->func)); in duk__debug_handle_get_heap_obj_info()
2234 duk_hcompfunc *h_fun; in duk__debug_handle_get_heap_obj_info() local
2238 h_fun = (duk_hcompfunc *) h_obj; in duk__debug_handle_get_heap_obj_info()
2240 duk__debug_getinfo_prop_int(thr, "nregs", h_fun->nregs); in duk__debug_handle_get_heap_obj_info()
2241 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2244 h_lexenv = DUK_HCOMPFUNC_GET_LEXENV(thr->heap, h_fun); in duk__debug_handle_get_heap_obj_info()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_api_bytecode.c375 duk_hcompfunc *h_fun; in duk__load_func() local
423 h_fun = duk_push_hcompfunc(thr); in duk__load_func()
424 DUK_ASSERT(h_fun != NULL); in duk__load_func()
431 h_fun->nregs = DUK_RAW_READINC_U16_BE(p); in duk__load_func()
432 h_fun->nargs = DUK_RAW_READINC_U16_BE(p); in duk__load_func()
434 h_fun->start_line = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
435 h_fun->end_line = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
453 DUK_ASSERT(DUK_HOBJECT_HAS_COMPFUNC(&h_fun->obj)); in duk__load_func()
455 DUK_ASSERT(!DUK_HOBJECT_IS_THREAD(&h_fun->obj)); in duk__load_func()
456 DUK_ASSERT(!DUK_HOBJECT_IS_PROXY(&h_fun->obj)); in duk__load_func()
[all …]
H A Dduk_bi_thread.c115 duk_hobject *h_fun; in duk_bi_thread_resume() local
131 h_fun = duk_require_hobject(thr, -1); /* reject lightfuncs on purpose */ in duk_bi_thread_resume()
132 if (!DUK_HOBJECT_IS_CALLABLE(h_fun) || !DUK_HOBJECT_IS_COMPFUNC(h_fun)) { in duk_bi_thread_resume()
H A Dduk_debugger.c2220 duk_hnatfunc *h_fun; in duk__debug_handle_get_heap_obj_info() local
2221 h_fun = (duk_hnatfunc *) h_obj; in duk__debug_handle_get_heap_obj_info()
2223 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2224 duk__debug_getinfo_prop_int(thr, "magic", h_fun->magic); in duk__debug_handle_get_heap_obj_info()
2230 duk_debug_write_buffer(thr, (const char *) &h_fun->func, sizeof(h_fun->func)); in duk__debug_handle_get_heap_obj_info()
2234 duk_hcompfunc *h_fun; in duk__debug_handle_get_heap_obj_info() local
2238 h_fun = (duk_hcompfunc *) h_obj; in duk__debug_handle_get_heap_obj_info()
2240 duk__debug_getinfo_prop_int(thr, "nregs", h_fun->nregs); in duk__debug_handle_get_heap_obj_info()
2241 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2244 h_lexenv = DUK_HCOMPFUNC_GET_LEXENV(thr->heap, h_fun); in duk__debug_handle_get_heap_obj_info()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_api_bytecode.c375 duk_hcompfunc *h_fun; in duk__load_func() local
423 h_fun = duk_push_hcompfunc(thr); in duk__load_func()
424 DUK_ASSERT(h_fun != NULL); in duk__load_func()
431 h_fun->nregs = DUK_RAW_READINC_U16_BE(p); in duk__load_func()
432 h_fun->nargs = DUK_RAW_READINC_U16_BE(p); in duk__load_func()
434 h_fun->start_line = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
435 h_fun->end_line = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
453 DUK_ASSERT(DUK_HOBJECT_HAS_COMPFUNC(&h_fun->obj)); in duk__load_func()
455 DUK_ASSERT(!DUK_HOBJECT_IS_THREAD(&h_fun->obj)); in duk__load_func()
456 DUK_ASSERT(!DUK_HOBJECT_IS_PROXY(&h_fun->obj)); in duk__load_func()
[all …]
H A Dduk_bi_thread.c115 duk_hobject *h_fun; in duk_bi_thread_resume() local
131 h_fun = duk_require_hobject(thr, -1); /* reject lightfuncs on purpose */ in duk_bi_thread_resume()
132 if (!DUK_HOBJECT_IS_CALLABLE(h_fun) || !DUK_HOBJECT_IS_COMPFUNC(h_fun)) { in duk_bi_thread_resume()
H A Dduk_debugger.c2220 duk_hnatfunc *h_fun; in duk__debug_handle_get_heap_obj_info() local
2221 h_fun = (duk_hnatfunc *) h_obj; in duk__debug_handle_get_heap_obj_info()
2223 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2224 duk__debug_getinfo_prop_int(thr, "magic", h_fun->magic); in duk__debug_handle_get_heap_obj_info()
2230 duk_debug_write_buffer(thr, (const char *) &h_fun->func, sizeof(h_fun->func)); in duk__debug_handle_get_heap_obj_info()
2234 duk_hcompfunc *h_fun; in duk__debug_handle_get_heap_obj_info() local
2238 h_fun = (duk_hcompfunc *) h_obj; in duk__debug_handle_get_heap_obj_info()
2240 duk__debug_getinfo_prop_int(thr, "nregs", h_fun->nregs); in duk__debug_handle_get_heap_obj_info()
2241 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2244 h_lexenv = DUK_HCOMPFUNC_GET_LEXENV(thr->heap, h_fun); in duk__debug_handle_get_heap_obj_info()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_api_bytecode.c375 duk_hcompfunc *h_fun; in duk__load_func() local
423 h_fun = duk_push_hcompfunc(thr); in duk__load_func()
424 DUK_ASSERT(h_fun != NULL); in duk__load_func()
431 h_fun->nregs = DUK_RAW_READINC_U16_BE(p); in duk__load_func()
432 h_fun->nargs = DUK_RAW_READINC_U16_BE(p); in duk__load_func()
434 h_fun->start_line = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
435 h_fun->end_line = DUK_RAW_READINC_U32_BE(p); in duk__load_func()
453 DUK_ASSERT(DUK_HOBJECT_HAS_COMPFUNC(&h_fun->obj)); in duk__load_func()
455 DUK_ASSERT(!DUK_HOBJECT_IS_THREAD(&h_fun->obj)); in duk__load_func()
456 DUK_ASSERT(!DUK_HOBJECT_IS_PROXY(&h_fun->obj)); in duk__load_func()
[all …]
H A Dduk_bi_thread.c115 duk_hobject *h_fun; in duk_bi_thread_resume() local
131 h_fun = duk_require_hobject(thr, -1); /* reject lightfuncs on purpose */ in duk_bi_thread_resume()
132 if (!DUK_HOBJECT_IS_CALLABLE(h_fun) || !DUK_HOBJECT_IS_COMPFUNC(h_fun)) { in duk_bi_thread_resume()
H A Dduk_debugger.c2220 duk_hnatfunc *h_fun; in duk__debug_handle_get_heap_obj_info() local
2221 h_fun = (duk_hnatfunc *) h_obj; in duk__debug_handle_get_heap_obj_info()
2223 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2224 duk__debug_getinfo_prop_int(thr, "magic", h_fun->magic); in duk__debug_handle_get_heap_obj_info()
2230 duk_debug_write_buffer(thr, (const char *) &h_fun->func, sizeof(h_fun->func)); in duk__debug_handle_get_heap_obj_info()
2234 duk_hcompfunc *h_fun; in duk__debug_handle_get_heap_obj_info() local
2238 h_fun = (duk_hcompfunc *) h_obj; in duk__debug_handle_get_heap_obj_info()
2240 duk__debug_getinfo_prop_int(thr, "nregs", h_fun->nregs); in duk__debug_handle_get_heap_obj_info()
2241 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2244 h_lexenv = DUK_HCOMPFUNC_GET_LEXENV(thr->heap, h_fun); in duk__debug_handle_get_heap_obj_info()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_api_bytecode.c373 duk_hcompiledfunction *h_fun; in duk__load_func() local
420 h_fun = duk_get_hcompiledfunction(ctx, -1); in duk__load_func()
421 DUK_ASSERT(h_fun != NULL); in duk__load_func()
427 h_fun->nregs = DUK_RAW_READ_U16_BE(p); in duk__load_func()
428 h_fun->nargs = DUK_RAW_READ_U16_BE(p); in duk__load_func()
430 h_fun->start_line = DUK_RAW_READ_U32_BE(p); in duk__load_func()
431 h_fun->end_line = DUK_RAW_READ_U32_BE(p); in duk__load_func()
438 DUK_HEAPHDR_SET_FLAGS((duk_heaphdr *) h_fun, tmp32); in duk__load_func()
445 DUK_ASSERT(!DUK_HOBJECT_HAS_BOUND(&h_fun->obj)); in duk__load_func()
448 DUK_ASSERT(!DUK_HOBJECT_HAS_THREAD(&h_fun->obj)); in duk__load_func()
[all …]
H A Dduk_debugger.c2179 duk_hnativefunction *h_fun; in duk__debug_handle_get_heap_obj_info() local
2180 h_fun = (duk_hnativefunction *) h_obj; in duk__debug_handle_get_heap_obj_info()
2182 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2183 duk__debug_getinfo_prop_int(thr, "magic", h_fun->magic); in duk__debug_handle_get_heap_obj_info()
2189 duk_debug_write_buffer(thr, (const char *) &h_fun->func, sizeof(h_fun->func)); in duk__debug_handle_get_heap_obj_info()
2193 duk_hcompiledfunction *h_fun; in duk__debug_handle_get_heap_obj_info() local
2195 h_fun = (duk_hcompiledfunction *) h_obj; in duk__debug_handle_get_heap_obj_info()
2197 duk__debug_getinfo_prop_int(thr, "nregs", h_fun->nregs); in duk__debug_handle_get_heap_obj_info()
2198 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2199 duk__debug_getinfo_prop_uint(thr, "start_line", h_fun->start_line); in duk__debug_handle_get_heap_obj_info()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_api_bytecode.c373 duk_hcompiledfunction *h_fun; in duk__load_func() local
420 h_fun = duk_get_hcompiledfunction(ctx, -1); in duk__load_func()
421 DUK_ASSERT(h_fun != NULL); in duk__load_func()
427 h_fun->nregs = DUK_RAW_READ_U16_BE(p); in duk__load_func()
428 h_fun->nargs = DUK_RAW_READ_U16_BE(p); in duk__load_func()
430 h_fun->start_line = DUK_RAW_READ_U32_BE(p); in duk__load_func()
431 h_fun->end_line = DUK_RAW_READ_U32_BE(p); in duk__load_func()
438 DUK_HEAPHDR_SET_FLAGS((duk_heaphdr *) h_fun, tmp32); in duk__load_func()
445 DUK_ASSERT(!DUK_HOBJECT_HAS_BOUND(&h_fun->obj)); in duk__load_func()
448 DUK_ASSERT(!DUK_HOBJECT_HAS_THREAD(&h_fun->obj)); in duk__load_func()
[all …]
H A Dduk_debugger.c2191 duk_hnativefunction *h_fun; in duk__debug_handle_get_heap_obj_info() local
2192 h_fun = (duk_hnativefunction *) h_obj; in duk__debug_handle_get_heap_obj_info()
2194 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2195 duk__debug_getinfo_prop_int(thr, "magic", h_fun->magic); in duk__debug_handle_get_heap_obj_info()
2201 duk_debug_write_buffer(thr, (const char *) &h_fun->func, sizeof(h_fun->func)); in duk__debug_handle_get_heap_obj_info()
2205 duk_hcompiledfunction *h_fun; in duk__debug_handle_get_heap_obj_info() local
2207 h_fun = (duk_hcompiledfunction *) h_obj; in duk__debug_handle_get_heap_obj_info()
2209 duk__debug_getinfo_prop_int(thr, "nregs", h_fun->nregs); in duk__debug_handle_get_heap_obj_info()
2210 duk__debug_getinfo_prop_int(thr, "nargs", h_fun->nargs); in duk__debug_handle_get_heap_obj_info()
2211 duk__debug_getinfo_prop_uint(thr, "start_line", h_fun->start_line); in duk__debug_handle_get_heap_obj_info()
[all …]
/dports/math/cppad/CppAD-20210000.8/example/chkpoint_two/
H A Dbase2ad.cpp94 CppAD::ADFun<double> h_fun(ax, az); in base2ad() local
97 CppAD::ADFun< AD<double>, double> ah_fun = h_fun.base2ad(); in base2ad()
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silccrypt/
H A Dtwofish.c265 u4byte h_fun(TwofishContext *ctx, const u4byte x, const u4byte key[]) in h_fun() function
390 #define g0_fun(x) h_fun(ctx,x,s_key)
391 #define g1_fun(x) h_fun(ctx,rotl(x,8),s_key)
490 a = h_fun(ctx,a, me_key); in twofish_set_key()
491 b = rotl(h_fun(ctx,b, mo_key), 8); in twofish_set_key()
/dports/security/libmcrypt/libmcrypt-2.5.8/modules/algorithms/
H A Dtwofish.c210 word32 h_fun(TWI * pkey, const word32 x, const word32 key[]) in h_fun() function
358 #define g0_fun(x) h_fun(pkey, x,pkey->s_key)
359 #define g1_fun(x) h_fun(pkey, rotl32(x,8),pkey->s_key)
468 a = h_fun(pkey, a, me_key); in _mcrypt_set_key()
469 b = rotl32(h_fun(pkey, b, mo_key), 8); in _mcrypt_set_key()
/dports/security/akmos/akmos-0.7.2/src/algo/
H A Dtwofish.c49 static uint32_t h_fun(akmos_twofish_t *ctx, const uint32_t x, const uint32_t *key) in h_fun() function
219 a = h_fun(ctx, a, me_key); in akmos_twofish_setkey()
220 b = ROTL32(h_fun(ctx, b, mo_key), 8); in akmos_twofish_setkey()
/dports/multimedia/mpv/waf-2.0.20/waflib/
H A DUtils.py613 def h_fun(fun): function
634 code.append(h_fun(fun.func))
664 ret = str(h_fun(ins))
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/
H A DUtils.py613 def h_fun(fun): function
634 code.append(h_fun(fun.func))
664 ret = str(h_fun(ins))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/waflib/
H A DUtils.py613 def h_fun(fun): function
634 code.append(h_fun(fun.func))
664 ret = str(h_fun(ins))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/
H A DUtils.py613 def h_fun(fun): function
634 code.append(h_fun(fun.func))
664 ret = str(h_fun(ins))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/
H A DUtils.py613 def h_fun(fun): function
634 code.append(h_fun(fun.func))
664 ret = str(h_fun(ins))

123456