/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
dictobject.h | 51 /* Cached hash code of me_key. Note that hash codes are C longs.
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifTag.java | 50 * The RATIONAL type of EXIF standard. It consists of two LONGs. The first 683 * Gets the value as an array of longs. This method should be used for tags 686 * @return the value as as an array of longs, or null if the tag's value 687 * does not exist or cannot be converted to an array of longs. 697 * Gets the value or null if none exists. If there are more than 1 longs in [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifTag.java | 50 * The RATIONAL type of EXIF standard. It consists of two LONGs. The first 683 * Gets the value as an array of longs. This method should be used for tags 686 * @return the value as as an array of longs, or null if the tag's value 687 * does not exist or cannot be converted to an array of longs. 697 * Gets the value or null if none exists. If there are more than 1 longs in [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 50 * The RATIONAL type of EXIF standard. It consists of two LONGs. The first 683 * Gets the value as an array of longs. This method should be used for tags 686 * @return the value as as an array of longs, or null if the tag's value 687 * does not exist or cannot be converted to an array of longs. 697 * Gets the value or null if none exists. If there are more than 1 longs in [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifTag.java | 50 * The RATIONAL type of EXIF standard. It consists of two LONGs. The first 683 * Gets the value as an array of longs. This method should be used for tags 686 * @return the value as as an array of longs, or null if the tag's value 687 * does not exist or cannot be converted to an array of longs. 697 * Gets the value or null if none exists. If there are more than 1 longs in [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifTag.java | 50 * The RATIONAL type of EXIF standard. It consists of two LONGs. The first 683 * Gets the value as an array of longs. This method should be used for tags 686 * @return the value as as an array of longs, or null if the tag's value 687 * does not exist or cannot be converted to an array of longs. 697 * Gets the value or null if none exists. If there are more than 1 longs in [all...] |
/external/chromium_org/base/ |
md5.cc | 39 void byteReverse(unsigned char *buf, unsigned longs) { 46 } while (--longs);
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/ |
md5.cc | 44 void byteReverse(unsigned char *buf, unsigned longs) { 51 } while (--longs);
|
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/ |
md5.cc | 44 void byteReverse(unsigned char *buf, unsigned longs) { 51 } while (--longs);
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_neon.h | 216 mysrc += 16; // 16 longs 217 mydst += 16; // 16 shorts, aka 8 longs
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
screen_capturer_x11.cc | 371 // Xlib stores 32-bit data in longs, even if longs are 64-bits long.
|
/external/fonttools/Lib/fontTools/ttLib/ |
sfnt.py | 463 longs = struct.unpack(">%dL" % (len(block) // 4), block) 464 value = (value + sum(longs)) & 0xffffffff
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmsmd5.c | 31 void byteReverse(cmsUInt8Number * buf, cmsUInt32Number longs) 39 } while (--longs);
|
/external/skia/src/opts/ |
SkBitmapProcState_matrix_neon.h | 216 mysrc += 16; // 16 longs 217 mydst += 16; // 16 shorts, aka 8 longs
|
/libcore/luni/src/main/native/ |
libcore_io_Memory.cpp | 32 // 32-bit ARM has load/store alignment restrictions for longs. 37 // MIPS has load/store alignment restrictions for longs, ints and shorts.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
real.h | 352 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 372 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BitSet.as | 48 /** Construction from a static array of longs */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
LongDigest.java | 294 /* SHA-384 and SHA-512 functions (as for SHA-256 but for longs) */
|
/external/chromium_org/chrome/browser/net/ |
referrer.cc | 85 // We use longs for durations because we will use multiplication on them.
|
/external/chromium_org/third_party/openssl/config/mac/ia32/openssl/ |
opensslconf.h | 218 * %20 speed up (longs are 8 bytes, int's are 4). */
|
/external/chromium_org/third_party/openssl/config/x64/openssl/ |
opensslconf.h | 215 * %20 speed up (longs are 8 bytes, int's are 4). */
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
opensslconf.h | 215 * %20 speed up (longs are 8 bytes, int's are 4). */
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
opensslconf.h | 215 * %20 speed up (longs are 8 bytes, int's are 4). */
|
/external/guava/guava/src/com/google/common/hash/ |
AbstractStreamingHashFunction.java | 126 bb.limit(chunkSize + 7); // get ready to pad with longs
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedLong.java | 214 return Longs.hashCode(value);
|