HomeSort by: relevance | last modified time | path
    Searched defs:do_remove (Results 1 - 4 of 4) 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/mpl/dhcp/dist/server/
ddns.c 124 int do_remove = 0; local
318 do_remove = 1;
334 do_remove = 1;
380 if (do_remove != 0) {
621 if (do_remove) {
  /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...]
  /src/external/gpl3/gcc/dist/libgomp/
target.c 512 *DO_REMOVE is set to true when we this is the first handling of this refcount
523 bool *do_copy, bool *do_remove)
529 *do_copy = *do_remove = false;
578 *do_remove = (new_encountered_refcount && set_to_zero);
2077 bool do_copy, do_remove; local
2078 gomp_decrement_refcount (k, refcount_set, false, &do_copy, &do_remove);
2087 if (do_remove)
4075 bool do_copy, do_remove; local
4077 &do_remove);
4117 if (do_remove)
    [all...]

Completed in 64 milliseconds