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

/external/skia/include/core/
H A DSkWriter32.h64 void write32(int32_t value) { function in class:SkWriter32
H A DSkBuffer.h125 void write32(int32_t x) { this->writeNoSizeCheck(&x, 4); } function in class:SkWBuffer
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c66 write32(FileStream *out, uint32_t byte, uint32_t column);
299 column = write32(out, buffer[i], column);
438 write32(FileStream *out, uint32_t bitField, uint32_t column) { function
/external/skia/src/core/
H A DSkStream.cpp144 bool SkWStream::write32(uint32_t value) { function in class:SkWStream
/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

Completed in 120 milliseconds