Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.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.doxyfile69 # 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/
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-v4.0.0/source/include/
DFreeRTOS_IP_Private.h400 #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/
Dgmac_SAM.c645 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/
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-v4.0.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-v4.0.0/test/cbmc/
DREADME.md119 previous step will have left a Makefile in each of those directories. To
/FreeRTOS-Plus-TCP-v4.0.0/.github/
DCONTRIBUTING.md47 NOTE: Please make sure the default option (Allow edits from maintainers) is left checked.
/FreeRTOS-Plus-TCP-v4.0.0/
DCMakeLists.txt37 # Select the Compiler - if left blank will detect using CMake
DMISRA.md50 const. The argument passed to the `prvIPTask` function is left unused which is
DHistory.txt349 left unclosed as it is owned by the application.