HomeSort by relevance Sort by last modified time
    Searched defs:isAligned (Results 1 - 9 of 9) sorted by null

  /external/smali/util/src/main/java/org/jf/util/
AlignmentUtils.java 38 public static boolean isAligned(int offset, int alignment) {
  /external/opencv3/modules/core/include/opencv2/core/cuda/
common.hpp 79 template <typename T> static inline bool isAligned(const T* ptr, size_t size)
84 static inline bool isAligned(size_t step, size_t size)
  /hardware/intel/common/libmix/videodecoder/
use_util_sse4.h 22 bool isAligned = (((size_t)(src_buff) | (size_t)(dst_buff)) & 0xF) == 0;
23 if (!isAligned) {
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp 293 __host__ static bool isAligned(const T* ptr, size_t size)
298 __host__ static bool isAligned(size_t step, size_t size)
307 !isAligned(src.data, Policy::shift * sizeof(SrcType)) || !isAligned(src.step, Policy::shift * sizeof(SrcType)) ||
308 !isAligned(dst.data, Policy::shift * sizeof(DstType)) || !isAligned(dst.step, Policy::shift * sizeof(DstType)))
328 !isAligned(src1.data, Policy::shift * sizeof(SrcType1)) || !isAligned(src1.step, Policy::shift * sizeof(SrcType1)) ||
329 !isAligned(src2.data, Policy::shift * sizeof(SrcType2)) || !isAligned(src2.step, Policy::shift * sizeof(SrcType2)) |
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_fax3.c 93 #define isAligned(p,t) ((((size_t)(p)) & (sizeof (t)-1)) == 0)
397 for (; n && !isAligned(cp, long); n--)
432 for (; n && !isAligned(cp, long); n--)
834 while (!isAligned(bp, long)) {
893 while (!isAligned(bp, long)) {
968 !isAligned(tif->tif_rawcp, uint16))
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 93 #define isAligned(p,t) ((((size_t)(p)) & (sizeof (t)-1)) == 0)
397 for (; n && !isAligned(cp, long); n--)
432 for (; n && !isAligned(cp, long); n--)
835 while (!isAligned(bp, long)) {
894 while (!isAligned(bp, long)) {
969 !isAligned(tif->tif_rawcp, uint16))
    [all...]
  /external/opencv3/modules/imgproc/src/
lsd.cpp 386 bool isAligned(const int& address, const double& theta, const double& prec) const;
664 (isAligned(c_addr, reg_angle, prec)))
680 // reg_angle is used in the isAligned, so it needs to be updates?
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 810 milliseconds