Home
last modified time | relevance | path

Searched refs:nvecs (Results 1 – 3 of 3) sorted by relevance

/third_party/iptables/libipq/
Dlibipq.c319 unsigned char nvecs; in ipq_set_verdict() local
339 nvecs = 2; in ipq_set_verdict()
344 nvecs++; in ipq_set_verdict()
349 msg.msg_iovlen = nvecs; in ipq_set_verdict()
/third_party/boost/libs/graph/example/
Diohb.c574 int Nrhs, nvecs, rhsi; in readHB_aux_double() local
610 nvecs = 1; in readHB_aux_double()
612 if ( Rhstype[1] == 'G' ) nvecs++; in readHB_aux_double()
613 if ( Rhstype[2] == 'X' ) nvecs++; in readHB_aux_double()
639 else start = (nvecs-1)*Nentries; in readHB_aux_double()
640 stride = (nvecs-1)*Nentries; in readHB_aux_double()
1135 int i,j,n,maxcol,start,stride,col,last,linel,nvecs,rhsi; in readHB_aux_char() local
1173 nvecs = 1; in readHB_aux_char()
1175 if ( Rhstype[1] == 'G' ) nvecs++; in readHB_aux_char()
1176 if ( Rhstype[2] == 'X' ) nvecs++; in readHB_aux_char()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrMVE.td4944 int nvecs = n;
4958 // class, because they have to take the nvecs tuple class as a
4998 def "MVE_VLD" # n.nvecs # stage # "_" # s.lanesize # wb.id_suffix
5000 "vld" # n.nvecs # stage # "." # s.lanesize>;
5002 def "MVE_VST" # n.nvecs # stage # "_" # s.lanesize # wb.id_suffix
5004 "vst" # n.nvecs # stage # "." # s.lanesize>;