Home
last modified time | relevance | path

Searched refs:p_ctx (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Dvp8_dec.c452 const VP8ProbaArray* const p_ctx = &prob[n + 1]->probas_[0]; in GetCoeffsFast() local
456 p = p_ctx[1]; in GetCoeffsFast()
459 p = p_ctx[2]; in GetCoeffsFast()
482 const VP8ProbaArray* const p_ctx = &prob[n + 1]->probas_[0]; in GetCoeffsAlt() local
486 p = p_ctx[1]; in GetCoeffsAlt()
489 p = p_ctx[2]; in GetCoeffsAlt()
/external/rust/crates/rusqlite/src/
Dsession.rs666 unsafe extern "C" fn call_filter<F, C>(p_ctx: *mut c_void, tbl_str: *const c_char) -> c_int in call_filter()
673 let tuple: *mut (Option<F>, C) = p_ctx as *mut (Option<F>, C); in call_filter()
691 p_ctx: *mut c_void, in call_conflict()
699 let tuple: *mut (Option<F>, C) = p_ctx as *mut (Option<F>, C); in call_conflict()
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py187 def __init__(self, c_ctx=None, p_ctx=None): argument
190 self.p = P.getcontext() if p_ctx is None else p_ctx