Home
last modified time | relevance | path

Searched refs:v_p (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/zone/
Dzone-allocator.h56 void* v_p = const_cast<void*>(static_cast<const void*>(p)); in construct() local
57 new (v_p) U(std::forward<Args>(args)...); in construct()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c324 int u_p, v_p; in pick_intra_mbuv_mode() local
327 v_p = vsrc_ptr[j]; in pick_intra_mbuv_mode()
339 diff = v_p - expected_vdc; in pick_intra_mbuv_mode()
344 diff = v_p - vabove_row[j]; in pick_intra_mbuv_mode()
349 diff = v_p - vleft_col[i]; in pick_intra_mbuv_mode()
354 diff = v_p - predv; in pick_intra_mbuv_mode()
/external/clang/test/Parser/
Daltivec.c49 vector __pixel v_p; variable
Dcxx-altivec.cpp50 vector __pixel v_p; variable
/external/jemalloc/src/
Djemalloc.c837 char const **v_p, size_t *vlen_p) in malloc_conf_next() argument
864 *v_p = opts; in malloc_conf_next()
894 *vlen_p = (uintptr_t)opts - 1 - (uintptr_t)*v_p; in malloc_conf_next()
898 *vlen_p = (uintptr_t)opts - (uintptr_t)*v_p; in malloc_conf_next()
/external/jemalloc_new/src/
Djemalloc.c766 char const **v_p, size_t *vlen_p) { in malloc_conf_next() argument
792 *v_p = opts; in malloc_conf_next()
822 *vlen_p = (uintptr_t)opts - 1 - (uintptr_t)*v_p; in malloc_conf_next()
826 *vlen_p = (uintptr_t)opts - (uintptr_t)*v_p; in malloc_conf_next()