Home
last modified time | relevance | path

Searched refs:DUK__BI_MAX_PARTS (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_numconv.c74 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
91 char buf[DUK__BI_MAX_PARTS * 9 + 64]; in duk__bi_print()
208 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
217 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
221 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
246 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
267 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
272 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
403 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS); in duk__bi_mul()
427 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS); in duk__bi_mul()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_numconv.c74 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
91 char buf[DUK__BI_MAX_PARTS * 9 + 64]; in duk__bi_print()
208 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
217 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
221 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
246 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
267 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
272 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
403 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS); in duk__bi_mul()
427 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS); in duk__bi_mul()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_numconv.c74 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
91 char buf[DUK__BI_MAX_PARTS * 9 + 64]; in duk__bi_print()
208 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
217 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
221 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
246 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
267 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
272 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
403 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS); in duk__bi_mul()
427 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS); in duk__bi_mul()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_numconv.c74 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
91 char buf[DUK__BI_MAX_PARTS * 9 + 64]; in duk__bi_print()
208 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
217 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
221 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
246 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
267 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
272 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
403 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS); in duk__bi_mul()
427 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS); in duk__bi_mul()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_numconv.c74 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
91 char buf[DUK__BI_MAX_PARTS * 9 + 64]; in duk__bi_print()
210 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
219 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
223 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
248 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
269 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
274 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
405 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS); in duk__bi_mul()
429 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS); in duk__bi_mul()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_numconv.c74 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
91 char buf[DUK__BI_MAX_PARTS * 9 + 64]; in duk__bi_print()
210 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
219 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
223 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
248 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
269 DUK_ASSERT(i < DUK__BI_MAX_PARTS); in duk__bi_add()
274 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS); in duk__bi_add()
405 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS); in duk__bi_mul()
429 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS); in duk__bi_mul()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c75362 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
75379 char buf[DUK__BI_MAX_PARTS * 9 + 64];
75498 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75507 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75511 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
75536 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75557 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75562 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
75693 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
75717 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c75477 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
75494 char buf[DUK__BI_MAX_PARTS * 9 + 64];
75613 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75622 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75626 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
75651 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75672 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75677 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
75808 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
75832 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c75190 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
75207 char buf[DUK__BI_MAX_PARTS * 9 + 64];
75326 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75335 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75339 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
75364 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75385 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75390 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
75521 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
75545 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c75075 #define DUK__BI_MAX_PARTS 37 /* 37x32 = 1184 bits */ macro
75092 char buf[DUK__BI_MAX_PARTS * 9 + 64];
75211 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75220 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75224 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
75249 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75270 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
75275 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
75406 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
75430 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dduktape.c84137 char buf[DUK__BI_MAX_PARTS * 9 + 64];
84254 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84263 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84267 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
84292 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84313 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84318 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
84449 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
84473 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
84544 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp84142 char buf[DUK__BI_MAX_PARTS * 9 + 64];
84259 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84268 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84272 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
84297 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84318 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84323 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
84454 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
84478 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
84549 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A Dduktape.c84841 char buf[DUK__BI_MAX_PARTS * 9 + 64];
84958 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84967 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
84971 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
84996 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
85017 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
85022 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
85153 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
85177 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
85248 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-noline/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]
/dports/lang/duktape/duktape-2.6.0/src-noline/
H A Dduktape.c86991 char buf[DUK__BI_MAX_PARTS * 9 + 64];
87108 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87117 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87121 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87146 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87167 DUK_ASSERT(i < DUK__BI_MAX_PARTS);
87172 DUK_ASSERT(x->n <= DUK__BI_MAX_PARTS);
87303 DUK_ASSERT(nx <= DUK__BI_MAX_PARTS);
87327 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
87398 DUK_ASSERT(i + j < DUK__BI_MAX_PARTS);
[all …]

12