Searched refs:null_descriptors (Results 1 – 1 of 1) sorted by relevance
3234 int null_descriptors = 0; in CopyInsert() local3238 if (IsNullDescriptor(i)) null_descriptors++; in CopyInsert()3242 if (IsNullDescriptor(i)) null_descriptors++; in CopyInsert()3245 int new_size = number_of_descriptors() - transitions - null_descriptors; in CopyInsert()