/components/net/lwip/lwip-2.1.2/test/unit/mdns/ |
A D | test_mdns.c | 44 u16_t offset; in START_TEST() local 63 u16_t offset; in START_TEST() local 82 u16_t offset; in START_TEST() local 107 u16_t offset; in START_TEST() local 163 u16_t offset; in START_TEST() local 188 u16_t offset; in START_TEST() local 217 u16_t offset; in START_TEST() local 251 u16_t offset; in START_TEST() local 277 u16_t offset; in START_TEST() local 299 u16_t offset; in START_TEST() local [all …]
|
/components/net/lwip/lwip-2.0.3/test/unit/mdns/ |
A D | test_mdns.c | 44 u16_t offset; in START_TEST() local 63 u16_t offset; in START_TEST() local 82 u16_t offset; in START_TEST() local 107 u16_t offset; in START_TEST() local 163 u16_t offset; in START_TEST() local 188 u16_t offset; in START_TEST() local 217 u16_t offset; in START_TEST() local 251 u16_t offset; in START_TEST() local 277 u16_t offset; in START_TEST() local 299 u16_t offset; in START_TEST() local [all …]
|
/components/legacy/fdt/libfdt/ |
A D | fdt.c | 75 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() 96 int offset = startoffset; in fdt_next_tag() local 142 int _fdt_check_node_offset(const void *fdt, int offset) in _fdt_check_node_offset() 151 int _fdt_check_prop_offset(const void *fdt, int offset) in _fdt_check_prop_offset() 160 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 200 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() 211 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
|
A D | fdt_ro.c | 92 int offset; in fdt_get_max_phandle() local 132 static int _nextprop(const void *fdt, int offset) in _nextprop() 185 int offset = 0; in fdt_path_offset_namelen() local 253 int offset; in fdt_first_property_offset() local 270 int offset, in fdt_get_property_by_offset() 291 int offset, in fdt_get_property_namelen() 390 int offset, depth, namelen; in fdt_get_path() local 442 int offset, depth; in fdt_supernode_atdepth_offset() local 500 int offset; in fdt_node_offset_by_prop_value() local 525 int offset; in fdt_node_offset_by_phandle() local [all …]
|
A D | fdt_sw.c | 73 int offset = fdt_size_dt_struct(fdt); in _fdt_grab_space() local 143 int offset; in fdt_add_reservemap_entry() local 204 int struct_top, offset; in _fdt_find_add_string() local 249 int offset, nextoffset; in fdt_finish() local
|
A D | libfdt_internal.h | 70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) in _fdt_offset_ptr() 75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) in _fdt_offset_ptr_w()
|
/components/drivers/ofw/libfdt/ |
A D | fdt.c | 140 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() 166 int offset = startoffset; in fdt_next_tag() local 223 int fdt_check_node_offset_(const void *fdt, int offset) in fdt_check_node_offset_() 235 int fdt_check_prop_offset_(const void *fdt, int offset) in fdt_check_prop_offset_() 247 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 287 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() 298 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
|
A D | fdt_ro.c | 13 static int fdt_nodename_eq_(const void *fdt, int offset, in fdt_nodename_eq_() 117 int offset = -1; in fdt_find_max_phandle() local 254 int offset = 0; in fdt_path_offset_namelen() local 340 int offset; in fdt_first_property_offset() local 379 int offset, in fdt_get_property_by_offset() 426 int offset, in fdt_get_property_namelen() 545 int offset, depth, namelen; in fdt_get_path() local 597 int offset, depth; in fdt_supernode_atdepth_offset() local 658 int offset; in fdt_node_offset_by_prop_value() local 683 int offset; in fdt_node_offset_by_phandle() local [all …]
|
A D | fdt_sw.c | 96 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() local 191 int offset; in fdt_add_reservemap_entry() local 255 unsigned int struct_top, offset; in fdt_add_string_() local 343 int offset, nextoffset; in fdt_finish() local
|
A D | libfdt_internal.h | 26 static inline const void *fdt_offset_ptr_(const void *fdt, int offset) in fdt_offset_ptr_() 31 static inline void *fdt_offset_ptr_w_(void *fdt, int offset) in fdt_offset_ptr_w_()
|
/components/fal/samples/porting/ |
A D | fal_flash_sfud_port.c | 63 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() 72 static int write(long offset, const rt_uint8_t *buf, rt_size_t size) in write() 84 static int erase(long offset, rt_size_t size) in erase()
|
A D | fal_norflash_port.c | 47 static int read( long offset, uint8_t* buf, size_t size ) in read() 71 static int write_sector( long offset, const uint8_t* buf, size_t size ) in write_sector() 106 static int write( long offset, const uint8_t* buf, size_t size ) in write() 169 static int erase( long offset, size_t size ) in erase()
|
A D | fal_flash_stm32f2_port.c | 123 static int read(long offset, rt_uint8_t *buf, rt_size_t size) in read() 135 static int write(long offset, const rt_uint8_t *buf, rt_size_t size) in write() 161 static int erase(long offset, rt_size_t size) in erase()
|
/components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
A D | snmp_pbuf_stream.c | 47 snmp_pbuf_stream_init(struct snmp_pbuf_stream* pbuf_stream, struct pbuf* p, u16_t offset, u16_t len… in snmp_pbuf_stream_init() 136 snmp_pbuf_stream_seek(struct snmp_pbuf_stream* pbuf_stream, s32_t offset) in snmp_pbuf_stream_seek() 150 snmp_pbuf_stream_seek_abs(struct snmp_pbuf_stream* pbuf_stream, u32_t offset) in snmp_pbuf_stream_seek_abs()
|
A D | snmp_pbuf_stream.h | 55 u16_t offset; member
|
/components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
A D | snmp_pbuf_stream.c | 47 snmp_pbuf_stream_init(struct snmp_pbuf_stream *pbuf_stream, struct pbuf *p, u16_t offset, u16_t len… in snmp_pbuf_stream_init() 136 snmp_pbuf_stream_seek(struct snmp_pbuf_stream *pbuf_stream, s32_t offset) in snmp_pbuf_stream_seek() 150 snmp_pbuf_stream_seek_abs(struct snmp_pbuf_stream *pbuf_stream, u32_t offset) in snmp_pbuf_stream_seek_abs()
|
A D | snmp_pbuf_stream.h | 54 u16_t offset; member
|
/components/drivers/pic/ |
A D | pic-gicv3.c | 62 static rt_uint16_t *gicv3_dist_espi_reg(rt_uint32_t offset) in gicv3_dist_espi_reg() 136 static rt_uint32_t gicv3_hwirq_convert_offset_index(int hwirq, rt_uint32_t offset, rt_uint32_t *ind… in gicv3_hwirq_convert_offset_index() 174 static void *gicv3_hwirq_reg_base(int hwirq, rt_uint32_t offset, rt_uint32_t *index) in gicv3_hwirq_reg_base() 190 static rt_bool_t gicv3_hwirq_peek(int hwirq, rt_uint32_t offset) in gicv3_hwirq_peek() 198 static void gicv3_hwirq_poke(int hwirq, rt_uint32_t offset) in gicv3_hwirq_poke() 506 rt_uint32_t index, offset; in gicv3_irq_set_priority() local 528 rt_uint32_t offset, index; in gicv3_irq_set_affinity() local 549 rt_uint32_t index, offset; in gicv3_irq_set_triger_mode() local 627 rt_uint32_t offset = 0; in gicv3_irq_set_state() local 671 rt_uint32_t offset = 0; in gicv3_irq_get_state() local
|
/components/drivers/mtd/ |
A D | mtd_nor.c | 100 rt_off_t offset, rt_uint8_t* data, rt_size_t length) in rt_mtd_nor_read() 106 rt_off_t offset, const rt_uint8_t* data, rt_size_t length) in rt_mtd_nor_write() 112 rt_off_t offset, rt_size_t length) in rt_mtd_nor_erase_block()
|
/components/drivers/mfd/ |
A D | mfd-syscon.c | 23 rt_err_t rt_syscon_read(struct rt_syscon *syscon, rt_off_t offset, rt_uint32_t *out_val) in rt_syscon_read() 41 rt_err_t rt_syscon_write(struct rt_syscon *syscon, rt_off_t offset, rt_uint32_t val) in rt_syscon_write() 59 rt_err_t rt_syscon_update_bits(struct rt_syscon *syscon, rt_off_t offset, rt_uint32_t mask, rt_uint… in rt_syscon_update_bits()
|
/components/net/lwip/lwip-2.0.3/src/core/ |
A D | pbuf.c | 251 u16_t offset; in pbuf_alloc() local 428 u16_t offset; in pbuf_alloced_custom() local 1015 pbuf_copy_partial(const struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() 1193 pbuf_take_at(struct pbuf *buf, const void *dataptr, u16_t len, u16_t offset) in pbuf_take_at() 1299 pbuf_get_at(const struct pbuf* p, u16_t offset) in pbuf_get_at() 1317 pbuf_try_get_at(const struct pbuf* p, u16_t offset) in pbuf_try_get_at() 1339 pbuf_put_at(struct pbuf* p, u16_t offset, u8_t data) in pbuf_put_at() 1362 pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp()
|
/components/net/lwip/lwip-2.1.2/src/core/ |
A D | pbuf.c | 227 u16_t offset = (u16_t)layer; in pbuf_alloc() local 366 u16_t offset = (u16_t)l; in pbuf_alloced_custom() local 1027 pbuf_copy_partial(const struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() 1074 pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset) in pbuf_get_contiguous() 1240 pbuf_take_at(struct pbuf *buf, const void *dataptr, u16_t len, u16_t offset) in pbuf_take_at() 1371 pbuf_get_at(const struct pbuf *p, u16_t offset) in pbuf_get_at() 1389 pbuf_try_get_at(const struct pbuf *p, u16_t offset) in pbuf_try_get_at() 1411 pbuf_put_at(struct pbuf *p, u16_t offset, u8_t data) in pbuf_put_at() 1434 pbuf_memcmp(const struct pbuf *p, u16_t offset, const void *s2, u16_t n) in pbuf_memcmp()
|
/components/net/lwip/lwip-2.1.2/test/unit/core/ |
A D | test_timers.c | 47 do_test_cyclic_timers(u32_t offset) in do_test_cyclic_timers() 128 do_test_timers(u32_t offset) in do_test_timers()
|
/components/net/lwip/lwip-1.4.1/src/core/ |
A D | pbuf.c | 210 u16_t offset; in pbuf_alloc() local 370 u16_t offset; in pbuf_alloced_custom() local 918 pbuf_copy_partial(struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial() 1077 pbuf_get_at(struct pbuf* p, u16_t offset) in pbuf_get_at() 1104 pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp()
|
/components/libc/compilers/dlib/ |
A D | syscall_lseek.c | 35 long __lseek(int handle, long offset, int whence) in __lseek()
|