HomeSort by relevance Sort by last modified time
    Searched refs:mout (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 261 int mout = x & mask; local
263 int hi = mout >> (d - times);
264 int low = (mout << times) & mask;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 203 int mout = x & mask; local
205 int hi = mout >> (d - times);
206 int low = (mout << times) & mask;
  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 660 BrotliMemOutput mout; local
661 BrotliOutput out = BrotliInitMemOutput(decoded_buffer, *decoded_size, &mout);
663 *decoded_size = mout.pos;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 11466 struct mbuf *mout; local
    [all...]

Completed in 619 milliseconds