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

  /external/mesa3d/src/mesa/main/
marshal.c 121 const GLint *cmd_length = (const GLint *) (cmd + 1); local
122 const GLchar *cmd_strings = (const GLchar *) (cmd_length + cmd->count);
129 cmd_strings += cmd_length[i];
132 (cmd->shader, cmd->count, string, cmd_length));
177 GLint *cmd_length = (GLint *) (cmd + 1); local
178 GLchar *cmd_strings = (GLchar *) (cmd_length + count);
183 memcpy(cmd_length, length_tmp, length_size);
185 memcpy(cmd_strings, string[i], cmd_length[i]);
186 cmd_strings += cmd_length[i];
  /external/tensorflow/tensorflow/core/platform/
env.cc 327 int cmd_length = read(fd, buf, PATH_MAX - 1); local
328 CHECK_NE(-1, cmd_length);
335 if (token_pos + token_len < cmd_length) {

Completed in 228 milliseconds