Home
last modified time | relevance | path

Searched refs:length_tmp (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglthread_shaderobj.c89 GLint *length_tmp = malloc(length_size); in _mesa_marshal_ShaderSource() local
91 measure_ShaderSource_strings(count, string, length, length_tmp); in _mesa_marshal_ShaderSource()
104 memcpy(cmd_length, length_tmp, length_size); in _mesa_marshal_ShaderSource()
112 (shader, count, string, length_tmp)); in _mesa_marshal_ShaderSource()
114 free(length_tmp); in _mesa_marshal_ShaderSource()
/external/libcups/systemv/
Dcupstestppd.c3131 length_tmp, /* Length after rounded up */ in check_sizes() local
3349 length_tmp = (fabs(size->length - ceil(size->length)) < 0.1) ? in check_sizes()
3352 if (fmod(width_tmp, 9.0) == 0.0 && fmod(length_tmp, 9.0) == 0.0) in check_sizes()
3355 length_inch = length_tmp / 72.0; in check_sizes()