Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dneighbor_kernel.cu141 for(int actOffset = 0; actOffset < bin_c; actOffset += blockDim.x) { in NeighborBuildFullBin_Kernel() local
143 int actIdx = threadIdx.x + actOffset; in NeighborBuildFullBin_Kernel()
176 if(otherActOffset == actOffset) { in NeighborBuildFullBin_Kernel()
403 for(int actOffset = 0; actOffset < bin_c; actOffset += blockDim.x) { in NeighborBuildFullBin_OverlapComm_Kernel() local
405 int actIdx = threadIdx.x + actOffset; in NeighborBuildFullBin_OverlapComm_Kernel()
441 if(otherActOffset == actOffset) { in NeighborBuildFullBin_OverlapComm_Kernel()
/dports/sysutils/istio/istio-1.6.7/vendor/fortio.org/fortio/fhttp/
H A Dhttp_test.go281 actOffset, actVal := ParseChunkSize([]byte(tst.input))
285 if tst.expOffset != actOffset {
286 …t.Errorf("Got %d, expecting %d for offset of ParseChunkSize('%+s')", actOffset, tst.expOffset, tst…