Home
last modified time | relevance | path

Searched refs:length_out (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/tests/
Diochannel-test.c63 gsize length_out; in main() local
120 &length_out, &gerr); in main()
125 wlength += length_out; in main()
127 if (length_out < buffer->len) in main()
/third_party/mesa3d/src/mesa/main/
Dglthread_shaderobj.c63 const GLint *length_in, GLint *length_out) in measure_ShaderSource_strings() argument
71 length_out[i] = strlen(string[i]); in measure_ShaderSource_strings()
73 length_out[i] = length_in[i]; in measure_ShaderSource_strings()
75 total_string_length += length_out[i]; in measure_ShaderSource_strings()
/third_party/glib/gio/inotify/
Dinotify-kernel.c172 gsize *length_out) in ik_source_read_all_the_events() argument
212 *length_out = n_read; in ik_source_read_all_the_events()