Home
last modified time | relevance | path

Searched refs:code_length (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/dports/emulators/py-unicorn/unicorn-1.0.2/tests/unit/
H A Dtest_hookcounts.c80 int code_length, in test_hook_count() argument
107 address+code_length, in test_hook_count()
126 int code_length = sizeof(code); in test_hook_count_1_begin() local
148 int code_length = sizeof(code); in test_hook_count_1_midpoint() local
149 int start_offset = code_length/2; in test_hook_count_1_midpoint()
170 int code_length = sizeof(code); in test_hook_count_1_end() local
171 int start_offset = code_length - 1; in test_hook_count_1_end()
193 int code_length = sizeof(code); in test_hook_count_range() local
218 int code_length = sizeof(code); in test_hook_count_end() local
239 int code_length = sizeof(code); in test_hook_count_begins() local
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/tests/unit/
H A Dtest_hookcounts.c80 int code_length, in test_hook_count() argument
107 address+code_length, in test_hook_count()
126 int code_length = sizeof(code); in test_hook_count_1_begin() local
148 int code_length = sizeof(code); in test_hook_count_1_midpoint() local
149 int start_offset = code_length/2; in test_hook_count_1_midpoint()
170 int code_length = sizeof(code); in test_hook_count_1_end() local
171 int start_offset = code_length - 1; in test_hook_count_1_end()
193 int code_length = sizeof(code); in test_hook_count_range() local
218 int code_length = sizeof(code); in test_hook_count_end() local
239 int code_length = sizeof(code); in test_hook_count_begins() local
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dscfdgen.c69 uint code, int code_length, int run_length, int initial_bits) in cfd_count_nodes() argument
71 if (code_length <= initial_bits) { in cfd_count_nodes()
73 int sh = initial_bits - code_length; in cfd_count_nodes()
79 np->code_length = code_length; in cfd_count_nodes()
82 cfd_node *np = &tree[code >> (code_length - initial_bits)]; in cfd_count_nodes()
84 np->code_length = max(np->code_length, code_length); in cfd_count_nodes()
93 int xbits = code_length - initial_bits; in cfd_init2_nodes()
102 xrep = np1->code_length - code_length; in cfd_init2_nodes()
107 np2->code_length = xbits; in cfd_init2_nodes()
200 next += 1 << (np->code_length - initial_bits); in cfd_build_tree()
[all …]
H A Dshcgen.c85 int diff = pn1->code_length - pn2->code_length; in compare_code_lengths()
152 longest++->code_length = M1; in hc_limit_code_lengths()
157 longest[2].code_length--; in hc_limit_code_lengths()
204 if (pn1->code_length <= pn2->code_length) in hc_compute()
206 comb->code_length = pn2->code_length + 1; in hc_compute()
209 comb->code_length = pn1->code_length + 1; in hc_compute()
231 comb++->code_length = 0; in hc_compute()
234 comb->left->code_length = comb->right->code_length = in hc_compute()
235 comb->code_length + 1; in hc_compute()
391 pce->code_length = i; in hc_make_encoding()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dscfdgen.c71 if (code_length <= initial_bits) { in cfd_count_nodes()
73 int sh = initial_bits - code_length; in cfd_count_nodes()
79 np->code_length = code_length; in cfd_count_nodes()
82 cfd_node *np = &tree[code >> (code_length - initial_bits)]; in cfd_count_nodes()
84 np->code_length = max(np->code_length, code_length); in cfd_count_nodes()
93 int xbits = code_length - initial_bits; in cfd_init2_nodes()
102 xrep = np1->code_length - code_length; in cfd_init2_nodes()
107 np2->code_length = xbits; in cfd_init2_nodes()
152 (*proc) (tree, extn, cf2_run_pass.code, cf2_run_pass.code_length, in cfd_enumerate_2d()
200 next += 1 << (np->code_length - initial_bits); in cfd_build_tree()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dscfdgen.c69 uint code, int code_length, int run_length, int initial_bits) in cfd_count_nodes() argument
71 if (code_length <= initial_bits) { in cfd_count_nodes()
73 int sh = initial_bits - code_length; in cfd_count_nodes()
79 np->code_length = code_length; in cfd_count_nodes()
82 cfd_node *np = &tree[code >> (code_length - initial_bits)]; in cfd_count_nodes()
84 np->code_length = max(np->code_length, code_length); in cfd_count_nodes()
93 int xbits = code_length - initial_bits; in cfd_init2_nodes()
102 xrep = np1->code_length - code_length; in cfd_init2_nodes()
107 np2->code_length = xbits; in cfd_init2_nodes()
200 next += 1 << (np->code_length - initial_bits); in cfd_build_tree()
[all …]
H A Dshcgen.c85 int diff = pn1->code_length - pn2->code_length; in compare_code_lengths()
152 longest++->code_length = M1; in hc_limit_code_lengths()
157 longest[2].code_length--; in hc_limit_code_lengths()
204 if (pn1->code_length <= pn2->code_length) in hc_compute()
206 comb->code_length = pn2->code_length + 1; in hc_compute()
209 comb->code_length = pn1->code_length + 1; in hc_compute()
231 comb++->code_length = 0; in hc_compute()
234 comb->left->code_length = comb->right->code_length = in hc_compute()
235 comb->code_length + 1; in hc_compute()
391 pce->code_length = i; in hc_make_encoding()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dscfdgen.c71 if (code_length <= initial_bits) { in cfd_count_nodes()
73 int sh = initial_bits - code_length; in cfd_count_nodes()
79 np->code_length = code_length; in cfd_count_nodes()
82 cfd_node *np = &tree[code >> (code_length - initial_bits)]; in cfd_count_nodes()
84 np->code_length = max(np->code_length, code_length); in cfd_count_nodes()
93 int xbits = code_length - initial_bits; in cfd_init2_nodes()
102 xrep = np1->code_length - code_length; in cfd_init2_nodes()
107 np2->code_length = xbits; in cfd_init2_nodes()
152 (*proc) (tree, extn, cf2_run_pass.code, cf2_run_pass.code_length, in cfd_enumerate_2d()
200 next += 1 << (np->code_length - initial_bits); in cfd_build_tree()
[all …]
H A Dshcgen.c59 int len = nodes[--j].code_length; in print_nodes_proc()
86 int diff = pn1->code_length - pn2->code_length; in compare_code_lengths()
158 longest[2].code_length--; in hc_limit_code_lengths()
189 nodes[i].code_length = 0, in hc_compute()
205 if (pn1->code_length <= pn2->code_length) in hc_compute()
207 comb->code_length = pn2->code_length + 1; in hc_compute()
210 comb->code_length = pn1->code_length + 1; in hc_compute()
232 comb++->code_length = 0; in hc_compute()
235 comb->left->code_length = comb->right->code_length = in hc_compute()
236 comb->code_length + 1; in hc_compute()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dscfdgen.c71 if (code_length <= initial_bits) { in cfd_count_nodes()
73 int sh = initial_bits - code_length; in cfd_count_nodes()
79 np->code_length = code_length; in cfd_count_nodes()
82 cfd_node *np = &tree[code >> (code_length - initial_bits)]; in cfd_count_nodes()
84 np->code_length = max(np->code_length, code_length); in cfd_count_nodes()
93 int xbits = code_length - initial_bits; in cfd_init2_nodes()
102 xrep = np1->code_length - code_length; in cfd_init2_nodes()
107 np2->code_length = xbits; in cfd_init2_nodes()
152 (*proc) (tree, extn, cf2_run_pass.code, cf2_run_pass.code_length, in cfd_enumerate_2d()
200 next += 1 << (np->code_length - initial_bits); in cfd_build_tree()
[all …]
H A Dshcgen.c59 int len = nodes[--j].code_length; in print_nodes_proc()
86 int diff = pn1->code_length - pn2->code_length; in compare_code_lengths()
158 longest[2].code_length--; in hc_limit_code_lengths()
189 nodes[i].code_length = 0, in hc_compute()
205 if (pn1->code_length <= pn2->code_length) in hc_compute()
207 comb->code_length = pn2->code_length + 1; in hc_compute()
210 comb->code_length = pn1->code_length + 1; in hc_compute()
232 comb++->code_length = 0; in hc_compute()
235 comb->left->code_length = comb->right->code_length = in hc_compute()
236 comb->code_length + 1; in hc_compute()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dscfdgen.c71 if (code_length <= initial_bits) { in cfd_count_nodes()
73 int sh = initial_bits - code_length; in cfd_count_nodes()
79 np->code_length = code_length; in cfd_count_nodes()
82 cfd_node *np = &tree[code >> (code_length - initial_bits)]; in cfd_count_nodes()
84 np->code_length = max(np->code_length, code_length); in cfd_count_nodes()
93 int xbits = code_length - initial_bits; in cfd_init2_nodes()
102 xrep = np1->code_length - code_length; in cfd_init2_nodes()
107 np2->code_length = xbits; in cfd_init2_nodes()
152 (*proc) (tree, extn, cf2_run_pass.code, cf2_run_pass.code_length, in cfd_enumerate_2d()
200 next += 1 << (np->code_length - initial_bits); in cfd_build_tree()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dscfdgen.c80 uint code, int code_length, int run_length, int initial_bits) in cfd_count_nodes() argument
82 if (code_length <= initial_bits) { in cfd_count_nodes()
84 int sh = initial_bits - code_length; in cfd_count_nodes()
90 np->code_length = code_length; in cfd_count_nodes()
93 cfd_node *np = &tree[code >> (code_length - initial_bits)]; in cfd_count_nodes()
95 np->code_length = max(np->code_length, code_length); in cfd_count_nodes()
104 int xbits = code_length - initial_bits; in cfd_init2_nodes()
113 xrep = np1->code_length - code_length; in cfd_init2_nodes()
118 np2->code_length = xbits; in cfd_init2_nodes()
211 next += 1 << (np->code_length - initial_bits); in cfd_build_tree()
[all …]
H A Dshcgen.c90 int diff = pn1->code_length - pn2->code_length; in compare_code_lengths()
157 longest++->code_length = M1; in hc_limit_code_lengths()
162 longest[2].code_length--; in hc_limit_code_lengths()
209 if (pn1->code_length <= pn2->code_length) in hc_compute()
211 comb->code_length = pn2->code_length + 1; in hc_compute()
214 comb->code_length = pn1->code_length + 1; in hc_compute()
236 comb++->code_length = 0; in hc_compute()
239 comb->left->code_length = comb->right->code_length = in hc_compute()
240 comb->code_length + 1; in hc_compute()
396 pce->code_length = i; in hc_make_encoding()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dscfdgen.c80 uint code, int code_length, int run_length, int initial_bits) in cfd_count_nodes() argument
82 if (code_length <= initial_bits) { in cfd_count_nodes()
84 int sh = initial_bits - code_length; in cfd_count_nodes()
90 np->code_length = code_length; in cfd_count_nodes()
93 cfd_node *np = &tree[code >> (code_length - initial_bits)]; in cfd_count_nodes()
95 np->code_length = max(np->code_length, code_length); in cfd_count_nodes()
104 int xbits = code_length - initial_bits; in cfd_init2_nodes()
113 xrep = np1->code_length - code_length; in cfd_init2_nodes()
118 np2->code_length = xbits; in cfd_init2_nodes()
211 next += 1 << (np->code_length - initial_bits); in cfd_build_tree()
[all …]
H A Dshcgen.c90 int diff = pn1->code_length - pn2->code_length; in compare_code_lengths()
157 longest++->code_length = M1; in hc_limit_code_lengths()
162 longest[2].code_length--; in hc_limit_code_lengths()
209 if (pn1->code_length <= pn2->code_length) in hc_compute()
211 comb->code_length = pn2->code_length + 1; in hc_compute()
214 comb->code_length = pn1->code_length + 1; in hc_compute()
236 comb++->code_length = 0; in hc_compute()
239 comb->left->code_length = comb->right->code_length = in hc_compute()
240 comb->code_length + 1; in hc_compute()
396 pce->code_length = i; in hc_make_encoding()
[all …]
/dports/games/braincurses/braincurses-1.1.0/
H A Dmain.cpp25 void ProcessArgs(int argc, char* argv[], int& code_length, int& guesses) { in ProcessArgs() argument
30 code_length = atoi(optarg); in ProcessArgs()
42 if (code_length > kMaxCodeLength) { in ProcessArgs()
43 code_length = kMaxCodeLength; in ProcessArgs()
44 } else if (code_length < kMinCodeLength) { in ProcessArgs()
45 code_length = kMinCodeLength; in ProcessArgs()
65 int code_length = kMinCodeLength; in main() local
67 ProcessArgs(argc, argv, code_length, guesses); in main()
69 Braincurses bc(code_length, guesses); in main()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/hacktarux_dynarec/
H A Dassemble.c197 real_code_length = code_length; in passe2()
210 put32(addr_dest-code_length-4); in passe2()
213 code_length = real_code_length; in passe2()
222 g_jump_start8 = code_length; in jump_start_rel8()
227 g_jump_start32 = code_length; in jump_start_rel32()
232 unsigned int jump_end = code_length; in jump_end_rel8()
243 code_length = g_jump_start8 - 1; in jump_end_rel8()
245 code_length = jump_end; in jump_end_rel8()
250 unsigned int jump_end = code_length; in jump_end_rel32()
253 code_length = g_jump_start32 - 4; in jump_end_rel32()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/contrib/japanese/
H A Dgdevnpdl.c232 int code_length, i, p, q; in mh_write_to_buffer() local
234 for (code_length = 0; code[code_length] != '\0'; code_length++); in mh_write_to_buffer()
258 return code_length; in mh_write_to_buffer()
265 int n, code_length; in mh_set_runlength() local
267 code_length = 0; in mh_set_runlength()
274 code_length += n; in mh_set_runlength()
280 code_length += n; in mh_set_runlength()
282 return code_length; in mh_set_runlength()
298 code_length = 0; in mh_set_rtc()
315 code_length += n; in mh_set_rtc()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/japanese/
H A Dgdevnpdl.c236 for (code_length = 0; code[code_length] != '\0'; code_length++); in mh_write_to_buffer()
260 return code_length; in mh_write_to_buffer()
267 int n, code_length; in mh_set_runlength() local
269 code_length = 0; in mh_set_runlength()
276 code_length += n; in mh_set_runlength()
282 code_length += n; in mh_set_runlength()
284 return code_length; in mh_set_runlength()
300 code_length = 0; in mh_set_rtc()
309 code_length += n; in mh_set_rtc()
317 code_length += n; in mh_set_rtc()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/japanese/
H A Dgdevnpdl.c232 int code_length, i, p, q; in mh_write_to_buffer() local
234 for (code_length = 0; code[code_length] != '\0'; code_length++); in mh_write_to_buffer()
258 return code_length; in mh_write_to_buffer()
265 int n, code_length; in mh_set_runlength() local
267 code_length = 0; in mh_set_runlength()
274 code_length += n; in mh_set_runlength()
280 code_length += n; in mh_set_runlength()
282 return code_length; in mh_set_runlength()
298 code_length = 0; in mh_set_rtc()
315 code_length += n; in mh_set_rtc()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/contrib/japanese/
H A Dgdevnpdl.c232 int code_length, i, p, q; in mh_write_to_buffer() local
234 for (code_length = 0; code[code_length] != '\0'; code_length++); in mh_write_to_buffer()
258 return code_length; in mh_write_to_buffer()
265 int n, code_length; in mh_set_runlength() local
267 code_length = 0; in mh_set_runlength()
274 code_length += n; in mh_set_runlength()
280 code_length += n; in mh_set_runlength()
282 return code_length; in mh_set_runlength()
298 code_length = 0; in mh_set_rtc()
315 code_length += n; in mh_set_rtc()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/japanese/
H A Dgdevnpdl.c236 for (code_length = 0; code[code_length] != '\0'; code_length++); in mh_write_to_buffer()
260 return code_length; in mh_write_to_buffer()
267 int n, code_length; in mh_set_runlength() local
269 code_length = 0; in mh_set_runlength()
276 code_length += n; in mh_set_runlength()
282 code_length += n; in mh_set_runlength()
284 return code_length; in mh_set_runlength()
300 code_length = 0; in mh_set_rtc()
309 code_length += n; in mh_set_rtc()
317 code_length += n; in mh_set_rtc()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/japanese/
H A Dgdevnpdl.c232 int code_length, i, p, q; in mh_write_to_buffer() local
234 for (code_length = 0; code[code_length] != '\0'; code_length++); in mh_write_to_buffer()
258 return code_length; in mh_write_to_buffer()
265 int n, code_length; in mh_set_runlength() local
267 code_length = 0; in mh_set_runlength()
274 code_length += n; in mh_set_runlength()
280 code_length += n; in mh_set_runlength()
282 return code_length; in mh_set_runlength()
298 code_length = 0; in mh_set_rtc()
315 code_length += n; in mh_set_rtc()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/gdevlips-2.4.0/
H A Dgdevnpdl.c236 for (code_length = 0; code[code_length] != '\0'; code_length++); in mh_write_to_buffer()
260 return code_length; in mh_write_to_buffer()
267 int n, code_length; in mh_set_runlength() local
269 code_length = 0; in mh_set_runlength()
276 code_length += n; in mh_set_runlength()
282 code_length += n; in mh_set_runlength()
284 return code_length; in mh_set_runlength()
300 code_length = 0; in mh_set_rtc()
309 code_length += n; in mh_set_rtc()
317 code_length += n; in mh_set_rtc()
[all …]

12345678910>>...46