Searched refs:beg1 (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | gc-test.cc | 31 void *beg1, *end1; in Thread() local 34 __asan_addr_is_in_fake_stack(fake_stack, ptr, &beg1, &end1); in Thread() 36 assert(beg == beg1); in Thread()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/block/ |
D | block.hpp | 118 __device__ __forceinline__ static void blockTransfrom(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out… in blockTransfrom() argument 121 InIt1 t1 = beg1 + Block::threadLineId(); in blockTransfrom() 123 OutIt o = out + (t1 - beg1); in blockTransfrom()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/ |
D | warp.hpp | 102 __device__ __forceinline__ OutIt warpTransform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, const… in warpTransform() argument 106 InIt1 t1 = beg1 + lane; in warpTransform()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | warp.hpp | 95 …static __device__ __forceinline__ OutIt transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, B… in transform() 99 InIt1 t1 = beg1 + lane; in transform()
|
D | block.hpp | 120 …static __device__ __forceinline__ void transfrom(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, Bi… in transfrom() 123 InIt1 t1 = beg1 + flattenedThreadId(); in transfrom() 125 OutIt o = out + (t1 - beg1); in transfrom()
|
/external/opencv/cvaux/include/ |
D | cvvidsurv.hpp | 1203 int beg1,beg2; member
|