Searched refs:num_tables (Results 1 – 4 of 4) sorted by relevance
74 static void qcow2_cache_table_release(Qcow2Cache *c, int i, int num_tables) in qcow2_cache_table_release() argument80 size_t mem_size = (size_t) c->table_size * num_tables; in qcow2_cache_table_release()123 Qcow2Cache *qcow2_cache_create(BlockDriverState *bs, int num_tables, in qcow2_cache_create() argument129 assert(num_tables > 0); in qcow2_cache_create()135 c->size = num_tables; in qcow2_cache_create()137 c->entries = g_try_new0(Qcow2CachedTable, num_tables); in qcow2_cache_create()139 (size_t) num_tables * c->table_size); in qcow2_cache_create()
253 assert(config->num_tables > 0); in process_modifier()255 for (i = 1; i < config->num_tables; i++) { in process_modifier()380 if (!config->num_tables) { in input_check_keycodes()588 if (config->num_tables == INPUT_MAX_MODIFIERS) { in input_add_table()593 table = &config->table[config->num_tables++]; in input_add_table()
47 uchar num_tables; /* number of modifier tables */ member
991 stbtt_int32 num_tables = ttUSHORT(data+fontstart+4); in stbtt__find_table() local994 for (i=0; i < num_tables; ++i) { in stbtt__find_table()