Home
last modified time | relevance | path

Searched full:remove (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DChangeLog36 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
40 - Remove an incorrect assertion in examples/zpipe.c
44 - Remove USE_DICT_HEAD in deflate.c (would mess up inflate if used)
60 - Remove comment about no gzip header processing in FAQ
82 - Remove GUNZIP condition from definition of inflate_mode in inflate.h
91 - Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta]
124 - Remove an unnecessary assignment to curr in inftrees.c [Truta]
126 - Remove err dummy parameter in zlib.h [Kientzle]
137 - Remove a tab in contrib/gzappend/gzappend.c
169 - Remove some directories in old that have been updated to 1.2
[all …]
H A DMakefile.riscos57 clean:; remove @.minigzip
58 remove @.example
59 remove @.libc
61 remove @.fred
/nrf52832-nimble/rt-thread/tools/
H A Dbuilding.py85 os.remove(f)
327 # remove the POST_ACTION as it will cause meaningless errors(file not
632 print ('Remove library:'+ GroupLibFullName(name, Env))
735 objects = [] # remove all of objects
750 # remove source files with local flags setting
756 objects.remove(obj)
870 def SrcRemove(src, remove): argument
876 if type(remove) == type('str'):
877 if os.path.isabs(remove):
878 remove = os.path.relpath(remove, GetCurrentDir())
[all …]
H A Dvsc.py55 # format "a/b," to a/b. remove first quotation mark("),and remove end (",)
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dsyscall_remove.c16 #pragma module_name = "?remove"
17 int remove(const char *val) in remove() function
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_heap.c81 /* remove from free list */ in finsh_heap_allocate()
103 /* remove from allocate list */ in finsh_heap_free()
184 * remove block from list
193 /* remove list header */ in finsh_block_remove()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/
H A Dble_hw.c75 * Remove a device from the hw whitelist
207 * Remove a device from the hw resolving list
209 * @param index Index of IRK to remove
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dslist.h367 * @brief Fetch and remove the first node of the given list
389 * @brief Fetch and remove the first node of the given list
403 * @brief Remove a node
410 * @param node A pointer on the node to remove
436 * @brief Find and remove a node from a list
441 * @param node A pointer on the node to remove from the list
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dinit.c218 #error "MEMP_NUM_TCPIP_MSG option is deprecated. Remove it from your lwipopts.h."
221 #error "MEMP_NUM_API_MSG option is deprecated. Remove it from your lwipopts.h."
224 #error "TCP_REXMIT_DEBUG option is deprecated. Remove it from your lwipopts.h."
227 #error "RAW_STATS option is deprecated. Remove it from your lwipopts.h."
230 #error "ETHARP_QUEUE_FIRST option is deprecated. Remove it from your lwipopts.h."
233 #error "ETHARP_ALWAYS_INSERT option is deprecated. Remove it from your lwipopts.h."
/nrf52832-nimble/rt-thread/src/
H A Dthread.c91 /* remove from schedule */ in rt_thread_exit()
96 /* remove it from timer list */ in rt_thread_exit()
340 /* remove from schedule */ in rt_thread_detach()
440 /* remove from schedule */ in rt_thread_delete()
578 /* remove thread from schedule queue first */ in rt_thread_control()
726 /* remove from suspend list */ in rt_thread_resume()
762 /* remove from suspend list */ in rt_thread_timeout()
H A Dscheduler.c24 * 2018-11-22 Jesven remove the current task from ready queue
581 * thread will be set as READY and remove from suspend queue.
690 * This function will remove a thread from system ready queue.
706 RT_DEBUG_LOG(RT_DEBUG_SCHEDULER, ("remove thread[%.*s], the priority: %d\n", in rt_schedule_remove_thread()
710 /* remove thread from ready list */ in rt_schedule_remove_thread()
758 RT_DEBUG_LOG(RT_DEBUG_SCHEDULER, ("remove thread[%.*s], the priority: %d\n", in rt_schedule_remove_thread()
762 /* remove thread from ready list */ in rt_schedule_remove_thread()
H A Dclock.c10 * 2006-08-10 Bernard remove the last rt_schedule in rt_tick_increase
11 * 2010-03-08 Bernard remove rt_passed_second
H A Dmemheap.c215 /* remove header ptr from free list */ in rt_memheap_alloc()
244 /* remove header_ptr from free list */ in rt_memheap_alloc()
357 /* remove next_ptr from free list */ in rt_memheap_realloc()
359 ("remove block: block[0x%08x], next_free 0x%08x, prev_free 0x%08x", in rt_memheap_realloc()
470 /* remove free ptr from free list */ in rt_memheap_realloc()
575 /* remove new ptr from free list */ in rt_memheap_free()
/nrf52832-nimble/rt-thread/include/
H A Drtservice.h83 * @brief remove node from list.
84 * @param n the node to remove from the list.
227 /* remove slist head */ in rt_slist_remove()
231 /* remove node */ in rt_slist_remove()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dinit.c247 #error "MEMP_NUM_TCPIP_MSG option is deprecated. Remove it from your lwipopts.h."
250 #error "TCP_REXMIT_DEBUG option is deprecated. Remove it from your lwipopts.h."
253 #error "RAW_STATS option is deprecated. Remove it from your lwipopts.h."
256 #error "ETHARP_QUEUE_FIRST option is deprecated. Remove it from your lwipopts.h."
259 #error "ETHARP_ALWAYS_INSERT option is deprecated. Remove it from your lwipopts.h."
H A Dnetif.c673 int remove; in netif_set_addr() local
688 remove = ip4_addr_isany(ipaddr); in netif_set_addr()
689 if (remove) { in netif_set_addr()
690 /* when removing an address, we have to remove it *before* changing netmask/gw in netif_set_addr()
711 if (!remove) { in netif_set_addr()
732 * Remove a network interface from the list of lwIP netifs.
734 * @param netif the network interface to remove
827 /* remove default route */ in netif_set_default()
1358 /* @todo: remove/readd mib2 ip6 entries? */ in netif_ip6_addr_set_parts()
1417 /* @todo: remove mib2 ip6 entries? */ in netif_ip6_addr_set_state()
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Ddepcomp272 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
575 # Remove the call to Libtool.
583 # Remove '-o $object'.
626 # Remove any Libtool call
650 # Strip any option that makedepend may not understand. Remove
681 # Remove the call to Libtool.
689 # Remove '-o $object'.
724 # Remove the call to Libtool.
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_hw.h41 /* Remove a device from the hw whitelist */
91 /* Remove a device from the hw resolving list */
/nrf52832-nimble/rt-thread/components/lwp/
H A Dlwp_memheap.c192 /* remove header ptr from free list */ in rt_lwp_memheap_alloc()
221 /* remove header_ptr from free list */ in rt_lwp_memheap_alloc()
330 /* remove next_ptr from free list */ in rt_lwp_memheap_realloc()
332 ("remove block: block[0x%08x], next_free 0x%08x, prev_free 0x%08x", in rt_lwp_memheap_realloc()
443 /* remove free ptr from free list */ in rt_lwp_memheap_realloc()
544 /* remove new ptr from free list */ in rt_lwp_memheap_free()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dinit.c252 #error "MEMP_NUM_TCPIP_MSG option is deprecated. Remove it from your lwipopts.h."
255 #error "TCP_REXMIT_DEBUG option is deprecated. Remove it from your lwipopts.h."
258 #error "RAW_STATS option is deprecated. Remove it from your lwipopts.h."
261 #error "ETHARP_QUEUE_FIRST option is deprecated. Remove it from your lwipopts.h."
264 #error "ETHARP_ALWAYS_INSERT option is deprecated. Remove it from your lwipopts.h."
/nrf52832-nimble/rt-thread/
H A DChangeLog.md43 * Remove the duplicate opening file check when open a file;
128 * Remove gdbstub and move to rt-thread packages.
138 * Remove lwIP-1.3.2 porting and add lwIP-2.1.0 porting; lwIP-2.0.2 is still the default version.
174 * Remove the special memory operation in application module when using SLAB memory management algor…
181 * Remove all of external codes, which will be moved to packages in the future.
188 * Remove the folder enter feature in msh when input a folder name;
197 * Remove the poll/select API of DFS_NET and move them to SAL component.
198 * Remove the strong dependence of lwIP component for DFS_NET and replace it with Kconfig configurat…
247 * Ensure that signal is more standardized and remove si_errno members from siginfo_t;
270 * Temporarily remove the Andes AE210P transplant because of the mistakenly use SVC for context swit…
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dltoptions.m4116 [$0: Remove this warning and the call to _LT_SET_OPTION when you
152 [$0: Remove this warning and the call to _LT_SET_OPTION when you
308 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
315 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
414 [$0: Remove this warning and the call to _LT_SET_OPTION when you
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DINSTALL44 may remove or edit it.
77 6. You can remove the program binaries and object files from the
78 source code directory by typing `make clean'. To also remove the
86 7. Often, you can also type `make uninstall' to remove the installed
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_hw.c162 * Remove a device from the hw whitelist
447 * Remove a device from the hw resolving list
449 * @param index Index of IRK to remove
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/
H A Dble_hw.c156 * Remove a device from the hw whitelist
437 * Remove a device from the hw resolving list
439 * @param index Index of IRK to remove

12345678910>>...12