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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/
minigzip.py 18 def read32(input): function
100 crc32 = read32(input)
101 isize = read32(input)
  /external/python/cpython2/Demo/zlib/
minigzip.py 18 def read32(input): function
100 crc32 = read32(input)
101 isize = read32(input)
  /external/syslinux/libfat/
ulint.h 56 static inline unsigned int read32(le32_t * _p) function
88 static inline unsigned int read32(le32_t * _pp) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gzip.py 24 def read32(input): function
186 self.mtime = read32(self.fileobj)
334 crc32 = read32(self.fileobj)
335 isize = read32(self.fileobj) # may exceed 2GB
  /external/python/cpython2/Lib/
gzip.py 24 def read32(input): function
202 self.mtime = read32(self.fileobj)
350 crc32 = read32(self.fileobj)
351 isize = read32(self.fileobj) # may exceed 2GB
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gzip.py 24 def read32(input): function
195 self.mtime = read32(self.fileobj)
343 crc32 = read32(self.fileobj)
344 isize = read32(self.fileobj) # may exceed 2GB
  /prebuilts/gdb/linux-x86/lib/python2.7/
gzip.py 24 def read32(input): function
195 self.mtime = read32(self.fileobj)
343 crc32 = read32(self.fileobj)
344 isize = read32(self.fileobj) # may exceed 2GB
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 24 def read32(input): function
195 self.mtime = read32(self.fileobj)
343 crc32 = read32(self.fileobj)
344 isize = read32(self.fileobj) # may exceed 2GB
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 24 def read32(input): function
195 self.mtime = read32(self.fileobj)
343 crc32 = read32(self.fileobj)
344 isize = read32(self.fileobj) # may exceed 2GB
  /external/skia/src/core/
SkValidatingReadBuffer.cpp 87 int32_t SkValidatingReadBuffer::read32() { function in class:SkValidatingReadBuffer
SkReadBuffer.cpp 130 int32_t SkReadBuffer::read32() { function in class:SkReadBuffer
273 SkImage* img = fInflator->getImage(this->read32());
277 int width = this->read32();
278 int height = this->read32();
303 int originX = this->read32();
304 int originY = this->read32();
318 return sk_ref_sp(fInflator->getTypeface(this->read32()));
338 factory = fInflator->getFactory(this->read32());
  /frameworks/base/core/java/android/net/
SntpClient.java 219 private long read32(byte[] buffer, int offset) { method in class:SntpClient
239 long seconds = read32(buffer, offset);
240 long fraction = read32(buffer, offset + 4);
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/r8/deps/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 349 milliseconds