Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/lib/re1.5/
A Dcompilecode.c26 int term = PC; in _compilecode() local
43 term = PC; in _compilecode()
49 term = PC; in _compilecode()
55 term = PC; in _compilecode()
80 term = PC; in _compilecode()
113 EMIT_CHECKED(term + 1, REL(term, PC)); in _compilecode()
115 term = PC; in _compilecode()
129 EMIT_CHECKED(term + 1, REL(term, PC)); in _compilecode()
131 term = PC; in _compilecode()
144 term = PC; in _compilecode()
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/
A Duos_dupterm.c41 mp_obj_t term = MP_STATE_VM(dupterm_objs[dupterm_idx]); in mp_uos_deactivate() local
49 mp_stream_close(term); in mp_uos_deactivate()
/AliOS-Things-master/components/py_engine/engine/py/
A Dgrammar.h259 DEF_RULE(shift_expr, c(term), list, rule(arith_expr), rule(shift_op))
261 DEF_RULE(arith_expr, c(term), list, rule(term), rule(arith_op))
263 DEF_RULE(term, c(term), list, rule(factor), rule(term_op))
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py2514 for i, term in enumerate(split_expr(expr, split_op)):
2517 _expr_str(term))
2521 if isinstance(term, tuple):
2522 s += " (={})".format(TRI_TO_STR[expr_value(term)])
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dmenuconfig.py2514 for i, term in enumerate(split_expr(expr, split_op)):
2517 _expr_str(term))
2521 if isinstance(term, tuple):
2522 s += " (={})".format(TRI_TO_STR[expr_value(term)])
/AliOS-Things-master/components/freetype/
A DFTL.TXT72 `using' is a generic term including compiling the project's source
/AliOS-Things-master/components/SDL2/src/hidapi/
A DLICENSE-gpl3.txt156 All rights granted under this License are granted for the term of
322 fixed term (regardless of how the transaction is characterized), the
391 governed by this License along with a term that is a further
392 restriction, you may remove that term. If a license document contains
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md114 [PyPI](https://pypi.python.org/pypi?%3Aaction=search&term=micropython).
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure12977 char *term;
12979 value = strtod (string, &term);
12980 if (value != 69 || term != (string + 4))
12988 char *term;
12989 strtod (string, &term);
12990 if (term != string && *(term - 1) == 0)
A Daclocal.m4845 # A longer-term fix would be to have automake use am__CC in this case,
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngstest.c3629 int term = (arg[1] == '0' ? 0 : '\n'); in main() local
3644 if (ch == EOF || ch == term || ch == 0) in main()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Daclocal.m4106 # A longer-term fix would be to have automake use am__AR in this case,
849 # A longer-term fix would be to have automake use am__CC in this case,
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A DCOPYING70 the term "modification".) Each licensee is addressed as "you".
/AliOS-Things-master/components/SDL2/
A Dconfigure16961 char *term;
16963 value = strtod (string, &term);
16964 if (value != 69 || term != (string + 4))
16972 char *term;
16973 strtod (string, &term);
16974 if (term != string && *(term - 1) == 0)
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c1363 DWORD term /* Value to set the last FAT entry */ in fill_last_frag() argument
1370 … res = put_fat(obj->fs, lcl - obj->n_frag + 1, (obj->n_frag > 1) ? lcl - obj->n_frag + 2 : term); in fill_last_frag()
/AliOS-Things-master/components/fatfs/src/
A Dff.c1228 DWORD term /* Value to set the last FAT entry */ in fill_last_frag() argument
1235 res = put_fat(obj->fs, lcl - obj->n_frag + 1, (obj->n_frag > 1) ? lcl - obj->n_frag + 2 : term); in fill_last_frag()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Daclocal.m4842 # A longer-term fix would be to have automake use am__CC in this case,
/AliOS-Things-master/components/SDL2/src/image/
A Daclocal.m4906 # A longer-term fix would be to have automake use am__CC in this case,
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt236 the term "method" as denoting the common interface presented by a particular
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak751 * may result in a compromise of the long-term signing key. This is avoided by
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.03468 # A longer-term fix would be to have automake use am__CC in this case,
11671 # A longer-term fix would be to have automake use am__CC in this case,
15470 # func_arith arithmetic-term...
15548 # func_arith arithmetic-term...
A Doutput.13468 # A longer-term fix would be to have automake use am__CC in this case,
11671 # A longer-term fix would be to have automake use am__CC in this case,
15470 # func_arith arithmetic-term...
15548 # func_arith arithmetic-term...
A Dtraces.22309 # A longer-term fix would be to have automake use am__CC in this case,
A Dtraces.01260 # A longer-term fix would be to have automake use am__CC in this case,
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m47250 # func_arith arithmetic-term...
7331 # func_arith arithmetic-term...

Completed in 118 milliseconds

12