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/nos/host/android/manual_tests/
test_citadel.c 315 static uint32_t read32(uint32_t address, uint32_t *valptr) function
380 retval = read32(address, &value);
596 if (0 != read32(GPIO_DATA, &curr)) {
608 if (0 != read32(GPIO_DATA, &curr)) {
622 if (0 != read32(GPIO_DATA, &curr)) {
654 if (0 != read32(GPIO_DATA, &curr)) {
664 if (0 != read32(GPIO_DATA, &curr)) {
678 if (0 != read32(GPIO_DATA, &curr)) {
708 if (0 != read32(GPIO_DATAOUT, &curr)) {
732 if (0 != read32(GPIO_DATAOUT, &curr))
    [all...]
  /external/skia/src/core/
SkReadBuffer.cpp 134 int32_t SkReadBuffer::read32() { function in class:SkReadBuffer
271 SkImage* img = fInflator->getImage(this->read32());
275 int width = this->read32();
276 int height = this->read32();
289 int32_t encoded_size = this->read32();
306 int32_t originX = this->read32();
307 int32_t originY = this->read32();
332 return sk_ref_sp(fInflator->getTypeface(this->read32()));
340 int32_t index = this->read32();
362 factory = fInflator->getFactory(this->read32());
    [all...]
  /external/skqp/src/core/
SkReadBuffer.cpp 134 int32_t SkReadBuffer::read32() { function in class:SkReadBuffer
270 SkImage* img = fInflator->getImage(this->read32());
274 int width = this->read32();
275 int height = this->read32();
288 int32_t encoded_size = this->read32();
305 int32_t originX = this->read32();
306 int32_t originY = this->read32();
331 return sk_ref_sp(fInflator->getTypeface(this->read32()));
339 int32_t index = this->read32();
361 factory = fInflator->getFactory(this->read32());
    [all...]
  /frameworks/base/core/java/android/net/
SntpClient.java 231 private long read32(byte[] buffer, int offset) { method in class:SntpClient
251 long seconds = read32(buffer, offset);
252 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 
  /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 231 milliseconds