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

  /src/external/gpl3/gcc.old/dist/libobjc/
sarray.c 40 static void *first_free_data = NULL; /* !T:MUTEX */ variable
60 vp = first_free_data;
61 first_free_data = NULL;
84 if (first_free_data)
89 *(void **)vp = first_free_data;
90 first_free_data = vp;
  /src/external/gpl3/gcc/dist/libobjc/
sarray.c 40 static void *first_free_data = NULL; /* !T:MUTEX */ variable
60 vp = first_free_data;
61 first_free_data = NULL;
84 if (first_free_data)
89 *(void **)vp = first_free_data;
90 first_free_data = vp;

Completed in 30 milliseconds