Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dprofile.c83 mp_obj_tuple_t *consts = MP_OBJ_TO_PTR(mp_obj_new_tuple(stop - start + 1, NULL)); in code_consts() local
91 consts->items[const_no++] = code; in code_consts()
93 consts->items[const_no++] = mp_const_none; in code_consts()
95 return consts; in code_consts()
A Dparse.c241 mp_map_t consts; member
487 … && (elem = mp_map_lookup(&parser->consts, MP_OBJ_NEW_QSTR(id), MP_MAP_LOOKUP)) != NULL) { in push_result_token()
728 …mp_map_elem_t *elem = mp_map_lookup(&parser->consts, MP_OBJ_NEW_QSTR(id), MP_MAP_LOOKUP_ADD_IF_NOT… in fold_constants()
853 mp_map_init(&parser.consts, 0); in mp_parse()
1129 mp_map_deinit(&parser.consts); in mp_parse()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DChangeLog105 - Add casts and consts to ease user conversion to C++
269 - Fix bug and add consts in contrib/puff [Oberhumer]
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c84308 #define DUK__CONST(x) (*(consts + (x)))
84309 #define DUK__CONSTP(x) (consts + (x))
84343 #define DUK__CONSTP_A(ins) ((duk_tval *) (void *) ((duk_uint8_t *) consts + DUK__BYTEOFF_A((ins…
84344 #define DUK__CONSTP_B(ins) ((duk_tval *) (void *) ((duk_uint8_t *) consts + DUK__BYTEOFF_B((ins…
84345 #define DUK__CONSTP_C(ins) ((duk_tval *) (void *) ((duk_uint8_t *) consts + DUK__BYTEOFF_C((ins…
84346 #define DUK__CONSTP_BC(ins) ((duk_tval *) (void *) ((duk_uint8_t *) consts + DUK__BYTEOFF_BC((in…
84359 #define DUK__REGCONSTP_B(ins) ((((ins) & DUK__RCBIT_B) ? consts : thr->valstack_bottom) + DUK_DEC_…
84360 #define DUK__REGCONSTP_C(ins) ((((ins) & DUK__RCBIT_C) ? consts : thr->valstack_bottom) + DUK_DEC_…
84605 duk_tval *consts; /* stable */ local
84707 consts = DUK_HCOMPFUNC_GET_CONSTS_BASE(thr->heap, fun);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3346 c13f6632 Move consts to internal header format_constants.h

Completed in 249 milliseconds