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

  /external/clang/test/Analysis/
cxx11-crashes.cpp 38 const float ysize={0.015}, xsize={0.01}; local
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 57 static int DistanceToPlaneCode(int xsize, int dist) {
58 const int yoffset = dist / xsize;
59 const int xoffset = dist - yoffset * xsize;
62 } else if (xoffset > xsize - 8 && yoffset < 7) {
63 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
146 static void GetParamsForHashChainFindCopy(int quality, int xsize,
153 : (quality > 25) ? (xsize << 8)
154 : (xsize << 4);
155 assert(xsize > 0);
174 const uint32_t xsize = (uint32_t)xsize_signed local
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1012 size_t xsize; \/* size of result *\/ local
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 207 Exactly xsize all retiring blocks are of this size
211 SizeT xsize; member in struct:__anon28067
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...]
  /external/webp/src/enc/
backward_references.c 57 static int DistanceToPlaneCode(int xsize, int dist) {
58 const int yoffset = dist / xsize;
59 const int xoffset = dist - yoffset * xsize;
62 } else if (xoffset > xsize - 8 && yoffset < 7) {
63 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
146 static void GetParamsForHashChainFindCopy(int quality, int xsize,
153 : (quality > 25) ? (xsize << 8)
154 : (xsize << 4);
155 assert(xsize > 0);
174 const uint32_t xsize = (uint32_t)xsize_signed local
    [all...]
  /external/libmtp/src/
ptp.c 2039 unsigned int xsize; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 412 /*@dependent@*/ yasm_expr *xsize; member in struct:elf_symtab_entry

Completed in 732 milliseconds