/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
D | ftmemory.h | 215 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 219 (FT_Long)(newcnt), \ 231 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument 235 (FT_Long)(newcnt), \ 280 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 282 (oldcnt), (newcnt), \ 290 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument 292 (oldcnt), (newcnt), \ 378 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 380 newcnt, itmsz ) ) [all …]
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
D | ftmemory.h | 215 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 219 (FT_Long)(newcnt), \ 231 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument 235 (FT_Long)(newcnt), \ 280 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 282 (oldcnt), (newcnt), \ 290 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument 292 (oldcnt), (newcnt), \ 378 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 380 newcnt, itmsz ) ) [all …]
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
D | ftmemory.h | 190 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 194 (FT_Long)(newcnt), \ 206 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument 210 (FT_Long)(newcnt), \ 297 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 299 newcnt, itmsz ) ) 310 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 312 newcnt, itmsz ) ) 321 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ argument 322 FT_MEM_SET_ERROR( FT_MEM_RENEW_ARRAY( ptr, curcnt, newcnt ) ) [all …]
|
/external/freetype/include/internal/ |
D | ftmemory.h | 190 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 194 (FT_Long)(newcnt), \ 206 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument 210 (FT_Long)(newcnt), \ 297 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 299 newcnt, itmsz ) ) 310 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 312 newcnt, itmsz ) ) 321 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ argument 322 FT_MEM_SET_ERROR( FT_MEM_RENEW_ARRAY( ptr, curcnt, newcnt ) ) [all …]
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_input.c | 330 unsigned int newcnt; in sctp_process_init() local 336 newcnt = ntohs(init->num_inbound_streams); in sctp_process_init() 338 if (chk->rec.data.stream_number >= newcnt) { in sctp_process_init() 362 for (i = newcnt; i < asoc->pre_open_streams; i++) { in sctp_process_init() 384 asoc->pre_open_streams = newcnt; in sctp_process_init()
|