Home
last modified time | relevance | path

Searched refs:code_t (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dopcodes.c2 code_t* abc_add(code_t*prev) in abc_add()
7 code_t* abc_add_i(code_t*prev) in abc_add_i()
465 code_t* abc_ifeq(code_t*prev, code_t* label) in abc_ifeq()
479 code_t* abc_ifge(code_t*prev, code_t* label) in abc_ifge()
486 code_t* abc_ifgt(code_t*prev, code_t* label) in abc_ifgt()
493 code_t* abc_ifle(code_t*prev, code_t* label) in abc_ifle()
500 code_t* abc_iflt(code_t*prev, code_t* label) in abc_iflt()
507 code_t* abc_ifnge(code_t*prev, code_t* label) in abc_ifnge()
514 code_t* abc_ifngt(code_t*prev, code_t* label) in abc_ifngt()
535 code_t* abc_ifne(code_t*prev, code_t* label) in abc_ifne()
[all …]
H A Dopcodes.h6 code_t* abc_add(code_t*prev);
9 code_t* abc_add_i(code_t*prev);
246 code_t* abc_ifeq(code_t*prev, code_t* label);
252 code_t* abc_ifge(code_t*prev, code_t* label);
255 code_t* abc_ifgt(code_t*prev, code_t* label);
258 code_t* abc_ifle(code_t*prev, code_t* label);
261 code_t* abc_iflt(code_t*prev, code_t* label);
264 code_t* abc_ifnge(code_t*prev, code_t* label);
267 code_t* abc_ifngt(code_t*prev, code_t* label);
276 code_t* abc_ifne(code_t*prev, code_t* label);
[all …]
H A Dcode.h52 code_t*next;
53 code_t*prev;
55 code_t*branch;
62 code_t*def;
76 code_t**bytepos;
80 code_t*code_dup(code_t*c);
82 code_t*add_opcode(code_t*atag, U8 op);
92 code_t*code_cutlast(code_t*c);
99 code_t* code_start(code_t*c);
101 code_t* code_append(code_t*code, code_t*toappend);
[all …]
H A Dparser_help.h45 char is_break_or_jump(code_t*c);
46 code_t* insert_finally(code_t*c, code_t*finally, int tempvar);
52 code_t* coerce_to_type(code_t*c, classinfo_t*t);
53 code_t*converttype(code_t*c, classinfo_t*from, classinfo_t*to);
54 void continuejumpsto(code_t*c, char*name, code_t*jump);
55 void breakjumpsto(code_t*c, char*name, code_t*jump);
73 code_t* wrap_function(code_t*c,code_t*header, code_t*body);
75 code_t* add_scope_code(code_t*c, methodstate_t*m, char init);
77 code_t* var_block(code_t*body, dict_t*vars);
82 code_t*defaultvalue(code_t*c, classinfo_t*type);
[all …]
H A Dcode.c240 static code_t*pos2code(code_t**bytepos, code_t*c, int pos, int len) in pos2code()
289 code_t**bytepos = rfx_calloc(sizeof(code_t*)*len); in code_parse()
1079 code_t* add_opcode(code_t*atag, U8 op) in add_opcode()
1081 code_t*tmp = (code_t*)rfx_calloc(sizeof(code_t)); in add_opcode()
1103 code_t* code_end(code_t*code) in code_end()
1111 code_t* code_start(code_t*code) in code_start()
1120 code_t* code_append(code_t*code, code_t*toappend) in code_append()
1148 code_t*code_dup(code_t*c) in code_dup()
1220 code_t*code_cut(code_t*c) in code_cut()
1235 code_t*code_cutlast(code_t*c) in code_cutlast()
[all …]
H A Dexpr.c32 code_t*c=0;\
37 code_t*c=0;\
42 code_t*c=0;\
48 code_t*c=0;\
108 static code_t* toreadwrite(code_t*in, code_t*middlepart, char justassign, char readbefore, char pus… in toreadwrite()
126 code_t*r = in; in toreadwrite()
298 code_t*converttype(code_t*c, classinfo_t*from, classinfo_t*to);
465 code_t*c=0; in node_lplusplus_exec()
541 code_t*c=0; in node_lminusminus_exec()
618 code_t*c=0; in node_rplusplus_exec()
[all …]
H A Dparser_help.c125 code_t*defaultvalue(code_t*c, classinfo_t*type) in defaultvalue()
209 code_t* var_block(code_t*body, dict_t*vars) in var_block()
211 code_t*c = 0; in var_block()
255 code_t* add_scope_code(code_t*c, methodstate_t*m, char init) in add_scope_code()
330 code_t* wrap_function(code_t*c,code_t*header, code_t*body) in wrap_function()
1069 void breakjumpsto(code_t*c, char*name, code_t*jump) in breakjumpsto()
1083 void continuejumpsto(code_t*c, char*name, code_t*jump) in continuejumpsto()
1174 code_t* coerce_to_type(code_t*c, classinfo_t*t) in coerce_to_type()
1328 static code_t* insert_finally_lookup(code_t*c, code_t*finally, int tempvar) in insert_finally_lookup()
1383 static code_t* insert_finally_simple(code_t*c, code_t*finally, int tempvar) in insert_finally_simple()
[all …]
/dports/science/dynare/dynare-4.6.4/dynare++/parser/cc/
H A Dtree.cc153 if (code == code_t::TIMES || code == code_t::PLUS) in add_binary()
212 case code_t::LOG: in add_derivative()
218 case code_t::EXP: in add_derivative()
224 case code_t::SIN: in add_derivative()
230 case code_t::COS: in add_derivative()
233 …res = add_unary(code_t::UMINUS, add_binary(code_t::TIMES, add_unary(code_t::SIN, terms[t].getOp1()… in add_derivative()
236 case code_t::TAN: in add_derivative()
243 case code_t::SQRT: in add_derivative()
250 case code_t::ERF: in add_derivative()
260 case code_t::ERFC: in add_derivative()
[all …]
H A Dformula.yy75 | expression YPLUS expression {$$=fparser->add_binary(ogp::code_t::PLUS,$1,$3);}
76 | expression YMINUS expression {$$=fparser->add_binary(ogp::code_t::MINUS,$1,$3);}
77 | expression YTIMES expression {$$=fparser->add_binary(ogp::code_t::TIMES,$1,$3);}
82 | YSIN '(' expression ')' {$$=fparser->add_unary(ogp::code_t::SIN,$3);}
83 | YCOS '(' expression ')' {$$=fparser->add_unary(ogp::code_t::COS,$3);}
84 | YTAN '(' expression ')' {$$=fparser->add_unary(ogp::code_t::TAN,$3);}
85 | YEXP '(' expression ')' {$$=fparser->add_unary(ogp::code_t::EXP,$3);}
86 | YLOG '(' expression ')' {$$=fparser->add_unary(ogp::code_t::LOG,$3);}
87 | YSQRT '(' expression ')' {$$=fparser->add_unary(ogp::code_t::SQRT,$3);}
88 | YERF '(' expression ')' {$$=fparser->add_unary(ogp::code_t::ERF,$3);}
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/octree/src/utils/
H A Dmorton.hpp51 using code_t = int; typedef
78 static code_t createCode(int cell_x, int cell_y, int cell_z) in createCode()
84 static void decomposeCode(code_t code, int& cell_x, int& cell_y, int& cell_z) in decomposeCode()
92 static uint3 decomposeCode(code_t code) in decomposeCode()
98 static code_t extractLevelCode(code_t code, int level) in extractLevelCode()
104 static code_t shiftLevelCode(code_t level_code, int level) in shiftLevelCode()
124 __device__ __host__ __forceinline__ Morton::code_t operator()(const float3& p) const in operator ()()
134 __device__ __host__ __forceinline__ Morton::code_t operator()(const float4& p) const in operator ()()
148 bool operator()(Morton::code_t code1, Morton::code_t code2) const in operator ()()
/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dbacktrace_prim.c77 code_t ev_pc;
85 code_t start;
86 code_t end;
92 static struct debug_info *find_debug_info(code_t pc) in find_debug_info()
105 code_t pc_a = ((const struct ev_info*)a)->ev_pc; in cmp_ev_info()
106 code_t pc_b = ((const struct ev_info*)b)->ev_pc; in cmp_ev_info()
138 events[j].ev_pc = (code_t)((char*)code_start in process_debug_events()
200 CAMLprim value caml_remove_debug_info(code_t start) in caml_remove_debug_info()
249 code_t p = (code_t) *sp; in caml_stash_backtrace()
263 code_t *p = (code_t*) (*sp)++; in caml_next_frame_pointer()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dbacktrace_prim.c77 code_t ev_pc;
85 code_t start;
86 code_t end;
92 static struct debug_info *find_debug_info(code_t pc) in find_debug_info()
105 code_t pc_a = ((const struct ev_info*)a)->ev_pc; in cmp_ev_info()
106 code_t pc_b = ((const struct ev_info*)b)->ev_pc; in cmp_ev_info()
138 events[j].ev_pc = (code_t)((char*)code_start in process_debug_events()
200 CAMLprim value caml_remove_debug_info(code_t start) in caml_remove_debug_info()
249 code_t p = (code_t) *sp; in caml_stash_backtrace()
263 code_t *p = (code_t*) (*sp)++; in caml_next_frame_pointer()
[all …]
/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/
H A Dpstring.h72 using code_t = typename traits_type::code_t; member
146 explicit pstring_t(size_type n, code_t code) in pstring_t()
245 using code_t = char; member
267 using code_t = char32_t;
349 using code_t = char32_t;
375 static code_t code(const mem_t *p) noexcept
383 return static_cast<code_t>(c);
415 using code_t = char32_t;
434 static code_t code(const mem_t *p)
436 return static_cast<code_t>(*p);
[all …]
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/
H A Dpstring.h72 using code_t = typename traits_type::code_t; member
146 explicit pstring_t(size_type n, code_t code) in pstring_t()
245 using code_t = char; member
267 using code_t = char32_t;
349 using code_t = char32_t;
375 static code_t code(const mem_t *p) noexcept
383 return static_cast<code_t>(c);
415 using code_t = char32_t;
434 static code_t code(const mem_t *p)
436 return static_cast<code_t>(*p);
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/util/color/
H A Drgbcolor.h23 typedef QRgb code_t; typedef
25 static constexpr code_t validateCode(code_t code) { in validateCode()
28 static bool isValidCode(code_t code) { in isValidCode()
36 explicit constexpr RgbColor(code_t code) in RgbColor()
41 constexpr operator code_t() const { in code_t() function
57 static constexpr optional_t optional(code_t code) { in optional()
136 return QVariant(static_cast<code_t>(color)); in toQVariant()
188 const auto value = varCode.value<code_t>();
220 static constexpr code_t kRgbCodeMask = 0x00FFFFFF;
222 code_t m_code;
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/zlib-1.2.11/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/zlib-1.2.8/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/zlib/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/extern/zlib-1.2.11/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libz-sys-1.0.25/src/zlib/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/zlib-1.2.8/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/extern/zlib-1.2.11/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()
/dports/math/gap/gap-4.11.0/extern/zlib/examples/
H A Denough.c111 typedef unsigned long long code_t; /* type for bit pattern counting */ typedef
234 most = (((code_t)left << (max - len)) - syms) / in count()
235 (((code_t)1 << (max - len)) - 1); in count()
370 most = (((code_t)left << (max - len)) - syms) / in examine()
371 (((code_t)1 << (max - len)) - 1); in examine()
464 code_t word; /* for counting bits in code_t */ in main()
498 if (max > n || (code_t)(syms - 2) >= (((code_t)0 - 1) >> (max - 1))) { in main()
504 if ((code_t)(syms - 1) > ((code_t)1 << max) - 1) { in main()
564 if ((code_t)syms < ((code_t)1 << (root + 1))) in main()

12345678910>>...12