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

  /external/freetype/include/freetype/internal/
ftmemory.h 170 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
172 (oldcnt), (newcnt), \
180 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \
182 (oldcnt), (newcnt), \
257 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
258 FT_MEM_SET_ERROR( FT_MEM_REALLOC_MULT( ptr, oldcnt, \
270 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
271 FT_MEM_SET_ERROR( FT_MEM_QREALLOC_MULT( ptr, oldcnt, \
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 1556 uint oldcnt, oldmode; local
    [all...]

Completed in 537 milliseconds