Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/base/
Dutilities.cc224 IModelObject** p_result) { in GetModelAtIndex() argument
231 p_result, nullptr); in GetModelAtIndex()
Dutilities.h74 IModelObject** p_result);
/third_party/python/Objects/
Dbytesobject.c447 PyObject **p_result, _PyBytesWriter *writer, char *str) in formatfloat() argument
483 *p_result = result; in formatfloat()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13146 ResT* p_result = (ResT*)result_dst; in call() local
13153 p_result[component] = p_function(p_arg[component]); in call()
13180 ResT* p_result = (ResT*)result_dst; in call() local
13198 p_result[component] = p_function(first_arg, second_arg); in call()
13327 ResT* p_result = (ResT*)result_dst; in call() local
13345 p_result[component] = p_function(first_arg, second_arg); in call()
13455 glw::GLdouble* p_result = (glw::GLdouble*)result_dst; in call() local
13475 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()