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

  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftmemory.h 190 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
193 (FT_Long)(oldcnt), \
206 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \
209 (FT_Long)(oldcnt), \
297 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
298 FT_MEM_SET_ERROR( FT_MEM_REALLOC_MULT( ptr, oldcnt, \
310 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
311 FT_MEM_SET_ERROR( FT_MEM_QREALLOC_MULT( ptr, oldcnt, \
  /external/freetype/include/freetype/internal/
ftmemory.h 190 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
193 (FT_Long)(oldcnt), \
206 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \
209 (FT_Long)(oldcnt), \
297 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
298 FT_MEM_SET_ERROR( FT_MEM_REALLOC_MULT( ptr, oldcnt, \
310 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
311 FT_MEM_SET_ERROR( FT_MEM_QREALLOC_MULT( ptr, oldcnt, \
  /external/libppp/src/
async.c 109 size_t oldcnt; local
117 oldcnt = m_length(bp);
140 bp->priv = cnt - oldcnt;

Completed in 2083 milliseconds