Searched refs:p_base (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | binary.c | 219 mp_obj_t mp_binary_get_val(char struct_type, char val_type, byte *p_base, byte **ptr) { in mp_binary_get_val() argument 226 p = p_base + (uintptr_t)MP_ALIGN(p - p_base, align); in mp_binary_get_val() 288 void mp_binary_set_val(char struct_type, char val_type, mp_obj_t val_in, byte *p_base, byte **ptr) { in mp_binary_set_val() argument 295 p = p_base + (uintptr_t)MP_ALIGN(p - p_base, align); in mp_binary_set_val()
|
A D | binary.h | 41 mp_obj_t mp_binary_get_val(char struct_type, char val_type, byte *p_base, byte **ptr); 42 void mp_binary_set_val(char struct_type, char val_type, mp_obj_t val_in, byte *p_base, byte **ptr);
|
A D | modstruct.c | 149 byte *p_base = p; in struct_unpack_from() local 168 item = mp_binary_get_val(fmt_type, *fmt, p_base, &p); in struct_unpack_from() 183 byte *p_base = p; in struct_pack_into_internal() local 208 mp_binary_set_val(fmt_type, *fmt, args[i++], p_base, &p); in struct_pack_into_internal()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 3164 duk_uint8_t *p_base; member 3220 ((bw_ctx)->p_base) 104419 bw_ctx->p_base = p; 104496 duk_uint8_t *p_base; local 104505 p_base = bw->p_base; 104524 duk_uint8_t *p_base; local 104533 p_base = bw->p_base; 104558 duk_uint8_t *p_base; local 104569 p_base = bw->p_base; 104618 p_base = bw->p_base; [all …]
|
Completed in 239 milliseconds