Home
last modified time | relevance | path

Searched refs:p_ptr (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dmathmodule.c905 _fsum_realloc(double **p_ptr, Py_ssize_t n, in _fsum_realloc() argument
913 double *p = *p_ptr; in _fsum_realloc()
926 *p_ptr = (double*) v; in _fsum_realloc()
/external/libxaac/decoder/
Dixheaacd_sbrdec_initfuncs.c792 ixheaacd_create_hyb_filterbank(ia_hybrid_struct *ptr_hybrid, WORD32 **p_ptr, in ixheaacd_create_hyb_filterbank() argument
795 WORD32 *ptr = (WORD32 *)*p_ptr; in ixheaacd_create_hyb_filterbank()
825 *p_ptr = ptr; in ixheaacd_create_hyb_filterbank()
/external/python/pybind11/include/pybind11/
Dnumpy.h1280 common_iterator() : p_ptr(0), m_strides() {}
1283 : p_ptr(reinterpret_cast<char*>(ptr)), m_strides(strides.size()) {
1293 p_ptr += m_strides[dim];
1297 return p_ptr;
1301 char* p_ptr;
/external/python/cpython3/Modules/
Dmathmodule.c1354 _fsum_realloc(double **p_ptr, Py_ssize_t n, in _fsum_realloc() argument
1362 double *p = *p_ptr; in _fsum_realloc()
1375 *p_ptr = (double*) v; in _fsum_realloc()