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

  /src/sys/arch/mipsco/stand/installboot/
installboot.c 56 static void do_remove(const char *, const char *);
120 do_remove(disk, argc==2?argv[1]:DEFAULT_BOOTFILE);
145 do_remove(const char *disk, const char *filename) function
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 467 *DO_REMOVE is set to true when we this is the first handling of this refcount
478 bool *do_copy, bool *do_remove)
482 *do_copy = *do_remove = false;
531 *do_remove = (new_encountered_refcount && set_to_zero);
1932 bool do_copy, do_remove; local
1933 gomp_decrement_refcount (k, refcount_set, false, &do_copy, &do_remove);
1942 if (do_remove)
2985 bool do_copy, do_remove; local
2987 &do_remove);
3027 if (do_remove)
    [all...]

Completed in 25 milliseconds