HomeSort by: relevance | last modified time | path
    Searched defs:old_indices (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/
sarray.c 299 struct sindex **old_indices;
338 old_indices = array->indices;
351 new_indices[counter] = old_indices[counter];
376 sarray_free_garbage (old_indices);
393 struct sindex **old_indices;
406 old_indices = array->indices;
415 struct sindex *idx = old_indices[counter];
298 struct sindex **old_indices; local
391 struct sindex **old_indices; local
  /src/external/gpl3/gcc.old/dist/libobjc/
sarray.c 299 struct sindex **old_indices;
338 old_indices = array->indices;
351 new_indices[counter] = old_indices[counter];
376 sarray_free_garbage (old_indices);
393 struct sindex **old_indices;
406 old_indices = array->indices;
415 struct sindex *idx = old_indices[counter];
298 struct sindex **old_indices; local
391 struct sindex **old_indices; local

Completed in 76 milliseconds