Searched refs:uintptr_t (Results 1 – 11 of 11) sorted by relevance
105 typedef uint64_t uintptr_t; typedef107 typedef uint32_t uintptr_t; typedef
77 typedef unsigned __int64 uintptr_t; typedef79 typedef _W64 unsigned int uintptr_t; typedef
162 #define CAST_TASK_PTR_TO_UINTPTR( taskptr ) ( ( uintptr_t ) ( taskptr ) )229 #define IS_UINT32_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( sizeof( uint32_t ) - 1U ) ) =…
91 uintptr_t ulReturned = 0; in prvStaticAllocationsWithNullBuffers()99 ulReturned |= ( uintptr_t ) xEventGroupCreateStatic( NULL ); in prvStaticAllocationsWithNullBuffers()103 …ulReturned |= ( uintptr_t ) xTaskCreateStatic( NULL, /* Task to run, not needed as the task is … in prvStaticAllocationsWithNullBuffers()111 …ulReturned |= ( uintptr_t ) xTaskCreateStatic( NULL, /* Task to run, not … in prvStaticAllocationsWithNullBuffers()119 ulReturned |= ( uintptr_t ) xQueueCreateStatic( uxDummy, in prvStaticAllocationsWithNullBuffers()126 ulReturned |= ( uintptr_t ) xStreamBufferCreateStatic( uxDummy, in prvStaticAllocationsWithNullBuffers()131 ulReturned |= ( uintptr_t ) xStreamBufferCreateStatic( uxDummy, in prvStaticAllocationsWithNullBuffers()
56 uintptr_t taskptr = CAST_TASK_PTR_TO_UINTPTR( xTask ); in RedOsTaskId()
223 #define IS_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( REDCONF_ALIGNMENT_SIZE - 1U ) ) == 0…
545 uintptr_t ptrval = ( uintptr_t ) ptr; in RedVSNPrintf()554 uintptr_t ptrval = ( uintptr_t ) ptr; in RedVSNPrintf()
Completed in 30 milliseconds