Searched refs:p_output (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/glslang/OSDependent/Web/ |
D | glslang.pre.js | 26 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/ |
D | crypto_se_driver.h | 437 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/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_gs.h | 119 float (**p_output)[4]);
|
D | draw_gs.c | 81 float (**p_output)[4]) in tgsi_fetch_gs_outputs() 87 output = *p_output; in tgsi_fetch_gs_outputs() 120 *p_output = output; in tgsi_fetch_gs_outputs() 302 float (**p_output)[4]) in llvm_fetch_gs_outputs()
|
/third_party/python/Objects/ |
D | longobject.c | 1586 PyObject **p_output, in long_to_decimal_string_internal() argument 1770 *p_output = (PyObject *)str; in long_to_decimal_string_internal() 1791 PyObject **p_output, _PyUnicodeWriter *writer, in long_format_binary() argument 1946 *p_output = v; in long_format_binary()
|
D | unicodeobject.c | 14696 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/ |
D | clinic.py | 4840 p_add, p_output = text_accumulator() 4874 add_parameter(p_output())
|