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

  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.cc 82 std::string tmp_string(tmp_name, len + 1);
83 *file_name = tmp_string;
  /external/harfbuzz_ng/src/
hb-buffer.cc 334 hb_glyph_info_t *tmp_string; local
335 tmp_string = info;
337 out_info = tmp_string;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
nds32-dis.c 236 char tmp_string[16]; local
284 pstr_tmp = &tmp_string[0];
302 else if (strcmp (&tmp_string[0], pfd->name) == 0)
  /external/iproute2/lib/
bpf.c 224 char *tmp_string, *pos, c_prev = ' '; local
229 tmp_string = pos = calloc(1, tmp_len);
230 if (tmp_string == NULL)
236 free(tmp_string);
257 if (pos - tmp_string == tmp_len)
262 free(tmp_string);
271 *bpf_string = tmp_string;
    [all...]

Completed in 307 milliseconds