Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp132 FX_DWORD p_a = alut[l]; in _Partition() local
135 while(l < r && alut[r] >= p_a) { in _Partition()
142 while(l < r && alut[l] <= p_a) { in _Partition()
150 alut[l] = p_a; in _Partition()
/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c2406 static void rw_t3t_mrti_to_a_b (UINT8 mrti, UINT32 *p_a, UINT32 *p_b) in rw_t3t_mrti_to_a_b() argument
2415 *p_a = rw_t3t_mrti_base[e] * a; /* (A+1) * base (i.e T/t3t * 4^E) */ in rw_t3t_mrti_to_a_b()