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

  /frameworks/wilhelm/tests/listening/
seekTorture.c 98 FILE *fp_map = fopen(argv[2], "r"); local
99 if (fp_map != NULL) {
101 while (fscanf(fp_map, "%u %u", &position, &duration) == 2) {
  /frameworks/wilhelm/tools/permute/
permute.c 288 FILE *fp_map = fopen(path_map, "w"); local
289 if (fp_map == NULL) {
293 fprintf(fp_map, "%u %u\n", (unsigned) ((s.mSegmentArray[i].mPermutedStart * 1000.0) /
296 fclose(fp_map);

Completed in 439 milliseconds