Searched defs:p_func (Results 1 - 3 of 3) sorted by relevance

/external/libedit/src/
H A Dprompt.h48 el_pfunc_t p_func; /* Function to return the prompt */ member in struct:el_prompt_t
/external/valgrind/none/tests/ppc32/
H A Djm-insns.c4862 uint32_t* p_func = (uint32_t*)p_func_F; local
4864 func_buf[0] = p_func[0];
4865 func_buf[1] = p_func[1];
4868 /* p_func points to a function descriptor, the first word of which
4871 uint64_t* descr = (uint64_t*)p_func;
/external/valgrind/none/tests/ppc64/
H A Djm-insns.c4862 uint32_t* p_func = (uint32_t*)p_func_F; local
4864 func_buf[0] = p_func[0];
4865 func_buf[1] = p_func[1];
4868 /* p_func points to a function descriptor, the first word of which
4871 uint64_t* descr = (uint64_t*)p_func;

Completed in 183 milliseconds