Searched refs:left (Results 1 – 12 of 12) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/ |
D | style.css | 10 /* Set the margins to place a small amount of whitespace on the left and right 13 margin-left:4em; 50 margin-left: 2em; 57 margin-left: 2em; 73 margin-left: 0px !important; 85 margin-left: 2em; 92 margin-left: 4em;
|
D | config.doxyfile | 69 # left blank the current directory will be used. 138 # text. Otherwise, the brief description is used as-is. If left blank, the 178 # Stripping is only done if one of the specified strings matches the left-hand 180 # If left blank the directory from which doxygen is run is used as the path to 191 # header file to include in order to use a class. If left blank only the name of 796 # tag is left empty. 893 # messages should be written. If left blank the output is written to standard 986 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 1047 # *.h) to filter out the source-files in the directories. If left blank all 1305 # each generated HTML page. If the tag is left blank doxygen will generate a [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ |
D | make_proof_makefiles.py | 283 left = eval_single_node(node.left) 287 return op(left, right) 289 left = eval_single_node(node.left) 292 return op(left, right) 303 left = eval_single_node(node.args[0]) 305 return valid_calls[node.func.id](left, right)
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_IP_Private.h | 400 #define vFlip_16( left, right ) \ argument 402 uint16_t tmp = ( left ); \ 403 ( left ) = ( right ); \ 407 #define vFlip_32( left, right ) \ argument 409 uint32_t tmp = ( left ); \ 410 ( left ) = ( right ); \
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/ |
D | gmac_SAM.c | 645 int32_t left; in gmac_dev_read() local 649 left = bytesLeft; in gmac_dev_read() 652 if( toCopy > left ) in gmac_dev_read() 654 toCopy = left; in gmac_dev_read() 658 left -= toCopy; in gmac_dev_read() 660 if( left != 0ul ) in gmac_dev_read() 662 memcpy( p_frame + toCopy, ( void * ) gs_uc_rx_buffer, left ); in gmac_dev_read()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
D | gmac.c | 611 int32_t left; in gmac_dev_read() local 615 left = bytesLeft; in gmac_dev_read() 618 if( toCopy > left ) in gmac_dev_read() 620 toCopy = left; in gmac_dev_read() 624 left -= toCopy; in gmac_dev_read() 626 if( left != 0ul ) in gmac_dev_read() 628 memcpy( p_frame + toCopy, ( void * ) p_gmac_dev->p_rx_buffer, left ); in gmac_dev_read()
|
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
D | tcp_mem_stats.md | 15 The resulting text can be imported into any spreadsheet at cell "A1" ( top-left ):
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/ |
D | README.md | 119 previous step will have left a Makefile in each of those directories. To
|
/FreeRTOS-Plus-TCP-v4.0.0/.github/ |
D | CONTRIBUTING.md | 47 NOTE: Please make sure the default option (Allow edits from maintainers) is left checked.
|
/FreeRTOS-Plus-TCP-v4.0.0/ |
D | CMakeLists.txt | 37 # Select the Compiler - if left blank will detect using CMake
|
D | MISRA.md | 50 const. The argument passed to the `prvIPTask` function is left unused which is
|
D | History.txt | 349 left unclosed as it is owned by the application.
|