Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjtype.c148 lookup->meth_offset, qstr_str(lookup->attr)); in mp_obj_class_lookup()
160 if (lookup->is_type) { in mp_obj_class_lookup()
193 mp_load_method_maybe(lookup->obj->subobj[0], lookup->attr, lookup->dest); in mp_obj_class_lookup()
240 struct class_lookup_data lookup = { in instance_print() local
250 lookup.attr = MP_QSTR___repr__; in instance_print()
251 lookup.meth_offset = 0; in instance_print()
283 struct class_lookup_data lookup = { in mp_obj_instance_make_new() local
334 lookup.obj = o; in mp_obj_instance_make_new()
335 lookup.attr = MP_QSTR___init__; in mp_obj_instance_make_new()
336 lookup.meth_offset = 0; in mp_obj_instance_make_new()
[all …]
A Ddynruntime.mk49 MPY_CROSS_FLAGS += -mcache-lookup-bc
57 MPY_CROSS_FLAGS += -mcache-lookup-bc
A Dobjstr.c1077 const char *lookup; in mp_obj_str_format_helper() local
1078 …for (lookup = field_name; lookup < field_name_top && *lookup != '.' && *lookup != '['; lookup++) {; in mp_obj_str_format_helper()
1080 …mp_obj_t field_q = mp_obj_new_str_via_qstr(field_name, lookup - field_name); // should it be via q… in mp_obj_str_format_helper()
1081 field_name = lookup; in mp_obj_str_format_helper()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/op_tests/
A Dstatic_hashtable.py45 initializer = tf.lookup.KeyValueTensorInitializer(key_tensor, value_tensor)
46 table = tf.lookup.StaticHashTable(initializer, default_value)
51 out = table.lookup(key_tensor)
/AliOS-Things-master/components/py_engine/engine/tools/
A Dtinytest-codegen.py11 lookup = {
19 return '""\n"{}"'.format("".join([lookup[x] if x in lookup else x for x in s]))
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt74 How many bits to make the first lookup is a tradeoff between the time it
92 2.2 More details on the inflate table lookup
96 lookup table for the first, let's say, nine bits of a Huffman symbol. The
117 You may wonder: why not just have one lookup table for how ever many bits the
127 So the number of bits for the first lookup table is a trade of the time to
186 to one lookup for the single table, or 1.66 lookups per symbol for the
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A DREADME.md23 $ ./mpy-cross -mcache-lookup-bc foo.py
/AliOS-Things-master/components/freetype/src/otvalid/
A Dotvcommn.c1049 FT_Bytes p, lookup; in otv_GSUBGPOS_have_MarkAttachmentType_flag() local
1070 lookup = table + FT_NEXT_USHORT( p ); in otv_GSUBGPOS_have_MarkAttachmentType_flag()
1075 p = lookup + 2; in otv_GSUBGPOS_have_MarkAttachmentType_flag()
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A DREADME.md14 directory modify this process to produce a more space efficient error lookup table with
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dax_pthread.m4307 [#handle absolute path differently from PATH based program lookup
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog51 * Move static transfer lookup array from .h to .c
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DDLL_FAQ.txt121 hints, for a faster name lookup. However, if the DEF file
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi60 …static @code{[[OperatorSet]]} field in all instances. Instead, a dynamic lookup of the @code{Symbo…
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt737 Many systems permit the system gamma to be changed via a lookup table in the
798 a power 1.45 lookup table.
800 Any system where a programmable lookup table is used or where the behavior of
1007 display preceded by a power-law lookup table of power 1.45. This is how
1246 optimize gamma handling by reducing the internal lookup table sizes.
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile348 # Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt2932 128K color lookup table and a full-image pixel buffer (3 bytes/pixel).
3104 map. This requires a 128Kb color lookup table plus strip buffers amounting
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog2455 699d80ea Jump-lookup for Huffman coding
3562 ed278e22 Removed unnecessary lookup
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in387 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
A Dweb_doxyfile.in387 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile413 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS450 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c65140 goto lookup; /* avoid double coercion */
65251 goto lookup; /* avoid double coercion */
65324 goto lookup; /* avoid double coercion */
65361 lookup:
66094 goto lookup;
66108 goto lookup; /* avoid double coercion */
66299 goto lookup; /* avoid double coercion */
66334 lookup:
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2413 * libtiff/tif_pixarlog.c: avoid accessing out of the lookup arrays for out of range inputs.

Completed in 274 milliseconds