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/iproute2/tc/
tc_bpf.c 102 char *tmp_string; local
106 tmp_string = malloc(tmp_len);
107 if (tmp_string == NULL)
110 memset(tmp_string, 0, tmp_len);
115 free(tmp_string);
119 if (!fgets(tmp_string, tmp_len, fp)) {
120 free(tmp_string);
128 *bpf_string = tmp_string;
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.cc 338 hb_glyph_info_t *tmp_string; local
339 tmp_string = info;
341 out_info = tmp_string;
    [all...]
  /toolchain/binutils/binutils-2.25/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)

Completed in 256 milliseconds