Home
last modified time | relevance | path

Searched refs:ctx_globals (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-cffi/cffi-1.15.0/testing/cffi1/
H A Dtest_parse_c_type.py86 ctx_globals = ffi.new("struct _cffi_global_s[]", len(global_names)) variable
91 ctx_globals[_i].name = c_glob_names[_i]
92 ctx_globals[_i].address = _fn
93 ctx_globals[_i].type_op = ffi.cast("_cffi_opcode_t",
96 ctx.globals = ctx_globals
/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dgc_heap.c613 sexp res = NULL, ctx = NULL, base, *ctx_globals, *ctx_types; in sexp_load_image() local
668 ctx_globals = sexp_vector_data((sexp)((unsigned char*)sexp_context_globals(ctx) + state.offset)); in sexp_load_image()
669 …ctx_types = sexp_vector_data((sexp)((unsigned char*)(ctx_globals[SEXP_G_TYPES]) + state.offset)); in sexp_load_image()
670 state.types_cnt = sexp_unbox_fixnum(ctx_globals[SEXP_G_NUM_TYPES]); in sexp_load_image()