Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c55 static unsigned int table_size, table_cnt; variable
233 if (table_cnt >= table_size) { in read_map()
234 table_size += 10000; in read_map()
235 table = realloc(table, sizeof(*table) * table_size); in read_map()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Di2o-dev.h218 __u32 table_size:16; member