Home
last modified time | relevance | path

Searched defs:ip (Results 1 – 25 of 80) sorted by relevance

1234

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Ddhcps.h121 #define MARK_RANGE1_IP_BIT(table, ip) ((table.ip_range[0]) | (1 << ((ip) - 1))) argument
123 #define MARK_RANGE2_IP_BIT(table, ip) ((table.ip_range[1]) | (1 << ((ip) - 1))) argument
125 #define MARK_RANGE3_IP_BIT(table, ip) ((table.ip_range[2]) | (1 << ((ip) - 1))) argument
127 #define MARK_RANGE4_IP_BIT(table, ip) ((table.ip_range[3]) | (1 << ((ip) - 1))) argument
129 #define MARK_RANGE5_IP_BIT(table, ip) ((table.ip_range[4]) | (1 << ((ip) - 1))) argument
131 #define MARK_RANGE6_IP_BIT(table, ip) ((table.ip_range[5]) | (1 << ((ip) - 1))) argument
133 #define MARK_RANGE7_IP_BIT(table, ip) ((table.ip_range[6]) | (1 << ((ip) - 1))) argument
135 #define MARK_RANGE8_IP_BIT(table, ip) ((table.ip_range[7]) | (1 << ((ip) - 1))) argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/network/dhcp/
A Ddhcps.h123 #define MARK_RANGE1_IP_BIT(table, ip) ((table.ip_range[0]) | (1 << ((ip) - 1))) argument
125 #define MARK_RANGE2_IP_BIT(table, ip) ((table.ip_range[1]) | (1 << ((ip) - 1))) argument
127 #define MARK_RANGE3_IP_BIT(table, ip) ((table.ip_range[2]) | (1 << ((ip) - 1))) argument
129 #define MARK_RANGE4_IP_BIT(table, ip) ((table.ip_range[3]) | (1 << ((ip) - 1))) argument
131 #define MARK_RANGE5_IP_BIT(table, ip) ((table.ip_range[4]) | (1 << ((ip) - 1))) argument
133 #define MARK_RANGE6_IP_BIT(table, ip) ((table.ip_range[5]) | (1 << ((ip) - 1))) argument
135 #define MARK_RANGE7_IP_BIT(table, ip) ((table.ip_range[6]) | (1 << ((ip) - 1))) argument
137 #define MARK_RANGE8_IP_BIT(table, ip) ((table.ip_range[7]) | (1 << ((ip) - 1))) argument
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dchecksum-icc.c19 read_one_file(FILE *ip, const char *name) in read_one_file()
76 FILE *ip = fopen(argv[i], "rb"); in main() local
/AliOS-Things-master/components/py_engine/engine/py/
A Dshowbc.c80 void mp_bytecode_print(const mp_print_t *print, const void *descr, const byte *ip, mp_uint_t len, c… in mp_bytecode_print()
153 const byte *mp_bytecode_print_str(const mp_print_t *print, const byte *ip) { in mp_bytecode_print_str()
549 void mp_bytecode_print2(const mp_print_t *print, const byte *ip, size_t len, const mp_uint_t *const… in mp_bytecode_print2()
A Dpersistentcode.c129 STATIC byte *extract_prelude(const byte **ip, bytecode_prelude_t *prelude) { in extract_prelude()
305 STATIC void load_prelude_qstrs(mp_reader_t *reader, qstr_window_t *qw, byte *ip) { in load_prelude_qstrs()
314 STATIC void load_prelude(mp_reader_t *reader, qstr_window_t *qw, byte **ip, bytecode_prelude_t *pre… in load_prelude()
331 STATIC void load_bytecode(mp_reader_t *reader, qstr_window_t *qw, byte *ip, byte *ip_top) { in load_bytecode()
377 byte *ip = fun_data; in load_raw_code() local
414 const byte *ip = fun_data + prelude_offset; in load_raw_code() local
670 STATIC void save_prelude_qstrs(mp_print_t *print, qstr_window_t *qw, const byte *ip) { in save_prelude_qstrs()
675 STATIC void save_bytecode(mp_print_t *print, qstr_window_t *qw, const byte *ip, const byte *ip_top)… in save_bytecode()
699 const byte *ip = rc->fun_data; in save_raw_code() local
730 const byte *ip = (const byte *)rc->fun_data + rc->prelude_offset; in save_raw_code() local
[all …]
A Dbc.h106 #define MP_BC_PRELUDE_SIG_DECODE_INTO(ip, S, E, F, A, K, D) \ argument
129 #define MP_BC_PRELUDE_SIG_DECODE(ip) \ argument
150 #define MP_BC_PRELUDE_SIZE_DECODE_INTO(ip, I, C) \ argument
166 #define MP_BC_PRELUDE_SIZE_DECODE(ip) \ argument
207 const byte *ip; member
A Dvm.c47 #define TRACE(ip) TRACE_PREFIX; mp_bytecode_print2(&mp_plat_print, ip, 1, code_state->fun_bc->const… argument
49 #define TRACE(ip) argument
273 const byte *ip = code_state->ip; in mp_execute_bytecode() local
1433 const byte *ip = code_state->ip + 1; in mp_execute_bytecode() local
1466 const byte *ip = code_state->fun_bc->bytecode; in mp_execute_bytecode() local
A Dbc.c277 const byte *ip = code_state->ip; in mp_setup_code_state() local
313 uint mp_opcode_format(const byte *ip, size_t *opcode_size, bool count_var_uint) { in mp_opcode_format()
A Dprofile.c41 const byte *ip = bytecode; in mp_prof_extract_prelude() local
415 const byte *ip = code_state->ip; in mp_prof_instr_tick() local
470 STATIC const byte *mp_prof_opcode_decode(const byte *ip, const mp_uint_t *const_table, mp_dis_instr… in mp_prof_opcode_decode()
942 void mp_prof_print_instr(const byte *ip, mp_code_state_t *code_state) { in mp_prof_print_instr()
/AliOS-Things-master/components/py_engine/engine/shared/netutils/
A Dnetutils.c36 mp_obj_t netutils_format_ipv4_addr(uint8_t *ip, netutils_endian_t endian) { in netutils_format_ipv4_addr()
49 mp_obj_t netutils_format_inet_addr(uint8_t *ip, mp_uint_t port, netutils_endian_t endian) { in netutils_format_inet_addr()
A Ddhcpserver.h40 ip_addr_t ip; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SoftmaxFunctions/
A Darm_softmax_s8.c110 const int8x16_t ip = vldrbq_z_s8(&input[i * 16], p); in arm_softmax_s8() local
121 int32x4_t ip = vldrbq_s32(&input[idx * 4]); in arm_softmax_s8() local
159 int32x4_t ip = vldrbq_s32(&input[idx]); in arm_softmax_s8() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SoftmaxFunctions/
A Darm_softmax_s8.c110 const int8x16_t ip = vldrbq_z_s8(&input[i * 16], p); in arm_softmax_s8() local
121 int32x4_t ip = vldrbq_s32(&input[idx * 4]); in arm_softmax_s8() local
159 int32x4_t ip = vldrbq_s32(&input[idx]); in arm_softmax_s8() local
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_core.c267 snmp_oid_to_ip4(const u32_t *oid, ip4_addr_t *ip) in snmp_oid_to_ip4()
287 snmp_ip4_to_oid(const ip4_addr_t *ip, u32_t *oid) in snmp_ip4_to_oid()
303 snmp_oid_to_ip6(const u32_t *oid, ip6_addr_t *ip) in snmp_oid_to_ip6()
338 snmp_ip6_to_oid(const ip6_addr_t *ip, u32_t *oid) in snmp_ip6_to_oid()
368 snmp_ip_port_to_oid(const ip_addr_t *ip, u16_t port, u32_t *oid) in snmp_ip_port_to_oid()
386 snmp_ip_to_oid(const ip_addr_t *ip, u32_t *oid) in snmp_ip_to_oid()
421 snmp_oid_to_ip(const u32_t *oid, u8_t oid_len, ip_addr_t *ip) in snmp_oid_to_ip()
497 snmp_oid_to_ip_port(const u32_t *oid, u8_t oid_len, ip_addr_t *ip, u16_t *port) in snmp_oid_to_ip_port()
A Dsnmp_mib2_ip.c253 ip4_addr_t ip; in ip_AddrTable_get_cell_value() local
499 ip4_addr_t *ip; in ip_NetToMediaTable_get_cell_value_core() local
545 ip4_addr_t *ip; in ip_NetToMediaTable_get_cell_value() local
573 ip4_addr_t *ip; in ip_NetToMediaTable_get_next_cell_instance_and_value() local
/AliOS-Things-master/components/amp/example-js/
A Dwifi.js8 var ip = WIFI.getInfo().ip; variable
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ActivationFunctions/
A Darm_relu6_s8.c56 int32_t ip = data[i]; in arm_relu6_s8() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ActivationFunctions/
A Darm_relu6_s8.c56 int32_t ip = data[i]; in arm_relu6_s8() local
/AliOS-Things-master/components/amp-utility/tftp/
A Dtftpcfg.json6 "ip": "192.168.3.147", string
/AliOS-Things-master/components/csi/csi2/include/drv/
A Dtipc.h26 uint32_t ip; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsnmp.h154 #define mib2_add_arp_entry(ni,ip) argument
155 #define mib2_remove_arp_entry(ni,ip) argument
181 #define mib2_add_arp_entry(ni,ip) argument
182 #define mib2_remove_arp_entry(ni,ip) argument
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsnmp.h154 #define mib2_add_arp_entry(ni,ip) argument
155 #define mib2_remove_arp_entry(ni,ip) argument
181 #define mib2_add_arp_entry(ni,ip) argument
182 #define mib2_remove_arp_entry(ni,ip) argument
/AliOS-Things-master/components/amp/jslib/src/
A Dlocation.js21 var info = { mac: null, ip: null, rssi: null }; property in ADVANCED_LOCATION.getAccessApInfo.info
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dvj.c163 struct ip_hdr *ip = (struct ip_hdr *)np->payload; in vj_compress_tcp() local
468 struct ip_hdr *ip; in vj_uncompress_uncomp() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dbwifi_sta.h27 uint32 ip[3];//struct ip_info ip; member

Completed in 54 milliseconds

1234