Searched refs:working_ptr (Results 1 – 5 of 5) sorted by relevance
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
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()
2017 UCHAR *working_ptr; \2018 working_ptr = (UCHAR *) (a); \2019 (b) = (TX_TIMER *) working_ptr; \2020 …working_ptr = working_ptr - (((UCHAR *) &(b) -> tx_timer_internal) - ((UCHAR *) &(b) -> tx_timer_…2021 (b) = (TX_TIMER *) working_ptr; \
2024 UCHAR *working_ptr; \2025 working_ptr = (UCHAR *) (a); \2026 (b) = (TX_TIMER *) working_ptr; \2027 …working_ptr = working_ptr - (((UCHAR *) &(b) -> tx_timer_internal) - ((UCHAR *) &(b) -> tx_timer_…2028 (b) = (TX_TIMER *) working_ptr; \