Home
last modified time | relevance | path

Searched refs:p_output (Results 1 – 9 of 9) sorted by relevance

/third_party/glslang/glslang/OSDependent/Web/
Dglslang.pre.js26 var p_output = Module['_malloc'](4);
31 [glsl, shader_stage_int, gen_debug, spirv_version_int, p_output, p_output_len]);
32 var output = getValue(p_output, 'i32');
34 Module['_free'](p_output);
/third_party/mbedtls/include/psa/
Dcrypto_se_driver.h437 uint8_t *p_output,
456 uint8_t *p_output,
497 uint8_t *p_output,
630 uint8_t *p_output,
670 uint8_t *p_output,
1252 uint8_t *p_output,
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dvisit.cc79 AnfNodePtr *p_output = &output; in Visit() local
81 p_output = nullptr; in Visit()
83 Visit(nodeptr, values_ref, p_output); in Visit()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c119 struct wl_output *p_output) in surface_enter() argument
123 _UNUSED_(p_output); in surface_enter()
128 struct wl_output *p_output) in surface_leave() argument
132 _UNUSED_(p_output); in surface_leave()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.h119 float (**p_output)[4]);
Ddraw_gs.c80 float (**p_output)[4]) in tgsi_fetch_gs_outputs()
86 output = *p_output; in tgsi_fetch_gs_outputs()
119 *p_output = output; in tgsi_fetch_gs_outputs()
301 float (**p_output)[4]) in llvm_fetch_gs_outputs()
/third_party/python/Objects/
Dlongobject.c1583 PyObject **p_output, in long_to_decimal_string_internal() argument
1756 *p_output = (PyObject *)str; in long_to_decimal_string_internal()
1777 PyObject **p_output, _PyUnicodeWriter *writer, in long_format_binary() argument
1932 *p_output = v; in long_format_binary()
Dunicodeobject.c14696 PyObject **p_output, in formatfloat() argument
14728 *p_output = _PyUnicode_FromASCII(p, len); in formatfloat()
14886 PyObject **p_output, in mainformatlong() argument
14954 *p_output = res; in mainformatlong()
/third_party/python/Tools/clinic/
Dclinic.py4840 p_add, p_output = text_accumulator()
4874 add_parameter(p_output())