Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Din_pcx.cpp113 static PCX_SIZE_T multiply_check(PCX_SIZE_T a, PCX_SIZE_T b) { in multiply_check() function
120 static PCX_SIZE_T multiply_check(PCX_SIZE_T a, PCX_SIZE_T b, PCX_SIZE_T c) { in multiply_check() function
121 return multiply_check(multiply_check(a, b), c); in multiply_check()
210 memcpy(img->getRowbeg(), pinfo->pic, multiply_check(pinfo->w, pinfo->h));
215 memcpy(img->getRowbeg(), pinfo->pic, multiply_check(pinfo->w, pinfo->h, 3));
329 image = (byte *) malloc_byte(multiply_check(pinfo->h, pinfo->w));
332 xvbzero((char *) image, multiply_check(pinfo->h, pinfo->w));
369 const PCX_SIZE_T alloced = multiply_check(w, h, planes);
370 const PCX_SIZE_T w_planes = multiply_check(w, planes);
386 nbytes = multiply_check(bperlin, h, planes);
H A Dimage.cpp114 static slen_t multiply_check(slen_t a, slen_t b) { in multiply_check() function
121 static slen_t multiply_check(slen_t a, slen_t b, slen_t c) { in multiply_check() function
122 return multiply_check(multiply_check(a, b), c); in multiply_check()
156 const slen_t rlens = add_check(multiply_check(bpc_, cpp_, wd_), 7) >> 3; in init()
159 beg=new char[len=add_check(l_comment, l_header, multiply_check(rlen, ht_), bpc)]; in init()