Searched defs:destPos (Results 1 – 15 of 15) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
D | test_copy_1D.cpp | 23 size_t sourcePos[ 3 ], destPos[ 3 ], regionSize[ 3 ]; in test_copy_image_size_1D() local
|
D | test_copy_1D_array.cpp | 23 size_t sourcePos[ 3 ], destPos[ 3 ], regionSize[ 3 ]; in test_copy_image_size_1D_array() local
|
D | test_copy_2D.cpp | 23 size_t sourcePos[ 3 ], destPos[ 3 ], regionSize[ 3 ]; in test_copy_image_size_2D() local
|
D | test_copy_3D_2D_array.cpp | 51 size_t sourcePos[ 4 ], destPos[ 4 ], regionSize[ 3 ]; in test_copy_image_size_3D_2D_array() local
|
D | test_copy_2D_2D_array.cpp | 54 size_t sourcePos[ 4 ] = { 0 }, destPos[ 4 ] = { 0 }, regionSize[ 3 ]; in test_copy_image_size_2D_2D_array() local
|
D | test_copy_2D_3D.cpp | 50 size_t sourcePos[ 4 ] = { 0 }, destPos[ 4 ] = { 0 }, regionSize[ 3 ]; in test_copy_image_size_2D_3D() local
|
D | test_copy_generic.cpp | 294 … const size_t sourcePos[], const size_t destPos[], const size_t regionSize[], MTdata d ) in test_copy_image_generic()
|
/external/lzma/C/ |
D | Lzma2Enc.c | 165 size_t destPos = 0; in Lzma2EncInt_EncodeSubblock() local 198 size_t destPos = 0; in Lzma2EncInt_EncodeSubblock() local 635 size_t destPos = *outBufSize; in Lzma2Enc_EncodeMt1() local
|
/external/lzma/CPP/Common/ |
D | UTFConvert.cpp | 81 size_t destPos = 0; in Utf8_To_Utf16() local
|
/external/llvm-project/mlir/lib/IR/ |
D | Region.cpp | 79 void Region::cloneInto(Region *dest, Region::iterator destPos, in cloneInto()
|
/external/guava/guava/src/com/google/common/net/ |
D | InetAddresses.java | 1017 int destPos = numBytes - copyLength; in fromBigInteger() local
|
/external/guava/android/guava/src/com/google/common/net/ |
D | InetAddresses.java | 1022 int destPos = numBytes - copyLength; in fromBigInteger() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 1325 abstract int write(int srcPos, byte[] code, int destPos, byte[] newcode) throws BadBytecode; in write() 1352 int write(int srcPos, byte[] code, int destPos, byte[] newcode) { in write()
|
/external/sonic/ |
D | Sonic.java | 64 int destPos, in move()
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 3479 const size_t destPos[], const size_t regionSize[]) in copy_image_data()
|