Home
last modified time | relevance | path

Searched defs:rc_list (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_list.h11 struct rc_list { struct
13 struct rc_list * Prev; argument
14 struct rc_list * Next; argument
H A Dradeon_list.c13 struct rc_list * rc_list(struct memory_pool * pool, void * item) in rc_list() function
/aosp_15_r20/external/autotest/client/common_lib/
H A Dsmogcheck_util.py11 def runInSubprocess(args, rc_list=None): argument