Searched defs:max_ids (Results 1 – 2 of 2) sorted by relevance
260 unsigned max_ids = UTIL_IDALLOC_MAX_IDS_PER_SEGMENT(buf); in util_idalloc_sparse_alloc() local277 unsigned max_ids = UTIL_IDALLOC_MAX_IDS_PER_SEGMENT(buf); in util_idalloc_sparse_alloc_range() local303 unsigned max_ids = UTIL_IDALLOC_MAX_IDS_PER_SEGMENT(buf); in util_idalloc_sparse_free() local310 unsigned max_ids = UTIL_IDALLOC_MAX_IDS_PER_SEGMENT(buf); in util_idalloc_sparse_reserve() local
55 CodeEmitter(MachineCode* mc, uint32_t frame_size, size_t max_ids, Arena* arena) in CodeEmitter()