Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 218) sorted by relevance

123456789

/AliOS-Things-master/components/py_engine/tests/float/
A Dstring_format_modulo2.py4 def test(num, num_str): argument
25 num = pow(10, e) variable
A Dstring_format_modulo2_intbig.py4 def test(num, num_str): argument
22 num = pow(10, e) variable
/AliOS-Things-master/components/py_engine/tests/internal_bench/
A Dvar-5-class-attr.py5 num = 20000000 variable in Foo
8 def test(num): argument
A Dvar-7-instance-meth.py8 def num(self): member in Foo
12 def test(num): argument
A Dbytebuf-2-join_map_bytes.py8 def test(num): argument
A Dbytebuf-3-bytarray_map.py6 def test(num): argument
A Dfrom_iter-1-list_bound.py4 def test(num): argument
A Dfrom_iter-2-list_unbound.py4 def test(num): argument
A Dfrom_iter-3-tuple_bound.py4 def test(num): argument
A Dfrom_iter-4-tuple_unbound.py4 def test(num): argument
A Dfrom_iter-5-bytes_bound.py4 def test(num): argument
A Dfrom_iter-6-bytes_unbound.py4 def test(num): argument
A Dfrom_iter-7-bytearray_bound.py4 def test(num): argument
A Dfrom_iter-8-bytearray_unbound.py4 def test(num): argument
A Dfunc_builtin-2-enum_kw.py4 def test(num): argument
A Dfuncall-1-inline.py6 def test(num): argument
A Dloop_count-1-range.py4 def test(num): argument
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dmemp.h46 #define LWIP_MEMPOOL(name,num,size,desc) argument
51 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument
69 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
93 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dmemp.h46 #define LWIP_MEMPOOL(name,num,size,desc) argument
51 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument
69 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
93 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dmemp_std.h23 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(s… argument
31 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof… argument
A Dmemp_priv.h106 #define LWIP_MEMPOOL(name,num,size,desc) argument
108 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0 argument
115 #define LWIP_MEMPOOL(name,num,size,desc) argument
117 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size * argument
145 u16_t num; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dmemp_std.h23 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(s… argument
31 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof… argument
A Dmemp_priv.h106 #define LWIP_MEMPOOL(name,num,size,desc) argument
108 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0 argument
115 #define LWIP_MEMPOOL(name,num,size,desc) argument
117 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size * argument
145 u16_t num; member
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Duart.c126 u8 num = uart_obj[uart->port].id; in uart_irq() local
184 u8 num = uart_obj[uart->port].id; in hal_uart_init() local
308 u8 num = uart_obj[uart->port].id; in hal_uart_send() local
345 u8 num = uart_obj[uart->port].id; in hal_uart_recv_II() local
404 u8 num = uart_obj[uart->port].id; in hal_uart_finalize() local
/AliOS-Things-master/components/cli/src/
A Dcli_aos.c42 int aos_cli_register_commands(const struct cli_command *cmds, int num) in aos_cli_register_commands()
47 int aos_cli_unregister_commands(const struct cli_command *cmds, int num) in aos_cli_unregister_commands()

Completed in 28 milliseconds

123456789