Home
last modified time | relevance | path

Searched refs:DUK_PC2LINE_SKIP (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hobject_pc2line.c29 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP; in duk_hobject_pc2line_pack()
48 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
55 (long) (curr_pc / DUK_PC2LINE_SKIP), in duk_hobject_pc2line_pack()
67 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */ in duk_hobject_pc2line_pack()
142 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
143 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
H A Dduk_hobject.h711 #define DUK_PC2LINE_SKIP 64 macro
714 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hobject_pc2line.c29 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP; in duk_hobject_pc2line_pack()
48 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
55 (long) (curr_pc / DUK_PC2LINE_SKIP), in duk_hobject_pc2line_pack()
67 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */ in duk_hobject_pc2line_pack()
142 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
143 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
H A Dduk_hobject.h711 #define DUK_PC2LINE_SKIP 64 macro
714 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_hobject_pc2line.c29 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP; in duk_hobject_pc2line_pack()
48 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
55 (long) (curr_pc / DUK_PC2LINE_SKIP), in duk_hobject_pc2line_pack()
67 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */ in duk_hobject_pc2line_pack()
142 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
143 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
H A Dduk_hobject.h711 #define DUK_PC2LINE_SKIP 64 macro
714 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hobject_pc2line.c29 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP; in duk_hobject_pc2line_pack()
48 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
55 (long) (curr_pc / DUK_PC2LINE_SKIP), in duk_hobject_pc2line_pack()
67 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */ in duk_hobject_pc2line_pack()
142 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
143 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
H A Dduk_hobject.h711 #define DUK_PC2LINE_SKIP 64 macro
714 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hobject_pc2line.c34 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP; in duk_hobject_pc2line_pack()
54 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
61 (long) (curr_pc / DUK_PC2LINE_SKIP), in duk_hobject_pc2line_pack()
73 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */ in duk_hobject_pc2line_pack()
148 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
149 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
H A Dduk_hobject.h681 #define DUK_PC2LINE_SKIP 64 macro
684 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hobject_pc2line.c34 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP; in duk_hobject_pc2line_pack()
54 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
61 (long) (curr_pc / DUK_PC2LINE_SKIP), in duk_hobject_pc2line_pack()
73 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */ in duk_hobject_pc2line_pack()
148 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
149 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
H A Dduk_hobject.h681 #define DUK_PC2LINE_SKIP 64 macro
684 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c5300 #define DUK_PC2LINE_SKIP 64 macro
5303 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
47120 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
47140 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
47147 (long) (curr_pc / DUK_PC2LINE_SKIP),
47159 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
47234 hdr_index = pc / DUK_PC2LINE_SKIP;
47235 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c5318 #define DUK_PC2LINE_SKIP 64 macro
5321 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
47222 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
47242 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
47249 (long) (curr_pc / DUK_PC2LINE_SKIP),
47261 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
47336 hdr_index = pc / DUK_PC2LINE_SKIP;
47337 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c5313 #define DUK_PC2LINE_SKIP 64 macro
5316 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
46971 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
46991 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
46998 (long) (curr_pc / DUK_PC2LINE_SKIP),
47010 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
47085 hdr_index = pc / DUK_PC2LINE_SKIP;
47086 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c5295 #define DUK_PC2LINE_SKIP 64 macro
5298 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
46869 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
46889 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
46896 (long) (curr_pc / DUK_PC2LINE_SKIP),
46908 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
46983 hdr_index = pc / DUK_PC2LINE_SKIP;
46984 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dduktape.c6750 #define DUK_PC2LINE_SKIP 64 macro
6753 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
54034 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
54053 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
54060 (long) (curr_pc / DUK_PC2LINE_SKIP),
54072 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
54147 hdr_index = pc / DUK_PC2LINE_SKIP;
54148 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp6755 #define DUK_PC2LINE_SKIP 64 macro
6758 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
54039 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
54058 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
54065 (long) (curr_pc / DUK_PC2LINE_SKIP),
54077 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
54152 hdr_index = pc / DUK_PC2LINE_SKIP;
54153 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c8414 #define DUK_PC2LINE_SKIP 64 macro
8417 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
49168 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
49188 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
49195 (long) (curr_pc / DUK_PC2LINE_SKIP),
49207 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
49282 hdr_index = pc / DUK_PC2LINE_SKIP;
49283 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A Dduktape.c6738 #define DUK_PC2LINE_SKIP 64 macro
6741 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
54503 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
54522 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
54529 (long) (curr_pc / DUK_PC2LINE_SKIP),
54541 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
54616 hdr_index = pc / DUK_PC2LINE_SKIP;
54617 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c6832 #define DUK_PC2LINE_SKIP 64 macro
6835 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
56627 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
56646 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
56653 (long) (curr_pc / DUK_PC2LINE_SKIP),
56665 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
56740 hdr_index = pc / DUK_PC2LINE_SKIP;
56741 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c6832 #define DUK_PC2LINE_SKIP 64 macro
6835 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
56627 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
56646 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
56653 (long) (curr_pc / DUK_PC2LINE_SKIP),
56665 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
56740 hdr_index = pc / DUK_PC2LINE_SKIP;
56741 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxembed/
H A Dduktape.c6832 #define DUK_PC2LINE_SKIP 64 macro
6835 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
56627 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
56646 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
56653 (long) (curr_pc / DUK_PC2LINE_SKIP),
56665 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
56740 hdr_index = pc / DUK_PC2LINE_SKIP;
56741 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c6832 #define DUK_PC2LINE_SKIP 64 macro
6835 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
56627 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
56646 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
56653 (long) (curr_pc / DUK_PC2LINE_SKIP),
56665 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
56740 hdr_index = pc / DUK_PC2LINE_SKIP;
56741 pc_base = hdr_index * DUK_PC2LINE_SKIP;
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxembed/
H A Dduktape.c6832 #define DUK_PC2LINE_SKIP 64 macro
6835 #define DUK_PC2LINE_MAX_DIFF_LENGTH (((DUK_PC2LINE_SKIP - 1) * 35 + 7) / 8)
56627 num_header_entries = (length + DUK_PC2LINE_SKIP - 1) / DUK_PC2LINE_SKIP;
56646 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2;
56653 (long) (curr_pc / DUK_PC2LINE_SKIP),
56665 if ( ((curr_pc % DUK_PC2LINE_SKIP) == 0) || /* end of diff run */
56740 hdr_index = pc / DUK_PC2LINE_SKIP;
56741 pc_base = hdr_index * DUK_PC2LINE_SKIP;

12