Searched refs:tmp_pz (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ep_modify.c | 92 DAPL_PZ *tmp_pz; in dapl_ep_modify() local 277 tmp_pz = (DAPL_PZ *) new_ep.param.pz_handle; in dapl_ep_modify() 278 if (NULL != tmp_pz) { in dapl_ep_modify() 279 dapl_os_atomic_inc(&tmp_pz->pz_ref_count); in dapl_ep_modify() 298 tmp_pz = (DAPL_PZ *) copy_of_old_ep.param.pz_handle; in dapl_ep_modify() 299 if (NULL != tmp_pz) { in dapl_ep_modify() 300 dapl_os_atomic_dec(&tmp_pz->pz_ref_count); in dapl_ep_modify()
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vatan2f.S | 85 #define tmp_pz STACK_BIAS-8 macro 282 stx %o4,[%fp+tmp_pz] 712 ldx [%fp+tmp_pz],%o1 1721 st %l3,[%fp+tmp_pz] ! STORE signx0 1725 ld [%fp+tmp_pz],%f2 ! LOAD signx0 1743 std %l6,[%fp+tmp_pz] ! *(float*)&ax0, *(float*)&ay0 1744 ldd [%fp+tmp_pz],%f0 ! *(float*)&ax0, *(float*)&ay0 1788 stx %o4,[%fp+tmp_pz] 2375 st %f0,[%fp+tmp_pz] 2376 st %f2,[%fp+tmp_pz+4] [all …]
|