Home
last modified time | relevance | path

Searched refs:left (Results 1 – 11 of 11) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/docs/doxygen/
Dstyle.css10 /* 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;
Dconfig.doxyfile59 # 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/
Dmake_proof_makefiles.py283 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/
DFreeRTOS_IP_Private.h412 #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/
Dgmac_SAM.c629 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/
Dgmac.c611 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/
Dtcp_mem_stats.md15 The resulting text can be imported into any spreadsheet at cell "A1" ( top-left ):
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/
DREADME.md119 previous step will have left a Makefile in each of those directories. To
/FreeRTOS-Plus-TCP-v3.1.0/.github/
DCONTRIBUTING.md47 NOTE: Please make sure the default option (Allow edits from maintainers) is left checked.
/FreeRTOS-Plus-TCP-v3.1.0/
DMISRA.md38 const. The argument passed to the `prvIPTask` function is left unused which is
DHistory.txt280 left unclosed as it is owned by the application.