Home
last modified time | relevance | path

Searched refs:p_ptr (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/tests/src/
H A Dtest_memory.c25 static void align_for_asan(const unsigned char **p_ptr, size_t *p_size) in align_for_asan() argument
27 uintptr_t start = (uintptr_t) *p_ptr; in align_for_asan()
36 *p_ptr = (const unsigned char *) start; in align_for_asan()
/third_party/python/Modules/
H A Dmathmodule.c1380 _fsum_realloc(double **p_ptr, Py_ssize_t n, in _fsum_realloc() argument
1388 double *p = *p_ptr; in _fsum_realloc()
1401 *p_ptr = (double*) v; in _fsum_realloc()

Completed in 5 milliseconds