Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c1287 int *minors; in bpf_load() local
1313 minors = getminor(major, &numminors, BPF_NAME); in bpf_load()
1314 if (!minors) { in bpf_load()
1315 minors = genminor("bpf", major, 0, BPF_MINORS, 1, 1); in bpf_load()
1316 if (!minors) { in bpf_load()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3614 ExprP<Mat3> minors[4]; in doExpand() local
3629 minors[ndx] = bindExpression("minor", ctx, in doExpand()
3633 return (mat[0][0] * determinant(minors[0]) - in doExpand()
3634 mat[1][0] * determinant(minors[1]) + in doExpand()
3635 mat[2][0] * determinant(minors[2]) - in doExpand()
3636 mat[3][0] * determinant(minors[3])); in doExpand()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3699 ExprP<Mat3> minors[4]; in doExpand() local
3714 minors[ndx] = bindExpression("minor", ctx, in doExpand()
3718 return (mat[0][0] * determinant(minors[0]) - in doExpand()
3719 mat[1][0] * determinant(minors[1]) + in doExpand()
3720 mat[2][0] * determinant(minors[2]) - in doExpand()
3721 mat[3][0] * determinant(minors[3])); in doExpand()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz