Home
last modified time | relevance | path

Searched refs:write (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/
HDGenerateOriginalFiles.py159 file_descriptor.write(f'#include <{include}>\n')
164 file_descriptor.write(f'#include "{include}"\n')
169 file_descriptor.write(f'#include "{include}"\n')
174 file_descriptor.write(f'{line}')
215 file_to_write.write(f'{line}')
217 file_to_write.write(f'{line}')
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
HDNetworkInterface.c107 uint32_t write; member
362 dma_descriptor = &_tx_descriptors[ _tx_descriptor_list.write ]; in xNetworkInterfaceOutput()
379 _tx_descriptor_list.write++; in xNetworkInterfaceOutput()
382 if( _tx_descriptor_list.write == niEMAC_TX_DMA_DESC_COUNT ) in xNetworkInterfaceOutput()
384 _tx_descriptor_list.write = 0; in xNetworkInterfaceOutput()
472 _tx_descriptor_list.write = 0; in _dma_descriptors_init()
495 _rx_descriptor_list.write = 0; in _dma_descriptors_init()
559 …tor_list.number_descriptors ) && ( _tx_descriptor_list.read != _tx_descriptor_list.write ) ); i++ ) in _process_transmit_complete()
601 dma_descriptor = &_rx_descriptors[ _rx_descriptor_list.write ]; in _process_received_packet()
672 _rx_descriptor_list.write++; in _process_received_packet()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
HDmake_common_makefile.py160 makefile.write("{} = {}\n".format(define, value))
177 makefile.write(define + "\n")
190 makefile.write(line)
212 _makefile.write(target)
221 _makefile.write(conditional)
HDninja.py203 ninja.write(NINJA_RULES)
206 ninja.write(NINJA_BUILDS.format(folder=proof, entry=entry))
210 ninja.write(NINJA_GLOBALS.format(
HDmake_proof_makefiles.py187 handle.write(("""{contents}
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
HDcompute_patch.py116 output.write(modified_content)
177 patch_file.write(patch.stdout)
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
HDtcp_dump_packets.md3 …added to the "pc" project ( Windows simulator ). It uses the file system to write 2 C source files:
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/
HDREADME.md122 run; they eventually write their output to `cbmc.txt`, which should have
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
HDconfig.doxyfile2134 # Note: WordPad (write) and others do not support links.