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

  /src/external/gpl3/binutils/dist/gas/config/
tc-mcore.c 115 #define MAX_POOL_SIZE (1024/4)
116 static struct literal litpool [MAX_POOL_SIZE];
676 if (poolsize >= MAX_POOL_SIZE - 2)
tc-csky.c 82 #define MAX_POOL_SIZE (1024 / 4)
484 static struct literal litpool[MAX_POOL_SIZE];
2100 if (poolsize >= MAX_POOL_SIZE - 2)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mcore.c 115 #define MAX_POOL_SIZE (1024/4)
116 static struct literal litpool [MAX_POOL_SIZE];
676 if (poolsize >= MAX_POOL_SIZE - 2)
tc-csky.c 82 #define MAX_POOL_SIZE (1024 / 4)
484 static struct literal litpool[MAX_POOL_SIZE];
2100 if (poolsize >= MAX_POOL_SIZE - 2)
  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc 2251 #define MAX_POOL_SIZE (MAX_COUNT/4)
2252 static pool_node pool_vector[MAX_POOL_SIZE];
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc 2250 #define MAX_POOL_SIZE (MAX_COUNT/4)
2251 static pool_node pool_vector[MAX_POOL_SIZE];
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 4507 #define MAX_POOL_SIZE 372
4508 static pool_node pool_vector[MAX_POOL_SIZE];
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 4507 #define MAX_POOL_SIZE 372
4508 static pool_node pool_vector[MAX_POOL_SIZE];

Completed in 56 milliseconds