Home
last modified time | relevance | path

Searched refs:FIRST_UNIMPLEMENTED_OP (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Dfix_code.c109 int* l = (int*)caml_stat_alloc(sizeof(int) * FIRST_UNIMPLEMENTED_OP); in caml_init_opcode_nargs()
112 for (i = 0; i < FIRST_UNIMPLEMENTED_OP; i++) { in caml_init_opcode_nargs()
146 if (instr < 0 || instr >= FIRST_UNIMPLEMENTED_OP){ in caml_thread_code()
H A Dfix_code.c.orig108 int* l = (int*)caml_stat_alloc(sizeof(int) * FIRST_UNIMPLEMENTED_OP);
111 for (i = 0; i < FIRST_UNIMPLEMENTED_OP; i++) {
145 if (instr < 0 || instr >= FIRST_UNIMPLEMENTED_OP){
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Dfix_code.c109 int* l = (int*)caml_stat_alloc(sizeof(int) * FIRST_UNIMPLEMENTED_OP); in caml_init_opcode_nargs()
112 for (i = 0; i < FIRST_UNIMPLEMENTED_OP; i++) { in caml_init_opcode_nargs()
146 if (instr < 0 || instr >= FIRST_UNIMPLEMENTED_OP){ in caml_thread_code()
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Dinstruct.h63 FIRST_UNIMPLEMENTED_OP}; enumerator
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dinstruct.h63 FIRST_UNIMPLEMENTED_OP}; enumerator