HomeSort by relevance Sort by last modified time
    Searched defs:xsize (Results 1 - 9 of 9) sorted by null

  /external/syslinux/core/mem/
malloc.c 133 size_t newsize, oldsize, xsize; local
165 xsize = oldsize;
180 xsize = ARENA_SIZE_GET(ah->a.attrs);
183 if (xsize >= newsize) {
185 if (xsize >= newsize + 2 * sizeof(struct arena_header)) {
189 ARENA_SIZE_SET(nah->a.attrs, xsize - newsize);
198 //nah->a.size = xsize - newsize;
  /external/clang/test/Analysis/
cxx11-crashes.cpp 37 const float ysize={0.015}, xsize={0.01}; local
  /external/python/cpython2/Modules/
imgfile.c 90 int xsize, ysize, zsize; local
116 xsize = image->xsize;
125 if ( xsize > 8192 ) {
133 rv = PyString_FromStringAndSize((char *)NULL, xsize*ysize*zsize);
153 for(x=0; x<xsize; x++ )
159 for(x=0; x<xsize; x++ )
216 xscale(IMAGE *image, int xsize, int ysize, int zsize,
225 filterzoom(xs_get, xs_put_c, xsize, ysize,
229 filterzoom(xs_get, xs_put_0, xsize, ysize
246 int xsize, ysize, zsize; local
397 int xsize, ysize, zsize, len; local
    [all...]
  /external/syslinux/com32/lib/sys/vesa/
background.c 84 int xsize = __vesa_info.mi.h_res; local
94 for (x = 0 ; x < xsize ; x += width) {
95 xl = min(width, xsize-x);
101 dp += xsize;
102 sp += xsize;
107 drp += xsize*height;
296 uint16_t xsize; member in struct:lss16_header
310 h->xsize <= __vesa_info.mi.h_res &&
353 while (x < h->xsize) {
393 count = min(count, h->xsize - x)
    [all...]
  /external/python/cpython2/RISCOS/Modules/
drawfmodule.c 244 int xsize,ysize,x,y; local
252 (int*)&fill,(int*)&bg_hint,(int*)&style,&xsize,&ysize)) return NULL;
267 dtext->xsize=xsize;
274 box->x0=x;box->y0=y;box->x1=x+len*xsize;box->y1=y+ysize;
282 int xsize,ysize,x,y; local
294 (int*)&fill,(int*)&bg_hint,(int*)&style,&xsize,&ysize,&t1,&t2,&t3,&t4,&t5,&t6)) return NULL;
316 dtext->xsize=xsize;
323 box->x0=x;box->y0=y;box->x1=x+len*xsize;box->y1=y+ysize
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1011 size_t xsize; \/* size of result *\/ local
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 207 Exactly xsize all retiring blocks are of this size
211 SizeT xsize; member in struct:__anon37597
212 UInt* histo; /* [0 .. xsize-1] */
248 api->xsize = 0;
334 // histo stuff. First, do state transitions for xsize/xsize_tag.
338 tl_assert(api->xsize == 0);
342 api->xsize = bk->req_szB;
343 if (0) VG_(printf)("api %p --> Exactly(%lu)\n", api, api->xsize);
347 api->xsize * sizeof(UInt));
348 VG_(memset)(api->histo, 0, api->xsize * sizeof(UInt))
    [all...]
  /system/tpm/trunks/ftdi/
mpsse.h 161 int xsize; member in struct:mpsse_context
  /external/libmtp/src/
ptp.c 2885 unsigned int xsize, psize1 = 0, psize2 = 0; local
3241 unsigned int xsize = 0; local
3605 unsigned int xsize = 0; local
    [all...]

Completed in 881 milliseconds