Searched refs:MAX_POOL_SIZE (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mcore.c115 #define MAX_POOL_SIZE (1024/4) macro
116 static struct literal litpool [MAX_POOL_SIZE];
676 if (poolsize >= MAX_POOL_SIZE - 2)
H A Dtc-csky.c82 #define MAX_POOL_SIZE (1024 / 4) macro
484 static struct literal litpool[MAX_POOL_SIZE];
2054 if (poolsize >= MAX_POOL_SIZE - 2)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mcore.c115 #define MAX_POOL_SIZE (1024/4) macro
116 static struct literal litpool [MAX_POOL_SIZE];
676 if (poolsize >= MAX_POOL_SIZE - 2)
H A Dtc-csky.c82 #define MAX_POOL_SIZE (1024 / 4) macro
483 static struct literal litpool[MAX_POOL_SIZE];
2052 if (poolsize >= MAX_POOL_SIZE - 2)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mcore.c115 #define MAX_POOL_SIZE (1024/4) macro
116 static struct literal litpool [MAX_POOL_SIZE];
676 if (poolsize >= MAX_POOL_SIZE - 2)
H A Dtc-csky.c82 #define MAX_POOL_SIZE (1024 / 4) macro
484 static struct literal litpool[MAX_POOL_SIZE];
2054 if (poolsize >= MAX_POOL_SIZE - 2)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.c2250 #define MAX_POOL_SIZE (MAX_COUNT/4)
2251 static pool_node pool_vector[MAX_POOL_SIZE];
2244 #define MAX_POOL_SIZE macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.cc2250 #define MAX_POOL_SIZE (MAX_COUNT/4)
2251 static pool_node pool_vector[MAX_POOL_SIZE];
2244 #define MAX_POOL_SIZE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c4507 #define MAX_POOL_SIZE 372
4508 static pool_node pool_vector[MAX_POOL_SIZE];
4497 #define MAX_POOL_SIZE macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc4507 #define MAX_POOL_SIZE 372
4508 static pool_node pool_vector[MAX_POOL_SIZE];
4497 #define MAX_POOL_SIZE macro

Completed in 500 milliseconds