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

  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 52 uint32_t read32() function in struct:sm4_parser
61 *(unsigned*)tok = read32();
66 unsigned a = read32();
67 unsigned b = read32();
152 op.indices[i].disp = (int32_t)read32();
163 op.indices[i].disp = (int32_t)read32();
174 op.imm_values[i].i32 = read32();
187 unsigned lentok = read32();
201 unsigned customlen = read32() - 2;
263 dcl.sv = (sm4_sv)(uint16_t)read32();
    [all...]
  /external/skia/src/core/
SkImageInfo.cpp 25 fWidth = buffer.read32();
26 fHeight = buffer.read32();
28 uint32_t packed = buffer.read32();
SkReadBuffer.cpp 113 int32_t SkReadBuffer::read32() { function in class:SkReadBuffer
294 int width = this->read32();
295 int height = this->read32();
308 int originX = this->read32();
309 int originY = this->read32();
SkValidatingReadBuffer.h 35 int32_t read32() override;
SkReadBuffer.h 111 virtual int32_t read32();
SkTextBlob.cpp 250 int runCount = reader.read32();
260 int glyphCount = reader.read32();
261 GlyphPositioning pos = static_cast<GlyphPositioning>(reader.read32());
SkPictureShader.cpp 116 TileMode mx = (TileMode)buffer.read32();
117 TileMode my = (TileMode)buffer.read32();
SkValidatingReadBuffer.cpp 89 int32_t SkValidatingReadBuffer::read32() { function in class:SkValidatingReadBuffer
SkXfermode.cpp     [all...]
  /frameworks/base/core/java/android/net/
SntpClient.java 215 private long read32(byte[] buffer, int offset) { method in class:SntpClient
235 long seconds = read32(buffer, offset);
236 long fraction = read32(buffer, offset + 4);
  /external/llvm/include/llvm/Support/
Endian.h 307 template <endianness E> inline uint32_t read32(const void *P) {
315 inline uint32_t read32le(const void *P) { return read32<little>(P); }
318 inline uint32_t read32be(const void *P) { return read32<big>(P); }
  /external/skia/src/effects/
SkBlurDrawLooper.cpp 70 const uint32_t flags = buffer.read32();
SkTableColorFilter.cpp 211 const int flags = buffer.read32();
  /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/effects/gradients/
SkGradientShader.cpp 56 fTileMode = (SkShader::TileMode)buffer.read32();
57 fGradFlags = buffer.read32();
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.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/lombok-ast/
lombok-ast-0.2.jar 

Completed in 900 milliseconds