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

  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 268 #define MAX_COALESCE_BUF_SIZE (32 * 1024)
290 if (len > MAX_COALESCE_BUF_SIZE || len == 0)
  /src/external/gpl3/gcc/dist/libgomp/
target.c 308 #define MAX_COALESCE_BUF_SIZE (32 * 1024)
328 if (len > MAX_COALESCE_BUF_SIZE || len == 0)

Completed in 22 milliseconds