Searched refs:p_result (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/tools/v8windbg/base/ |
H A D | utilities.cc | 224 IModelObject** p_result) { in GetModelAtIndex() 231 p_result, nullptr); in GetModelAtIndex() 222 GetModelAtIndex(WRL::ComPtr<IModelObject>& sp_parent, WRL::ComPtr<IModelObject>& sp_index, IModelObject** p_result) GetModelAtIndex() argument
|
H A D | utilities.h | 74 IModelObject** p_result);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 13149 ResT* p_result = (ResT*)result_dst; in call() local 13156 p_result[component] = p_function(p_arg[component]); in call() 13183 ResT* p_result = (ResT*)result_dst; in call() local 13201 p_result[component] = p_function(first_arg, second_arg); in call() 13330 ResT* p_result = (ResT*)result_dst; in call() local 13348 p_result[component] = p_function(first_arg, second_arg); in call() 13458 glw::GLdouble* p_result = (glw::GLdouble*)result_dst; in call() local 13478 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()
|
/third_party/python/Objects/ |
H A D | bytesobject.c | 412 PyObject **p_result, _PyBytesWriter *writer, char *str) in formatfloat() 453 *p_result = result; in formatfloat() 411 formatfloat(PyObject *v, int flags, int prec, int type, PyObject **p_result, _PyBytesWriter *writer, char *str) formatfloat() argument
|
Completed in 22 milliseconds