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

  /dalvik/vm/alloc/
VisitInlines.h 31 size_t rshift = CLZ(refOffsets); local
32 size_t offset = CLASS_OFFSET_FROM_CLZ(rshift);
35 refOffsets &= ~(CLASS_HIGH_BIT >> rshift);
MarkSweep.cpp 225 size_t rshift = CLZ(refOffsets); local
226 size_t offset = CLASS_OFFSET_FROM_CLZ(rshift);
229 refOffsets &= ~(CLASS_HIGH_BIT >> rshift);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 76 int rshift = sizeof(ssize_t) - 5; local
77 return h1 << lshift ^ h1 >> rshift ^ h2;
encode.h 85 int rshift = sizeof(size_t) - lshift; local
87 if (encode_flags_ & kEncodeLabels) hash ^= x->olabel >> rshift;
determinize.h 435 int rshift = sizeof(size_t) - lshift; local
437 element.state_id >> rshift ^
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 272 int rshift = cvRound(log(maxval/256.)/log(2.)); local
273 int lshift = MAX(0, -rshift);
274 rshift = MAX(0, rshift);
275 int delta = (rshift > 0 ? 1 << (rshift - 1) : 0) + offset;
293 int pix = ((pix_row[x] + delta) >> rshift) << lshift;
300 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
306 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
334 int rshift = cvRound(log(maxval/65536.)/log(2.)) local
    [all...]
  /external/srec/srec/cfront/
sp_fft.c 76 static PINLINE asr_int32_t rshift(asr_int32_t x, int i) function
674 data[i] = rshift(data[i], -scale);
731 data[i] = rshift(data[i], -s);
  /external/qemu/
console.h 132 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat
256 if (surface->pf.bits_per_pixel == 32 && surface->pf.rshift == 0)
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 1104 int rshift = (ASCII_CHARS % BITSET_WORD_BITS == 0 local
    [all...]

Completed in 272 milliseconds