Home
last modified time | relevance | path

Searched refs:newcnt (Results 1 – 2 of 2) sorted by relevance

/external/freetype/include/freetype/internal/
Dftmemory.h206 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
210 (FT_Long)(newcnt), \
222 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
226 (FT_Long)(newcnt), \
320 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
322 newcnt, itmsz ) )
333 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
335 newcnt, itmsz ) )
344 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ argument
345 FT_MEM_SET_ERROR( FT_MEM_RENEW_ARRAY( ptr, curcnt, newcnt ) )
[all …]
/external/usrsctp/usrsctplib/netinet/
Dsctp_input.c341 unsigned int newcnt; in sctp_process_init() local
347 newcnt = ntohs(init->num_inbound_streams); in sctp_process_init()
349 if (chk->rec.data.sid >= newcnt) { in sctp_process_init()
373 for (i = newcnt; i < asoc->pre_open_streams; i++) { in sctp_process_init()
397 asoc->pre_open_streams = newcnt; in sctp_process_init()