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/modules/glshared/
DglsBuiltinPrecisionTests.cpp3634 ExprP<Mat3> minors[4]; in doExpand() local
3649 minors[ndx] = bindExpression("minor", ctx, in doExpand()
3653 return (mat[0][0] * determinant(minors[0]) - in doExpand()
3654 mat[1][0] * determinant(minors[1]) + in doExpand()
3655 mat[2][0] * determinant(minors[2]) - in doExpand()
3656 mat[3][0] * determinant(minors[3])); in doExpand()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3605 ExprP<Mat3> minors[4]; in doExpand() local
3620 minors[ndx] = bindExpression("minor", ctx, in doExpand()
3624 return (mat[0][0] * determinant(minors[0]) - in doExpand()
3625 mat[1][0] * determinant(minors[1]) + in doExpand()
3626 mat[2][0] * determinant(minors[2]) - in doExpand()
3627 mat[3][0] * determinant(minors[3])); in doExpand()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz