Searched defs:write32 (Results 1 - 17 of 17) sorted by relevance

/external/python/cpython2/Demo/zlib/
H A Dminigzip.py12 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/
H A Dulint.h61 static inline void write32(le32_t * _p, uint32_t _v) function
100 static inline void write32(le32_t * _pp, uint32_t _v) function
/external/skqp/src/core/
H A DSkBuffer.h110 void write32(int32_t x) { this->writeNoSizeCheck(&x, 4); } function in class:SkWBuffer
H A DSkWriteBuffer.h40 void write32(int32_t value) { function in class:SkWriteBuffer
H A DSkWriter32.h90 this->write32(value);
95 this->write32(value);
106 void write32(int32_t value) { function in class:SkWriter32
206 this->write32(len);
/external/llvm/include/llvm/MC/
H A DMCObjectWriter.h160 void write32(uint32_t Value) { function in class:llvm::MCObjectWriter
/external/skia/src/core/
H A DSkBuffer.h117 void write32(int32_t x) { this->writeNoSizeCheck(&x, 4); } function in class:SkWBuffer
H A DSkWriteBuffer.h40 void write32(int32_t value) { function in class:SkWriteBuffer
H A DSkWriter32.h90 this->write32(value);
95 this->write32(value);
106 void write32(int32_t value) { function in class:SkWriter32
206 this->write32(len);
/external/skia/include/core/
H A DSkStream.h239 bool write32(uint32_t v) { function in class:SkWStream
/external/skqp/include/core/
H A DSkStream.h239 bool write32(uint32_t v) { function in class:SkWStream
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp65 write32(FileStream *out, uint32_t byte, uint32_t column);
323 column = write32(out, buffer[i], column);
468 write32(FileStream *out, uint32_t bitField, uint32_t column) { function
/external/nos/host/android/manual_tests/
H A Dtest_citadel.c334 static uint32_t write32(uint32_t address, uint32_t value) function
386 retval = write32(address, value);
726 if (0 != write32(GPIO_DATAOUT, curr & (~cit_bit))) {
753 if (0 != write32(GPIO_DATAOUT, curr | cit_bit)) {
768 if (0 != write32(GPIO_DATAOUT, curr & (~cit_bit))) {
/external/syslinux/com32/tools/
H A Drelocs.c657 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/
H A DCodeIterator.java1365 abstract void write32(int src, byte[] code, int dest, byte[] newcode); method in class:CodeIterator.Branch16
1369 write32(src, code, dest, newcode);
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
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 689 milliseconds