Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c434 unsigned *found_class = calloc(sizeof(unsigned), ctx->temp_count); in allocate_registers() local
480 found_class[dest] = MAX2(found_class[dest], bytes); in allocate_registers()
512 lcra_restrict_range(l, i, found_class[i]); in allocate_registers()
515 free(found_class); in allocate_registers()
/external/selinux/python/sepolgen/src/sepolgen/
Daudit.py213 found_class = False
235 found_class = True
248 if not found_src or not found_tgt or not found_class or not found_access: