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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/
minigzip.py 12 def write32(output, value): function
31 write32(output, mtime)
46 write32(output, crcval) # ... the CRC ...
47 write32(output, statval[6]) # and the file size.
  /external/syslinux/libfat/
ulint.h 61 static inline void write32(le32_t * _p, uint32_t _v) function
100 static inline void write32(le32_t * _pp, uint32_t _v) function
  /external/llvm/include/llvm/MC/
MCObjectWriter.h 160 void write32(uint32_t Value) { function in class:llvm::MCObjectWriter
  /external/skia/include/core/
SkWriteBuffer.h 44 void write32(int32_t value) { function in class:SkWriteBuffer
SkStream.h 206 bool write32(uint32_t v) { function in class:SkWStream
SkWriter32.h 89 this->write32(value);
94 this->write32(value);
105 void write32(int32_t value) { function in class:SkWriter32
205 this->write32(len);
  /external/skia/src/core/
SkBuffer.h 110 void write32(int32_t x) { this->writeNoSizeCheck(&x, 4); } function in class:SkWBuffer
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 64 write32(FileStream *out, uint32_t byte, uint32_t column);
322 column = write32(out, buffer[i], column);
467 write32(FileStream *out, uint32_t bitField, uint32_t column) { function
    [all...]
  /external/syslinux/com32/tools/
relocs.c 657 static int write32(unsigned int v, FILE *f) function
720 write32(reloc16_count, stdout);
722 write32(relocs16[i], stdout);
723 write32(reloc_count, stdout);
727 write32(relocs[i], stdout);
731 write32(relocs[i], stdout);
735 write32(0, stdout);
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1365 abstract void write32(int src, byte[] code, int dest, byte[] newcode); method in class:CodeIterator.Branch16
1369 write32(src, code, dest, newcode); method
1389 void write32(int src, byte[] code, int dest, byte[] newcode) { method in class:CodeIterator.Jump16
1405 void write32(int src, byte[] code, int dest, byte[] newcode) { method in class:CodeIterator.If16
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 304 milliseconds