Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/pyb/
A Dcan.py65 l2 = None variable
70 l2 = can.recv(0, l) variable
71 assert l is l2
75 l2 = can.recv(0, l) variable
76 assert l is l2
80 l2 = can.recv(0, l) variable
81 assert l is l2
85 l2 = can.recv(0, l) variable
86 assert l is l2
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dheap_lock.py6 l2 = list(range(100)) variable
19 l.extend(l2)
A Dheapalloc_fail_list.py32 l2 = [3, 4, 5, 6, 7, 8, 9, 10] variable
35 l[sl] = l2
/AliOS-Things-master/components/freetype/src/tools/docmaker/
A Dutils.py22 l2 = len( s2 )
27 if i >= l2 or m1[i] > m2[i]:
39 if l2 > l1:
/AliOS-Things-master/components/freetype/src/tools/
A Dtest_trig.c172 FT_Fixed l, l2; in test_length() local
178 l2 = FT_Vector_Length( &v ); in test_length()
180 if ( abs( l2-l ) > THRESHOLD ) in test_length()
184 v.x/65536.0, v.y/65536.0, l2/65536.0, l/65536.0 ); in test_length()
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_chaos.py40 def linear_combination(self, other, l1, l2=None): argument
41 if l2 is None:
42 l2 = 1 - l1
44 self.x * l1 + other.x * l2, self.y * l1 + other.y * l2, self.z * l1 + other.z * l2
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dstream.py53 l2 = self.s.readline() # may do multiple reads but won't block
54 l += l2
55 if not l2 or l[-1] == 10: # \n (check l in case l2 is str)
/AliOS-Things-master/components/py_engine/tests/internal_bench/
A Dfrom_iter-1-list_bound.py7 l2 = list(l)
A Dfrom_iter-3-tuple_bound.py7 l2 = tuple(l)
A Dfrom_iter-5-bytes_bound.py7 l2 = bytes(l)
A Dfrom_iter-7-bytearray_bound.py7 l2 = bytearray(l)
A Dfrom_iter-2-list_unbound.py7 l2 = list(map(lambda x: x, l))
A Dfrom_iter-4-tuple_unbound.py7 l2 = tuple(map(lambda x: x, l))
A Dfrom_iter-6-bytes_unbound.py7 l2 = bytes(map(lambda x: x, l))
A Dfrom_iter-8-bytearray_unbound.py7 l2 = bytearray(map(lambda x: x, l))
/AliOS-Things-master/components/py_engine/tests/cmdline/
A Dcmd_showbc.py131 l1 = l2 = l3 = l4 = l5 = l6 = l7 = l8 = l9 = l10 = 1
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dcpuinfo.cc54 {processor->cache.l1d, processor->cache.l2, processor->cache.l3}) { in QueryCacheParams()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppoe.c759 int l1 = 0, l2 = 0; /* XXX: gcc */ in pppoe_send_padi() local
770 l2 = (int)strlen(sc->sc_concentrator_name); in pppoe_send_padi()
771 len += 2 + 2 + l2; in pppoe_send_padi()
801 PPPOE_ADD_16(p, l2); in pppoe_send_padi()
802 MEMCPY(p, sc->sc_concentrator_name, l2); in pppoe_send_padi()
803 p += l2; in pppoe_send_padi()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/man/
A DMakefile.in380 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A DMakefile.in783 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DMakefile.in1269 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1312 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c2125 GET_STR_DATA_LEN(s2, d2, l2); in mp_obj_str_equal()
2126 if (l1 != l2) { in mp_obj_str_equal()
A Dcompile.c1613 uint l2 = comp_next_label(comp); in compile_try_except() local
1680 EMIT_ARG(pop_except_jump, l2, true); in compile_try_except()
1690 EMIT_ARG(label_assign, l2); in compile_try_except()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c350 const char *f2, const char *l2) { in SWIG_TypeNameComp() argument
351 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) { in SWIG_TypeNameComp()
353 while ((*f2 == ' ') && (f2 != l2)) ++f2; in SWIG_TypeNameComp()
356 return (int)((l1 - f1) - (l2 - f2)); in SWIG_TypeNameComp()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm253 …��U��X��R��P��U��X��[��X��R��T��S��RqD(6�3�:@�?�7�<�=?@�<Zl2)j5)nL1l`9nn;nj9sf;�j…

Completed in 48 milliseconds

12