Searched refs:size (Results 1 – 25 of 34) sorted by relevance
12
63 size_t size );
59 size_t size ) in mbedtls_platform_calloc() argument61 size_t totalSize = nmemb * size; in mbedtls_platform_calloc()68 if( ( totalSize / size ) == nmemb ) in mbedtls_platform_calloc()
228 size_t size );
104 int size );
459 int size,
103 int size );
121 #define ftruncate( fd, size ) red_ftruncate( fd, size ) argument
475 .size = MQTT_PACKET_PINGREQ_SIZE484 .size = mqttexampleSHARED_BUFFER_SIZE1123 xPingReqBuffer.size ); in prvPingReqTimerCallback()1124 configASSERT( ( size_t ) xTransportStatus == xPingReqBuffer.size ); in prvPingReqTimerCallback()
190 * @brief Set the stack size of the main demo task.195 * @note This demo runs on WinSim and the minimal stack size is functional.197 * the stack size may need to be increased to accommodate the size of the
167 * @brief Set the stack size of the main demo task.172 * @note This demo runs on WinSim and the minimal stack size is functional.174 * the stack size may need to be increased to accommodate the size of the
2 SIZE = arm-none-eabi-size
136 * size of stack_dummy section */
438 int size );
434 … C->pSignature->size ) ) /*lint !e732 !e9034 Allow comparison in this context. */ in xValidateImageSignature()
Completed in 66 milliseconds