HomeSort by relevance Sort by last modified time
    Searched refs:bof_is_array (Results 1 - 2 of 2) sorted by null

  /external/libdrm/radeon/
bof.h 87 static inline int bof_is_array(bof_t *bof){return (bof->type == BOF_TYPE_ARRAY);} function
bof.c 127 if (!bof_is_array(bof) || i >= bof->array_size)
134 if (!bof_is_array(bof))

Completed in 39 milliseconds