Home
last modified time | relevance | path

Searched refs:p_n (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
Dmemset.S46 #define p_n p12 macro
72 tbit.nz p_y, p_n = dest, 0 // Do we have an odd address? (M_B_U)
88 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ?
95 (p_n) add ptr2 = 4, ptr2 //
99 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
111 (p_n) add ptr2 = 1, ptr2 //
282 cmp.le p_y, p_n = 16, cnt
322 .pred.rel "mutex",p_y, p_n
324 (p_n) cmp.le p_yy, p_nn = 4, cnt
326 (p_n) add ptr2 = 2, ptr1
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c2682 UINT8 *p_n; in btm_process_remote_name() local
2760 p_n = p_i->inq_info.remote_name; in btm_process_remote_name()
2761 memset(p_n, 0, BTM_MAX_REM_BD_NAME_LEN + 1); in btm_process_remote_name()
2768 *p_n++ = *p_n1++; in btm_process_remote_name()