Searched refs:endi (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | i128-align.ll | 12 %endi = ptrtoint %struct* %endp to i64 14 %diff = sub i64 %endi, %starti 24 %endi = ptrtoint i128* %endp to i64 26 %diff = sub i64 %endi, %starti
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixVector.h | 96 size_t endi = FirstTriangular ? j : size; in run() local 97 size_t alignedStart = (starti) + internal::first_aligned(&res[starti], endi-starti); in run() 98 size_t alignedEnd = alignedStart + ((endi-alignedStart)/(PacketSize))*(PacketSize); in run() 138 for (size_t i=alignedEnd; i<endi; i++) in run()
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_radius_match.cu | 180 for (int i = 0, endi = (query.cols + BLOCK_SIZE - 1) / BLOCK_SIZE; i < endi; ++i) in match() local
|
D | bf_knnmatch.cu | 676 for (int i = 0, endi = (query.cols + BLOCK_SIZE - 1) / BLOCK_SIZE; i < endi; ++i) in loop() local 981 for (int i = 0, endi = (query.cols + BLOCK_SIZE - 1) / BLOCK_SIZE; i < endi; ++i) in calcDistance() local
|
D | bf_match.cu | 413 for (int i = 0, endi = (query.cols + BLOCK_SIZE - 1) / BLOCK_SIZE; i < endi; ++i) in loop() local
|
/external/tcpdump/ |
D | print-forces.c | 860 uint32_t starti, endi; in pdatacnt_print() local 875 endi = EXTRACT_32BITS(pptr); in pdatacnt_print() 880 ND_PRINT((ndo, "%sTable range: [%d,%d]\n", ib, starti, endi)); in pdatacnt_print()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2711 an simple check against passing an arbitrary memory pointer. The endi-
|