Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c1173 int *minors; in bpf_load() local
1199 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()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3595 ExprP<Mat3> minors[4]; in doExpand() local
3610 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()