Lines Matching +full:- +full:c
3 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5 * SPDX-License-Identifier: MIT
56 * the API function). sizeof( size_t ) is typically 4 bytes on a 32-bit
57 * architecture, so writing a 10 byte message to a message buffer on a 32-bit
73 /* *INDENT-OFF* */
75 extern "C" {
77 /* *INDENT-ON* */
88 /*-----------------------------------------------------------*/
93 * @code{c}
108 * 32-bit architecture, so on most 32-bit architectures a 10 byte message will
125 * the message buffer data structures and storage area. A non-NULL value being
126 * returned indicates that the message buffer has been created successfully -
131 * @code{c}
169 * @code{c}
180 * the message's length. sizeof( size_t ) is typically 4 bytes on a 32-bit
181 * architecture, so on most 32-bit architecture a 10 byte message will take up
183 * stored in the message buffer is actually (xBufferSizeBytes - 1).
208 * @code{c}
251 * @code{c}
282 * @code{c}
322 * on a 32-bit architecture, so on most 32-bit architecture setting
344 * @code{c}
382 * @code{c}
422 * on a 32-bit architecture, so on most 32-bit architecture setting
445 * @code{c}
487 * @code{c}
545 * @code{c}
577 * @code{c}
636 * @code{c}
678 * @code{c}
698 * @code{c}
716 * @code{c}
733 * @code{c}
758 * @code{c}
768 * message's length. sizeof( size_t ) is typically 4 bytes on a 32-bit
782 * @code{c}
803 * @code{c}
817 * See the example implemented in FreeRTOS/Demo/Minimal/MessageBufferAMP.c for
843 * @code{c}
858 * See the example implemented in FreeRTOS/Demo/Minimal/MessageBufferAMP.c for
881 /* *INDENT-OFF* */
883 } /* extern "C" */
885 /* *INDENT-ON* */