Lines Matching defs:base_index
125 unsigned int base_index;3437 unsigned int base_index;3450 base_index = tindex / STAB_TYPES_SLOTS * STAB_TYPES_SLOTS;3451 tindex -= base_index;3452 while (*ps && (*ps)->base_index < base_index)3455 if (*ps == NULL || (*ps)->base_index != base_index)3459 n->base_index = base_index;
Indexes created Sun Mar 01 05:31:48 UTC 2026