HomeSort by: relevance | last modified time | path
    Searched refs:hashed_fmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgfortran/io/
format.c 65 if (u->format_hash_table[i].hashed_fmt != NULL)
67 free_format_data (u->format_hash_table[i].hashed_fmt);
72 u->format_hash_table[i].hashed_fmt = NULL;
144 if (u->format_hash_table[hash].hashed_fmt != NULL)
145 free_format_data (u->format_hash_table[hash].hashed_fmt);
146 u->format_hash_table[hash].hashed_fmt = NULL;
152 u->format_hash_table[hash].hashed_fmt = dtp->u.p.fmt;
173 return u->format_hash_table[hash].hashed_fmt;
io.h 135 struct format_data *hashed_fmt; member in struct:format_hash_entry
  /src/external/gpl3/gcc/dist/libgfortran/io/
format.c 65 if (u->format_hash_table[i].hashed_fmt != NULL)
67 free_format_data (u->format_hash_table[i].hashed_fmt);
72 u->format_hash_table[i].hashed_fmt = NULL;
144 if (u->format_hash_table[hash].hashed_fmt != NULL)
145 free_format_data (u->format_hash_table[hash].hashed_fmt);
146 u->format_hash_table[hash].hashed_fmt = NULL;
152 u->format_hash_table[hash].hashed_fmt = dtp->u.p.fmt;
173 return u->format_hash_table[hash].hashed_fmt;
io.h 134 struct format_data *hashed_fmt; member in struct:format_hash_entry

Completed in 40 milliseconds