Home
last modified time | relevance | path

Searched full:end (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/tools/
H A Dlog2smtest.rb69 end
86 end
91 end
94 end
102 end
103 end
109 end
114 end
125 end
126 end
[all …]
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dcache.c116 unsigned int end = (start + pcacheinfo->dcache_size); in invalidate_writeback_dcache_all() local
118 while (start < end) in invalidate_writeback_dcache_all()
127 unsigned long start, end; in invalidate_writeback_dcache() local
130 end = (end + size + pcacheinfo->dcacheline_size -1) & ( -pcacheinfo->dcacheline_size); in invalidate_writeback_dcache()
132 while (start <end) in invalidate_writeback_dcache()
142 unsigned int end = (start + pcacheinfo->icache_size); in invalidate_icache_all() local
144 while (start < end) in invalidate_icache_all()
154 unsigned int end = (start + pcacheinfo->dcache_size); in invalidate_dcache_all() local
155 while (start <end) in invalidate_dcache_all()
166 unsigned int end = (start + pcacheinfo->dcache_size); in init_dcache() local
[all …]
H A Dcache_gcc.S134 .end cache_init
150 END (enable_cpu_cache)
166 END (disable_cpu_cache)
177 END(Clear_TagLo)
191 END(Invalidate_Icache_Ls1c)
202 END(Invalidate_Dcache_ClearTag_Ls1c)
210 END(Invalidate_Dcache_Fill_Ls1c)
217 END(Writeback_Invalidate_Dcache)
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dcache.c115 unsigned int end = (start + pcacheinfo->dcache_size); in invalidate_writeback_dcache_all() local
117 while (start < end) in invalidate_writeback_dcache_all()
126 unsigned long start, end; in invalidate_writeback_dcache() local
129 end = (end + size + pcacheinfo->dcacheline_size -1) & ( -pcacheinfo->dcacheline_size); in invalidate_writeback_dcache()
131 while (start <end) in invalidate_writeback_dcache()
141 unsigned int end = (start + pcacheinfo->icache_size); in invalidate_icache_all() local
143 while (start < end) in invalidate_icache_all()
153 unsigned int end = (start + pcacheinfo->dcache_size); in invalidate_dcache_all() local
154 while (start <end) in invalidate_dcache_all()
165 unsigned int end = (start + pcacheinfo->dcache_size); in init_dcache() local
[all …]
H A Dcache_gcc.S133 .end cache_init
149 END (enable_cpu_cache)
165 END (disable_cpu_cache)
176 END(Clear_TagLo)
190 END(Invalidate_Icache_Ls1b)
201 END(Invalidate_Dcache_ClearTag_Ls1b)
209 END(Invalidate_Dcache_Fill_Ls1b)
216 END(Writeback_Invalidate_Dcache)
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips_cache.c48 rt_ubase_t end, a; in r4k_icache_flush_range() local
59 end = ((addr + size) - 1) & ~(ic_lsize - 1); in r4k_icache_flush_range()
63 if (a == end) in r4k_icache_flush_range()
72 rt_ubase_t end, a; in r4k_icache_lock_range() local
76 end = ((addr + size) - 1) & ~(ic_lsize - 1); in r4k_icache_lock_range()
80 if (a == end) in r4k_icache_lock_range()
88 rt_ubase_t end, a; in r4k_dcache_inv() local
92 end = ((addr + size) - 1) & ~(dc_lsize - 1); in r4k_dcache_inv()
96 if (a == end) in r4k_dcache_inv()
104 rt_ubase_t end, a; in r4k_dcache_wback_inv() local
[all …]
H A Dasm.h41 * END - mark end of function
43 #define END(function) \ macro
44 .end function; \
220 #endif /* end of __ASM_H__ */
H A Dmips_cache.h197 rt_ubase_t end = start + g_mips_core.dcache_size; in blast_dcache16() local
200 for (addr = start; addr < end; addr += g_mips_core.dcache_line_size) in blast_dcache16()
207 rt_ubase_t end = start + g_mips_core.dcache_size; in inv_dcache16() local
210 for (addr = start; addr < end; addr += g_mips_core.dcache_line_size) in inv_dcache16()
217 rt_ubase_t end = start + g_mips_core.icache_size; in blast_icache16() local
220 for (addr = start; addr < end; addr += g_mips_core.icache_line_size) in blast_icache16()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Dcmdline.c436 static BOOL match_cmd(const char *src, int start, int end, const char *des) in match_cmd() argument
438 while (src[start] == ' ' && start < end) in match_cmd()
441 while (src[end] == ' ' && start < end) in match_cmd()
442 end--; in match_cmd()
444 if ((int)strlen(des) == (end - start + 1)) { in match_cmd()
445 if (memcmp(src + start, des, end - start + 1) == 0) { in match_cmd()
455 int start, end; in check_cmd() local
457 for (start = end = 0; cmds[end] != 0 && cmds[end] != '|'; end++); in check_cmd()
459 while (end > start) { in check_cmd()
460 if (match_cmd(cmds, start, end - 1, cmd) == TRUE) in check_cmd()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/tools/
H A Dformat_code.rb14 end
15 end
20 end
23 end
24 end
H A Dchomp_uffs_perror.rb15 end
16 end
21 end
24 end
25 end
/nrf52832-nimble/rt-thread/components/net/uip/apps/dhcpc/
H A Ddhcpc.c170 u8_t *end; in send_discover() local
175 end = add_msg_type(&m->options[4], DHCPDISCOVER); in send_discover()
176 end = add_req_options(end); in send_discover()
177 end = add_end(end); in send_discover()
179 uip_send(uip_appdata, end - (u8_t *)uip_appdata); in send_discover()
185 u8_t *end; in send_request() local
190 end = add_msg_type(&m->options[4], DHCPREQUEST); in send_request()
191 end = add_server_id(end); in send_request()
192 end = add_req_ipaddr(end); in send_request()
193 end = add_end(end); in send_request()
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/apps/telnetd/
H A Duip_shell.h7 * a shell back-end in the architecture specific files of a Contiki
51 * Called when the shell front-end process starts. This function may
57 * Start the shell back-end.
59 * Called by the front-end when a new shell is started.
68 * back-end.
85 * can be called by the shell back-end to output a string in the
96 * This function can be used by the shell back-end to print out a
/nrf52832-nimble/rt-thread/src/
H A Dkservice.c583 char *end, in print_number() argument
591 char *end, in print_number()
668 if (buf <= end) in print_number()
676 if (buf <= end) in print_number()
689 if (buf <= end) in print_number()
695 if (buf <= end) in print_number()
698 if (buf <= end) in print_number()
712 if (buf <= end) in print_number()
721 if (buf <= end) in print_number()
730 if (buf <= end) in print_number()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinffast.c35 available, an end-of-block is encountered, or a data error is encountered.
51 TYPE -- reached end of block code, inflate() to interpret next block
76 unsigned char FAR *end; /* while out < end, enough space available */ local
103 end = out + (strm->avail_out - 257);
118 /* decode literals and length/distances until end-of-block or not enough
208 if (op < len) { /* some from end of window */
275 else if (op & 32) { /* end-of-block */
276 Tracevv((stderr, "inflate: end of block\n"));
285 } while (in < last && out < end);
297 strm->avail_out = (unsigned)(out < end ?
[all …]
H A Dinfutil.c36 /* compute number of bytes to copy as far as end of window */
37 n = (uInt)((q <= s->write ? s->write : s->end) - q);
49 /* copy as far as end of window */
55 if (q == s->end)
59 if (s->write == s->end)
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Ddoxygen.sty21 {\end{list}}
30 {\end{itemize}}
40 {\end{tabular*}\par}
53 {\end{list}}
57 {\unskip\end{list}}
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_parser.c84 struct finsh_node *end; in proc_variable_decl() local
88 end = NULL; in proc_variable_decl()
127 end = make_sys_node(FINSH_NODE_SYS_ASSIGN, idnode, assign); in proc_variable_decl()
128 node = end; in proc_variable_decl()
160 … finsh_node_sibling(end) = make_sys_node(FINSH_NODE_SYS_ASSIGN, idnode, assign); in proc_variable_decl()
161 end = finsh_node_sibling(end); in proc_variable_decl()
165 end = make_sys_node(FINSH_NODE_SYS_ASSIGN, idnode, assign); in proc_variable_decl()
166 node = end; in proc_variable_decl()
187 end = make_sys_node(FINSH_NODE_SYS_ASSIGN, idnode, assign); in proc_variable_decl()
188 node = end; in proc_variable_decl()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dcmd_gatt.c55 console_printf("invalid 'conn start end' parameter\n"); in cmd_gatt_discover_characteristic()
92 console_printf("invalid 'conn start end' parameter\n"); in cmd_gatt_discover_descriptor()
235 uint16_t end; in cmd_gatt_read() local
293 end = parse_arg_uint16("end", &rc); in cmd_gatt_read()
295 end = 0; in cmd_gatt_read()
297 console_printf("invalid 'end' parameter\n"); in cmd_gatt_read()
318 if (start == 0 || end == 0) { in cmd_gatt_read()
321 rc = btshell_read_by_uuid(conn_handle, start, end, &uuid.u); in cmd_gatt_read()
344 uint16_t end; in cmd_gatt_service_changed() local
358 end = parse_arg_uint16("end", &rc); in cmd_gatt_service_changed()
[all …]
/nrf52832-nimble/rt-thread/libcpu/xilinx/microblaze/
H A Dcontext_gcc.S47 .end rt_hw_interrupt_disable
59 .end rt_hw_interrupt_enable
100 .end rt_hw_context_switch
119 .end rt_hw_context_switch_to
145 .end rt_hw_context_switch_interrupt
224 .end _interrupt_handler
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dread.c140 //end debug in jffs2_read_dnode()
166 uint32_t end = offset + len; in jffs2_read_inode_range() local
178 while(offset < end) { in jffs2_read_inode_range()
179 D2(printk(KERN_DEBUG "jffs2_read_inode_range: offset %d, end %d\n", offset, end)); in jffs2_read_inode_range()
181 uint32_t holesize = end - offset; in jffs2_read_inode_range()
192 uint32_t holeend = min(end, frag->ofs + frag->size); in jffs2_read_inode_range()
204 readlen = min(frag->size - fragofs, end - offset); in jffs2_read_inode_range()
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_context_gcc.S53 END(rt_hw_interrupt_enable)
62 END(rt_hw_context_switch_to)
77 END(rt_hw_context_switch)
94 END(rt_hw_context_switch_interrupt)
/nrf52832-nimble/rt-thread/components/net/lwip_dhcpd/
H A Ddhcp_server_raw.c121 ip4_addr_t end; member
252 if (ipaddr > ntohl(dhcpserver->end.addr)) in dhcp_client_alloc()
284 u8_t *end = buf + len; in dhcp_server_option_find() local
285 while ((buf < end) && (*buf != DHCP_OPTION_END)) in dhcp_server_option_find()
429 /* add option end */ in dhcp_server_recv()
506 /* add option end */ in dhcp_server_recv()
543 /* add option end */ in dhcp_server_recv()
603 * @param end The netif which use dhcp server
609 dhcp_server_start(struct netif *netif, ip4_addr_t *start, ip4_addr_t *end) in dhcp_server_start() argument
619 dhcp_server->end = *end; in dhcp_server_start()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dip6_frag.c95 PACK_STRUCT_FIELD(u16_t end);
173 * not end up sending the ICMP response over the wrong link. */ in ip6_reass_free_complete_datagram()
277 u16_t offset, len, start, end; in ip6_reass() local
373 * stored zones end up resolving to a different interface. In that case, we in ip6_reass()
428 end = (u16_t)(start + len); in ip6_reass()
431 /* Iterate through until we either get to the end of the list (append), in ip6_reass()
437 if (end > iprh_tmp->start) { in ip6_reass()
443 if (start < iprh_prev->end) { in ip6_reass()
464 } else if (start < iprh_tmp->end) { in ip6_reass()
472 if (iprh_prev->end != iprh_tmp->start) { in ip6_reass()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-gatt.txt34 b find inc_svcs conn=<handle> start=1 end=0xffff
40 b disc chr conn=<handle> start=<start hdl> end=<end hdl>
47 b disc chr conn=<handle> uuid=<uuid> start=<start hdl> end=<end hdl>
54 b disc chr conn=<handle> start=<start-hdl> end=<end-hdl>
55 b disc dsc conn=<handle> start=<start-hdl> end=<end-hdl>
88 b read conn=<handle> uuid=<uuid> start=1 end=0xffff
93 b read conn=<handle> uuid=<uuid> start=<start hdl> end=<end hdl>
97 b read conn=<handle> uuid=<uuid> start=<start hdl> end=<end hdl>
101 b read conn=<handle> uuid=<uuid> start=<start hdl> end=<end hdl>
105 b read conn=<handle> uuid=<uuid> start=<start hdl> end=<end hdl>
[all …]

12345678910>>...25