Home
last modified time | relevance | path

Searched defs:tok (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtok_r.c40 char *tok; in __strtok_r() local
/AliOS-Things-master/components/py_engine/engine/py/
A Dparse.c112 #define tok(t) (RULE_ARG_TOK | MP_TOKEN_##t) macro
661 mp_token_kind_t tok = MP_PARSE_NODE_LEAF_ARG(peek_result(parser, i)); in fold_constants() local
687 mp_token_kind_t tok = MP_PARSE_NODE_LEAF_ARG(peek_result(parser, 1)); in fold_constants() local
A Dcompile.c2037 mp_token_kind_t tok = MP_PARSE_NODE_LEAF_ARG(pns1->nodes[0]); in compile_expr_stmt() local
2193 mp_token_kind_t tok = MP_PARSE_NODE_LEAF_ARG(pns->nodes[i]); in compile_comparison() local
2252 mp_token_kind_t tok = MP_PARSE_NODE_LEAF_ARG(pns->nodes[i]); in compile_term() local
2260 mp_token_kind_t tok = MP_PARSE_NODE_LEAF_ARG(pns->nodes[0]); in compile_factor_2() local
A Demitbc.c515 void mp_emit_bc_load_const_tok(emit_t *emit, mp_token_kind_t tok) { in mp_emit_bc_load_const_tok()
A Demitnative.c1385 STATIC void emit_native_load_const_tok(emit_t *emit, mp_token_kind_t tok) { in emit_native_load_const_tok()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Djscompress.c36 int tok; member
A Dquickjs.c20121 static int js_parse_expect(JSParseState* s, int tok) in js_parse_expect()
21311 int tok; in JS_DetectModule() local
22066 static BOOL token_is_ident(int tok) in token_is_ident()
22225 static BOOL is_regexp_allowed(int tok) in is_regexp_allowed()
22258 int last_tok, tok = TOK_EOF; in js_parse_skip_parens_token() local
23284 int tok; member
23290 int tok) in get_lvalue()
25913 int tok; in js_parse_statement_or_decl() local
26108 int tok, bits; in js_parse_statement_or_decl() local
27932 int first_export, idx, i, tok; in js_parse_export() local
[all …]
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c1977 char *spot, *tok, *next_tok, *end; in TTF_RenderUTF8_Blended_Wrapped() local
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c76472 …_t duk__objlit_load_key(duk_compiler_ctx *comp_ctx, duk_ivalue *res, duk_token *tok, duk_regconst_…
76783 duk_small_uint_t tok; local
77318 duk_small_uint_t tok; local
78291 duk_small_uint_t tok = comp_ctx->curr_token.t; local
79029 duk_small_uint_t tok; local
79777 duk_small_uint_t tok; local
81041 duk_token *tok; local
90203 #define DUK__ADVTOK(advbytes,tok) ((((advbytes) * sizeof(duk_lexer_codepoint)) << 8) + (tok)) argument

Completed in 367 milliseconds