HomeSort by relevance Sort by last modified time
    Searched full:amax (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 337 int Amin, Amax, Bmin, Bmax;
341 Amax = Amin + A->w;
347 if(Bmax < Amax)
348 Amax = Bmax;
349 intersection->w = Amax - Amin > 0 ? Amax - Amin : 0;
353 Amax = Amin + A->h;
359 if(Bmax < Amax)
360 Amax = Bmax;
361 intersection->h = Amax - Amin > 0 ? Amax - Amin : 0
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_request.h 53 PVSockBufRecv(uint8* aPtr, uint32 aLen, uint32 aMax):
56 iMaxLen(aMax)
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
pvt_common.cpp 967 OSCL_EXPORT_REF void GetSampleSize(PVMFFormatType aFormatType, uint32* aMin, uint32* aMax)
969 *aMin = *aMax = 0;
973 *aMax = 24;
978 *aMax = 31;
  /external/opencore/doc/oscl_html/
classPVSockBufRecv.html 15 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classPVSockBufRecv.html#a1">PVSockBufRecv</a> (uint8 *aPtr, uint32 aLen, uint32 aMax)</td></tr>
72 <td class="mdname" nowrap>&nbsp; <em>aMax</em></td>
oscl__socket__request_8h-source.html 44 <a name="l00036"></a><a class="code" href="classPVSockBufRecv.html#a1">00036</a> <a class="code" href="classPVSockBufRecv.html#a0">PVSockBufRecv</a>(uint8* aPtr, uint32 aLen, uint32 aMax):
47 00039 <a class="code" href="classPVSockBufRecv.html#m2">iMaxLen</a>(aMax)
  /external/qemu/
console.h 93 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
console.c     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 1142 OSCL_IMPORT_REF void GetSampleSize(PVMFFormatType aFormatType, uint32* aMin, uint32* aMax);
    [all...]
  /external/opencore/engines/author/test/src/
pvaetest.cpp     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 44 milliseconds