HomeSort by relevance Sort by last modified time
    Searched refs:temp_value (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5PreciseQualifier.cpp 315 glw::GLfloat temp_value = 0.0f; local
319 temp_value = vertex_data_positions[component_nr];
322 vertex_data_positions[m_n_components - 1 - component_nr] = temp_value;
324 temp_value = vertex_data_weights[component_nr];
327 vertex_data_weights[m_n_components - 1 - component_nr] = temp_value;
  /external/libmicrohttpd/src/microspdy/
structures.c 64 char **temp_value; local
160 if (NULL == (temp_value = malloc((pair->num_values + 1) * sizeof(char *))))
164 memcpy(temp_value, pair->value, pair->num_values * sizeof(char *));
165 if (NULL == (temp_value[pair->num_values] = strdup (value)))
167 free(temp_value);
171 pair->value = temp_value;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
sysinfo.cc 81 const long temp_value = strtol(line, &err, 10); local
83 *value = temp_value;
  /system/vold/
cryptfs.cpp 2714 char temp_value[PROPERTY_VALUE_MAX]; local
    [all...]
  /system/bt/stack/btm/
btm_sec.cc 226 BT_OCTET16 temp_value = {0}; local
236 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0) {
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp 10975 glw::GLuint temp_value = 0; local
    [all...]

Completed in 189 milliseconds