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 182 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
184 (oldcnt), (newcnt), \
192 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \
194 (oldcnt), (newcnt), \
269 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
270 FT_MEM_SET_ERROR( FT_MEM_REALLOC_MULT( ptr, oldcnt, \
282 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \
283 FT_MEM_SET_ERROR( FT_MEM_QREALLOC_MULT( ptr, oldcnt, \
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 1606 uint oldcnt, oldmode; local
    [all...]

Completed in 267 milliseconds