Home
last modified time | relevance | path

Searched full:actually (Results 1 – 25 of 119) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsio.h93 * @return number of bytes actually received - may be 0 if aborted by sio_read_abort
109 * @return number of bytes actually received
121 * @return number of bytes actually sent
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsio.h94 * @return number of bytes actually received - may be 0 if aborted by sio_read_abort
110 * @return number of bytes actually received
122 * @return number of bytes actually sent
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsio.h94 * @return number of bytes actually received - may be 0 if aborted by sio_read_abort
110 * @return number of bytes actually received
122 * @return number of bytes actually sent
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/asm/
H A Dpage.h8 to make them actually correct :) */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodemgmt.c66 * If one block is actually erased, it is not longer counted as dirty_space in jffs2_reserve_space()
409 function without actually obliterating any nodes or freeing in jffs2_mark_node_obsolete()
474 lists because they're not ready yet, and don't actually in jffs2_mark_node_obsolete()
580 stay around until all the nodes are actually erased, in order in jffs2_mark_node_obsolete()
664 * If one block is actually erased, it is not longer counted as dirty_space in jffs2_thread_should_wake()
H A Dnodelist.h37 whatever OS we're actually running on here too. */
164 we're actually building up the original map of which nodes go where,
252 /* This doesn't actually work yet */ in ref_totlen()
H A Dreadinode.c62 /* There may actually be a collision here, but it doesn't in jffs2_add_tn_to_tree()
63 actually matter. As long as the two nodes with the same in jffs2_add_tn_to_tree()
319 If it's actually overlapped, it'll get made NORMAL (or OBSOLETE) in read_dnode()
590 …JFFS2_ERROR("Er. New metadata at 0x%08x with ver %d is actually older than previous ver %d at 0x%0… in jffs2_do_read_inode_internal()
680 /* The times in the latest_node are actually older than in jffs2_do_read_inode_internal()
H A Dgc.c301 by the time we actually start doing any GC, and since in jffs2_garbage_collect_pass()
324 without actually making any progress. in jffs2_garbage_collect_pass()
680 /* For these, we don't actually need to read the old node */ in jffs2_garbage_collect_metadata()
801 /* On a medium where we can't actually mark nodes obsolete in jffs2_garbage_collect_deletion_dirent()
1139 /* Find last frag which is actually part of the node we're to GC. */ in jffs2_garbage_collect_dnode()
1195 /* Q: What happens if we actually try to GC the _same_ page for which commit_write() in jffs2_garbage_collect_dnode()
1198 * page OK. We'll actually write it out again in commit_write, which is a little in jffs2_garbage_collect_dnode()
H A Dcompr.c33 * On exit, expected to hold the amount of data actually compressed.
40 * compressed version was actually larger than the original.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt94 Ok, you want to know what this cleverly obfuscated inflate tree actually
119 more time filling in duplicate symbol entries than you do actually decoding.
H A Dinftrees.h40 and 592 for distances, the latter actually the result of an
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_mbuf.h67 * @param out_copy_len The number of bytes actually copied gets written here.
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Dio.h10 * is actually performed (i.e. the data has come back) before we start
/nrf52832-nimble/rt-thread/src/
H A Ddevice.c342 * @return the actually read size on successful, otherwise negative returned.
381 * @return the actually written size on successful, otherwise negative returned.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Draw.c191 * Send the raw IP packet to the given address. Note that actually you cannot
193 * you actually get the IP headers), you can only specify the IP payload here.
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/
H A Dudisk.c65 * @return the actually read size on successful, otherwise negative returned.
103 * @return the actually written size on successful, otherwise negative returned.
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_twis.c68 NRFX_TWIS_SUBSTATE_READ_PENDING, ///< Reading is actually pending (data sending)
70 NRFX_TWIS_SUBSTATE_WRITE_PENDING, ///< Writing is actually pending (data receiving)
104 * Function clears all actually pending events
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/infra/
H A Dcyg_type.h340 // some char devices, may not actually be usable until interrupts
409 // a name that the attributed variable or function will actually have
470 // This intentionally gives an error only if we actually try to
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt343 data that actually will be sent by the stack.
505 example actually shows a complete uIP application. It is not required
736 actually sent, even though s->dataleft may be larger than the MSS.
904 Finally, the senddata() function takes care of actually sending the
910 that is to be sent, and to call the uip_send() function to actually
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dmppe.c97 * Set key, used by MSCHAP before mppe_init() is actually called by CCP so we
173 * We received a CCP Reset-Request (actually, we are sending a Reset-Ack),
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dmppe.c97 * Set key, used by MSCHAP before mppe_init() is actually called by CCP so we
173 * We received a CCP Reset-Request (actually, we are sending a Reset-Ack),
/nrf52832-nimble/rt-thread/components/net/uip/apps/hello-world/
H A Dhello-world.c75 * Finally, we run the protosocket function that actually handles in hello_world_appcall()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Ddepcomp77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
619 # This case only exists to satisfy depend.m4. It is never actually
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsnmp_agent.txt72 actually get the SNMP agent running.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls_mem.c48 * after enqueueing for transmission, not when actually ACKed be the remote host.

12345