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

  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 598 /* Print a message to stderr if GCN_DEBUG value is set to true. */
610 /* Flush stderr if GCN_DEBUG value is set to true. */
618 /* Print a logging message with PREFIX to stderr if GCN_DEBUG value
631 #define GCN_DEBUG(...) DEBUG_LOG ("GCN debug: ", __VA_ARGS__)
691 GCN_DEBUG ("HSA_SYSTEM_INFO_ENDIANNESS: LITTLE\n");
694 GCN_DEBUG ("HSA_SYSTEM_INFO_ENDIANNESS: BIG\n");
708 GCN_DEBUG ("HSA_SYSTEM_INFO_EXTENSIONS: IMAGES\n");
722 GCN_DEBUG ("%s: SMALL\n", s);
725 GCN_DEBUG ("%s: LARGE\n", s);
741 GCN_DEBUG ("%s: FULL\n", s)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 608 /* Print a message to stderr if GCN_DEBUG value is set to true. */
620 /* Flush stderr if GCN_DEBUG value is set to true. */
628 /* Print a logging message with PREFIX to stderr if GCN_DEBUG value
641 #define GCN_DEBUG(...) DEBUG_LOG ("GCN debug: ", __VA_ARGS__)
701 GCN_DEBUG ("HSA_SYSTEM_INFO_ENDIANNESS: LITTLE\n");
704 GCN_DEBUG ("HSA_SYSTEM_INFO_ENDIANNESS: BIG\n");
718 GCN_DEBUG ("HSA_SYSTEM_INFO_EXTENSIONS: IMAGES\n");
732 GCN_DEBUG ("%s: SMALL\n", s);
735 GCN_DEBUG ("%s: LARGE\n", s);
751 GCN_DEBUG ("%s: FULL\n", s)
    [all...]

Completed in 23 milliseconds