Home
last modified time | relevance | path

Searched refs:MAX_POOL_SIZE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
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) in enter_literal()
Dtc-csky.c82 #define MAX_POOL_SIZE (1024 / 4) macro
484 static struct literal litpool[MAX_POOL_SIZE];
2076 if (poolsize >= MAX_POOL_SIZE - 2) in enter_literal()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore.cc2244 #define MAX_POOL_SIZE (MAX_COUNT/4) macro
2245 static pool_node pool_vector[MAX_POOL_SIZE];
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc4497 #define MAX_POOL_SIZE 372 macro
4498 static pool_node pool_vector[MAX_POOL_SIZE];