Searched refs:left (Results 1 – 11 of 11) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.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 | 59 # left blank the current directory will be used. 116 # text. Otherwise, the brief description is used as-is. If left blank, the 156 # Stripping is only done if one of the specified strings matches the left-hand 158 # If left blank the directory from which doxygen is run is used as the path to 169 # header file to include in order to use a class. If left blank only the name of 766 # tag is left empty. 852 # messages should be written. If left blank the output is written to standard 903 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 964 # *.h) to filter out the source-files in the directories. If left blank all 1208 # each generated HTML page. If the tag is left blank doxygen will generate a [all …]
|
| /FreeRTOS-Plus-TCP-v3.1.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-v3.1.0/source/include/ |
| D | FreeRTOS_IP_Private.h | 412 #define vFlip_16( left, right ) \ argument 414 uint16_t tmp = ( left ); \ 415 ( left ) = ( right ); \ 419 #define vFlip_32( left, right ) \ argument 421 uint32_t tmp = ( left ); \ 422 ( left ) = ( right ); \
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/ |
| D | gmac_SAM.c | 629 int32_t left; in gmac_dev_read() local 633 left = bytesLeft; in gmac_dev_read() 636 if( toCopy > left ) in gmac_dev_read() 638 toCopy = left; in gmac_dev_read() 642 left -= toCopy; in gmac_dev_read() 644 if( left != 0ul ) in gmac_dev_read() 646 memcpy( p_frame + toCopy, ( void * ) gs_uc_rx_buffer, left ); in gmac_dev_read()
|
| /FreeRTOS-Plus-TCP-v3.1.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-v3.1.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-v3.1.0/test/cbmc/ |
| D | README.md | 119 previous step will have left a Makefile in each of those directories. To
|
| /FreeRTOS-Plus-TCP-v3.1.0/.github/ |
| D | CONTRIBUTING.md | 47 NOTE: Please make sure the default option (Allow edits from maintainers) is left checked.
|
| /FreeRTOS-Plus-TCP-v3.1.0/ |
| D | MISRA.md | 38 const. The argument passed to the `prvIPTask` function is left unused which is
|
| D | History.txt | 280 left unclosed as it is owned by the application.
|