Searched refs:working_ptr (Results 1 – 5 of 5) sorted by relevance
255 UCHAR *working_ptr; in _tx_misra_user_timer_pointer_get() local259 working_ptr = (UCHAR *) internal_timer; in _tx_misra_user_timer_pointer_get()261 temp_timer = (TX_TIMER *) working_ptr; in _tx_misra_user_timer_pointer_get()262 …working_ptr = working_ptr - (((UCHAR *) &temp_timer -> tx_timer_internal) - ((UCHAR *) &temp_time… in _tx_misra_user_timer_pointer_get()263 *user_timer = (TX_TIMER *) working_ptr; in _tx_misra_user_timer_pointer_get()
253 UCHAR *working_ptr; in _tx_misra_user_timer_pointer_get() local257 working_ptr = (UCHAR *) internal_timer; in _tx_misra_user_timer_pointer_get()259 temp_timer = (TX_TIMER *) working_ptr; in _tx_misra_user_timer_pointer_get()260 …working_ptr = working_ptr - (((UCHAR *) &temp_timer -> tx_timer_internal) - ((UCHAR *) &temp_time… in _tx_misra_user_timer_pointer_get()261 *user_timer = (TX_TIMER *) working_ptr; in _tx_misra_user_timer_pointer_get()
96 UCHAR *working_ptr; in _tx_timer_thread_entry() local
2046 UCHAR *working_ptr; \2047 working_ptr = (UCHAR *) (a); \2048 (b) = (TX_TIMER *) working_ptr; \2049 …working_ptr = working_ptr - (((UCHAR *) &(b) -> tx_timer_internal) - ((UCHAR *) &(b) -> tx_timer_…2050 (b) = (TX_TIMER *) working_ptr; \
2053 UCHAR *working_ptr; \2054 working_ptr = (UCHAR *) (a); \2055 (b) = (TX_TIMER *) working_ptr; \2056 …working_ptr = working_ptr - (((UCHAR *) &(b) -> tx_timer_internal) - ((UCHAR *) &(b) -> tx_timer_…2057 (b) = (TX_TIMER *) working_ptr; \