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

  /dalvik/vm/reflect/
Annotation.cpp 140 * Read a signed integer. "zwidth" is the zero-based byte count.
142 static s4 readSignedInt(const u1* ptr, int zwidth)
147 for (i = zwidth; i >= 0; --i)
149 val >>= (3 - zwidth) * 8;
155 * Read an unsigned integer. "zwidth" is the zero-based byte count,
158 static u4 readUnsignedInt(const u1* ptr, int zwidth, bool fillOnRight)
164 for (i = zwidth; i >= 0; --i)
166 val >>= (3 - zwidth) * 8;
168 for (i = zwidth; i >= 0; --i)
175 * Read a signed long. "zwidth" is the zero-based byte count
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 843 m_int zwidth; /* Width of the zbuffer in pixels */ member in struct:__anon13090
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 843 m_int zwidth; /* Width of the zbuffer in pixels */ member in struct:__anon13389
    [all...]

Completed in 112 milliseconds