Searched refs:minors (Results 1 – 2 of 2) sorted by relevance
1173 int *minors; in bpf_load() local1199 minors = getminor(major, &numminors, BPF_NAME); in bpf_load()1200 if (!minors) { in bpf_load()1201 minors = genminor("bpf", major, 0, BPF_MINORS, 1, 1); in bpf_load()1202 if (!minors) { in bpf_load()
3595 ExprP<Mat3> minors[4]; in doExpand() local3610 minors[ndx] = bindExpression("minor", ctx, in doExpand()3614 return (mat[0][0] * determinant(minors[0]) - in doExpand()3615 mat[1][0] * determinant(minors[1]) + in doExpand()3616 mat[2][0] * determinant(minors[2]) - in doExpand()3617 mat[3][0] * determinant(minors[3])); in doExpand()