Searched refs:xsize (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/exp-dhat/
H A Ddh_main.c207 Exactly xsize all retiring blocks are of this size
211 SizeT xsize; member in struct:__anon12518
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 * sizeo
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1012 size_t xsize; /* size of result */ local
1021 xsize = (4 * ipaStringSize) + 8; /* assume more than double size */
1022 *outXsampaString = (char *) malloc( xsize );/* allocate return string */
1024 xsize = 0; /* clear final */
1031 xsize = strlen(*outXsampaString); /* get the final length */
1032 return xsize;
/external/libmtp/src/
H A Dptp.c1669 * xsize Size in bytes of the transfer to do
1676 ptp_canon_eos_getpartialobject (PTPParams* params, uint32_t oid, uint32_t offset, uint32_t xsize, unsigned char**data) argument
1687 ptp.Param3 = xsize;
2039 unsigned int xsize; local
2046 ret = ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &xdata, &xsize);
2101 ptp_nikon_get_preview_image (PTPParams* params, unsigned char **xdata, unsigned int *xsize, argument
2110 ret = ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, xdata, xsize);
H A Dptp.h2390 uint16_t ptp_canon_eos_getpartialobject (PTPParams* params, uint32_t oid, uint32_t off, uint32_t xsize, unsigned char**data);

Completed in 503 milliseconds