Home
last modified time | relevance | path

Searched refs:h_bc (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_regexp.c121 duk_hstring *h_bc; in duk_bi_regexp_prototype_to_string() local
153 h_bc = duk_get_hstring(ctx, -1); in duk_bi_regexp_prototype_to_string()
154 DUK_ASSERT(h_bc != NULL); in duk_bi_regexp_prototype_to_string()
155 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); in duk_bi_regexp_prototype_to_string()
156 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); in duk_bi_regexp_prototype_to_string()
157 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); in duk_bi_regexp_prototype_to_string()
158 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_bi_regexp_prototype_to_string()
H A Dduk_regexp_compiler.c1019 duk_hstring *h_bc; in duk_regexp_create_instance() local
1024 h_bc = duk_get_hstring(ctx, -1); in duk_regexp_create_instance()
1025 DUK_ASSERT(h_bc != NULL); in duk_regexp_create_instance()
1026 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); /* always at least the header */ in duk_regexp_create_instance()
1027 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); in duk_regexp_create_instance()
1028 …DUK_ASSERT((duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); /* flags always encodes to 1 … in duk_regexp_create_instance()
1029 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_regexp_create_instance()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_regexp.c121 duk_hstring *h_bc; in duk_bi_regexp_prototype_to_string() local
153 h_bc = duk_get_hstring(ctx, -1); in duk_bi_regexp_prototype_to_string()
154 DUK_ASSERT(h_bc != NULL); in duk_bi_regexp_prototype_to_string()
155 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); in duk_bi_regexp_prototype_to_string()
156 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); in duk_bi_regexp_prototype_to_string()
157 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); in duk_bi_regexp_prototype_to_string()
158 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_bi_regexp_prototype_to_string()
H A Dduk_regexp_compiler.c1019 duk_hstring *h_bc; in duk_regexp_create_instance() local
1024 h_bc = duk_get_hstring(ctx, -1); in duk_regexp_create_instance()
1025 DUK_ASSERT(h_bc != NULL); in duk_regexp_create_instance()
1026 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); /* always at least the header */ in duk_regexp_create_instance()
1027 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); in duk_regexp_create_instance()
1028 …DUK_ASSERT((duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); /* flags always encodes to 1 … in duk_regexp_create_instance()
1029 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_regexp_create_instance()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_bi_regexp.c160 duk_hstring *h_bc; in duk_bi_regexp_prototype_shared_getter() local
174 h_bc = duk_require_hstring(thr, -1); in duk_bi_regexp_prototype_shared_getter()
175 …re_flags = (duk_small_uint_t) DUK_HSTRING_GET_DATA(h_bc)[0]; /* Safe even if h_bc length is 0 (= … in duk_bi_regexp_prototype_shared_getter()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_bi_regexp.c160 duk_hstring *h_bc; in duk_bi_regexp_prototype_shared_getter() local
174 h_bc = duk_require_hstring(thr, -1); in duk_bi_regexp_prototype_shared_getter()
175 …re_flags = (duk_small_uint_t) DUK_HSTRING_GET_DATA(h_bc)[0]; /* Safe even if h_bc length is 0 (= … in duk_bi_regexp_prototype_shared_getter()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_bi_regexp.c160 duk_hstring *h_bc; in duk_bi_regexp_prototype_shared_getter() local
174 h_bc = duk_require_hstring(thr, -1); in duk_bi_regexp_prototype_shared_getter()
175 …re_flags = (duk_small_uint_t) DUK_HSTRING_GET_DATA(h_bc)[0]; /* Safe even if h_bc length is 0 (= … in duk_bi_regexp_prototype_shared_getter()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_bi_regexp.c160 duk_hstring *h_bc; in duk_bi_regexp_prototype_shared_getter() local
174 h_bc = duk_require_hstring(thr, -1); in duk_bi_regexp_prototype_shared_getter()
175 …re_flags = (duk_small_uint_t) DUK_HSTRING_GET_DATA(h_bc)[0]; /* Safe even if h_bc length is 0 (= … in duk_bi_regexp_prototype_shared_getter()
/dports/emulators/z80pack/z80pack-1.37/mosteksim/srcsim/
H A Dsim.h102 WORD h_bc; /* register BC */ member
H A Dsimctl.c775 his[i].h_adr, his[i].h_af, his[i].h_bc, in do_hist()
780 his[i].h_adr, his[i].h_af, his[i].h_bc, in do_hist()
/dports/emulators/z80pack/z80pack-1.37/z80sim/srcsim/
H A Dsim.h138 WORD h_bc; /* register BC */ member
H A Dsimctl.c797 his[i].h_adr, his[i].h_af, his[i].h_bc, in do_hist()
802 his[i].h_adr, his[i].h_af, his[i].h_bc, in do_hist()
H A Dsim.h.debug138 WORD h_bc; /* register BC */
H A Dsim.h.fast140 WORD h_bc; /* register BC */
/dports/emulators/z80pack/z80pack-1.37/altairsim/srcsim/
H A Dsim.h113 WORD h_bc; /* register BC */ member
/dports/emulators/z80pack/z80pack-1.37/cpmsim/srcsim/
H A Dsim.h142 WORD h_bc; /* register BC */ member
/dports/emulators/z80pack/z80pack-1.37/cromemcosim/srcsim/
H A Dsim.h120 WORD h_bc; /* register BC */ member
/dports/emulators/z80pack/z80pack-1.37/imsaisim/srcsim/
H A Dsim.h122 WORD h_bc; /* register BC */ member
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dmesh3d.py465 h_bc = np.abs(np.dot(c_bc, self.dvx) / np.linalg.norm(c_bc))
467 a_factor = 1.01 * (radius+0.5*maxdiag) / h_bc
/dports/emulators/z80pack/z80pack-1.37/z80core/
H A Dsim1a.c434 his[h_next].h_bc = (B << 8) + C; in cpu_8080()
H A Dsim1.c422 his[h_next].h_bc = (B << 8) + C; in cpu_z80()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c33909 duk_hstring *h_bc; local
33941 h_bc = duk_get_hstring(ctx, -1);
33942 DUK_ASSERT(h_bc != NULL);
33943 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1);
33944 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1);
33945 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80);
33946 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0];
78573 duk_hstring *h_bc; local
78578 h_bc = duk_get_hstring(ctx, -1);
78579 DUK_ASSERT(h_bc != NULL);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c33984 duk_hstring *h_bc; local
34016 h_bc = duk_get_hstring(ctx, -1);
34017 DUK_ASSERT(h_bc != NULL);
34018 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1);
34019 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1);
34020 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80);
34021 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0];
78689 duk_hstring *h_bc; local
78694 h_bc = duk_get_hstring(ctx, -1);
78695 DUK_ASSERT(h_bc != NULL);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c33777 duk_hstring *h_bc; local
33809 h_bc = duk_get_hstring(ctx, -1);
33810 DUK_ASSERT(h_bc != NULL);
33811 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1);
33812 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1);
33813 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80);
33814 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0];
78402 duk_hstring *h_bc; local
78407 h_bc = duk_get_hstring(ctx, -1);
78408 DUK_ASSERT(h_bc != NULL);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c33702 duk_hstring *h_bc; local
33734 h_bc = duk_get_hstring(ctx, -1);
33735 DUK_ASSERT(h_bc != NULL);
33736 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1);
33737 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1);
33738 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80);
33739 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0];
78286 duk_hstring *h_bc; local
78291 h_bc = duk_get_hstring(ctx, -1);
78292 DUK_ASSERT(h_bc != NULL);
[all …]

12