Home
last modified time | relevance | path

Searched refs:vtype (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demitnative.c165 switch (vtype) { in vtype_to_qstr()
189 vtype_kind_t vtype; member
866 } else if (si->vtype == VTYPE_INT || si->vtype == VTYPE_UINT) { in load_reg_stack_imm()
900 *vtype = si->vtype; in emit_access_stack()
938 *vtype = si->vtype; in emit_pre_pop_reg_flexible()
981 si->vtype = vtype; in emit_post_push_reg()
990 si->vtype = vtype; in emit_post_push_imm()
1459 vtype_kind_t vtype; in emit_native_load_deref() local
1664 vtype_kind_t vtype; in emit_native_store_fast() local
1977 emit_post_push_reg_reg(emit, vtype, reg, vtype, reg); in emit_native_dup_top()
[all …]
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_json_parser.c199 int klen = 0, vlen = 0, vtype = 0; in json_parse_name_value() local
207 vtype) in json_parse_name_value()
212 pfnCB(key, klen, val, vlen, vtype, p_CBData)) { in json_parse_name_value()
377 int klen = 0, vlen = 0, vtype = 0; in _LITE_json_keys_of() local
422 if (JOBJECT == vtype) { in _LITE_json_keys_of()
489 int klen = 0, vlen = 0, vtype = 0; in _LITE_json_keys_of_ext() local
542 if (JOBJECT == vtype) { in _LITE_json_keys_of_ext()
559 } else if (JARRAY == vtype) { in _LITE_json_keys_of_ext()
613 if (JOBJECT == vtype) { in _LITE_json_keys_of_ext()
629 } else if (JARRAY == vtype) { in _LITE_json_keys_of_ext()
[all …]
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_json_parser.h127 #define json_object_for_each_kv(str, slen, pos, key, klen, val, vlen, vtype) \ argument
131 &val, &vlen, &vtype)) != 0;)
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c643 GLES2_ShaderType vtype, ftype; in GLES2_SelectProgram() local
647 vtype = GLES2_SHADER_VERTEX_DEFAULT; in GLES2_SelectProgram()
720 vertex = GLES2_CacheShader(data, vtype); in GLES2_SelectProgram()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h648 auto vtype = ToFixedTypedVectorElementType(type_, &len); in AsFixedTypedVector() local
649 return FixedTypedVector(Indirect(), byte_width_, vtype, len); in AsFixedTypedVector()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp2859 Value::Value(ValueType vtype) { in Value() argument
2861 initBasic(vtype); in Value()
2862 switch (vtype) { in Value()
3548 void Value::initBasic(ValueType vtype, bool allocated) { in initBasic() argument
3549 type_ = vtype; in initBasic()

Completed in 31 milliseconds