Home
last modified time | relevance | path

Searched full:written (Results 1 – 25 of 1163) sorted by relevance

12345678910>>...47

/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Duffs_fileem_ecc_soft.c55 int written; in femu_WritePage() local
82 written = fwrite(data, 1, data_len, emu->fp); in femu_WritePage()
84 if (written != data_len) { in femu_WritePage()
90 dev->st.io_write += written; in femu_WritePage()
104 written = fwrite(spare, 1, spare_len, emu->fp); in femu_WritePage()
105 if (written != spare_len) { in femu_WritePage()
111 dev->st.io_write += written; in femu_WritePage()
117 written = fwrite("\0", 1, 1, emu->fp); in femu_WritePage()
118 if (written != 1) { in femu_WritePage()
H A Duffs_fileem_ecc_hw.c59 int written; in femu_hw_WritePageWithLayout() local
90 written = fwrite(data, 1, data_len, emu->fp); in femu_hw_WritePageWithLayout()
92 if (written != data_len) { in femu_hw_WritePageWithLayout()
98 dev->st.io_write += written; in femu_hw_WritePageWithLayout()
118 written = fwrite(spare, 1, spare_len, emu->fp); in femu_hw_WritePageWithLayout()
119 if (written != spare_len) { in femu_hw_WritePageWithLayout()
125 dev->st.io_write += written; in femu_hw_WritePageWithLayout()
131 written = fwrite("\0", 1, 1, emu->fp); in femu_hw_WritePageWithLayout()
132 if (written != 1) { in femu_hw_WritePageWithLayout()
H A Duffs_fileem_share.c67 int written; in femu_InitFlash() local
120 written = fwrite(p, 1, full_page_size, emu->fp); in femu_InitFlash()
121 if (written != full_page_size) { in femu_InitFlash()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dzlib.356 written by Paul Marquess ([email protected]),
64 written by A.M. Kuchling ([email protected]),
73 written by Andreas Kupries ([email protected]),
79 written on top of
151 specifications were written by L. Peter Deutsch.
H A DREADME44 A Perl interface to zlib written by Paul Marquess <[email protected]> is in the
48 A Python interface to zlib written by A.M. Kuchling <[email protected]> is
52 A zlib binding for TCL written by Andreas Kupries <[email protected]> is
55 An experimental package to read and write files in .zip format, written on top
89 and zlib specifications were written by L. Peter Deutsch. Thanks to all the
119 entirely written by Jean-loup Gailly and Mark Adler; it does not
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c579 size_t written, i, src_off=0; in process_file_data() local
592 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data()
593 LWIP_ASSERT("written == off", written == off); in process_file_data()
597 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data()
598 LWIP_ASSERT("written == off", written == off); in process_file_data()
813 int written = 0; in file_write_http_header() local
846 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header()
856 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header()
897 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header()
906 written += file_put_ascii(data_file, intbuf, cur_len, &i); in file_write_http_header()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/
H A Dmakefsdata.c632 size_t written, i, src_off = 0; in process_file_data() local
634 LWIP_UNUSED_ARG(written); /* for LWIP_NOASSERT */ in process_file_data()
645 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data()
646 LWIP_ASSERT("written == off", written == off); in process_file_data()
650 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data()
651 LWIP_ASSERT("written == off", written == off); in process_file_data()
1031 int written = 0; in file_write_http_header() local
1064 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header()
1074 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header()
1115 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_store.h159 /** The type of object that failed to be written. */
162 /** The object that failed to be written. */
172 /** The type of object that may fail to be written. */
207 * @param obj_type The type of object being written; one of the
211 * @return 0 if the object was successfully written;
H A Dble_hs_hci.h46 * As there are 37 channels, only the first 37 bits get written.
54 * written here. This buffer must have a size
74 * As there are 37 channels, only the first 37 bits should be written are used.
H A Dble_hs_id.h45 * @param out_addr On success, the generated address gets written
115 * written here.
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmtd.h68 uint8_t oobretlen; /* number of oob bytes written/read */
73 size_t datretlen; /* number of data bytes written/read */
74 uint8_t *datbuf; /* if NULL only oob are read/written */
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_vmc.h17 * software without specific prior written permission.
176 // written to the VMC peripheral. in nrf_vmc_ram_block_config()
192 // written to the VMC peripheral. in nrf_vmc_ram_block_power_set()
220 // written to the VMC peripheral. in nrf_vmc_ram_block_retention_set()
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf52_to_nrf52810.h17 software without specific prior written permission.
64 …different versions of nRF52 headers. By defining the following, any code written for any version o…
H A Dnrf52_to_nrf52840.h17 software without specific prior written permission.
64 …different versions of nRF52 headers. By defining the following, any code written for any version o…
/nrf52832-nimble/rt-thread/src/
H A Ddevice.c377 * @param pos the position of written
378 * @param buffer the data buffer to be written to device
381 * @return the actually written size on successful, otherwise negative returned.
460 * written data to physical hardware.
/nrf52832-nimble/rt-thread/components/libc/termios/
H A Dposix_termios.c35 * Don't make the change until all currently written data in tcsetattr()
40 /* Don't make the change until all currently written data in tcsetattr()
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_addr.rst19 1. If the *DEVICEADDRTYPE* FICR register is written, read the address
46 Note: this method takes precedence over method 1. Whatever is written to
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dmagic.h11 * distributions. No written agreement, license, or royalty fee is required
46 * from this software without specific prior written permission.
H A Dchpms.h11 * distributions. No written agreement, license, or royalty fee is required
48 * specific prior written permission.
H A Dmagic.c11 * distributions. No written agreement, license, or royalty fee is required
46 * from this software without specific prior written permission.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dhttpd.h19 * derived from this software without specific prior written permission.
125 * "<!--#name-->" in file sent back to the client,should be written to pointer
130 * The handler returns the number of characters written to pcInsert excluding
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_eddystone.c43 * should be written.
64 * @param svc_data_len The amount of data written to the global
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/
H A Dmbfuncholding_m.c15 * derived from this software without specific prior written permission.
94 * @param usRegData register data to be written
163 * @param pusDataBuffer data to be written
349 * @param pusDataBuffer data to be written
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmb.h15 * derived from this software without specific prior written permission.
93 * \brief If register should be written or read.
317 * read or written by the protocol stack. The starting register address
352 * read or written by the protocol stack. If you are going to use
359 * If the buffer should be written by the callback function unused
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dhttpd.h19 * derived from this software without specific prior written permission.
135 * "<!--#name-->" in file sent back to the client, should be written to pointer
140 * The handler returns the number of characters written to pcInsert excluding

12345678910>>...47