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

  /external/e2fsprogs/intl/
xsize.h 44 size_t size = xsum (header_size, xtimes (n, element_size));
57 xsum (size_t size1, size_t size2) function
70 return xsum (xsum (size1, size2), size3);
80 return xsum (xsum (xsum (size1, size2), size3), size4);
vasnprintf.c 212 size_t augmented_length = xsum (length, n);
228 augmented_length = xsum (length, 1);
297 width = xsum (xtimes (width, 10), *digitp++ - '0');
320 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
431 tmp_length = xsum (tmp_length, precision);
438 tmp_length = xsum (tmp_length, precision);
482 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
583 ENSURE_ALLOCATION (xsum (length, 1));
789 xsum (xtimes (allocated, 2), 12);
824 xmax (xsum (length, count), xtimes (allocated, 2))
    [all...]
printf-parse.c 93 a_allocated = xsum (n, 1); \
146 n = xsum (xtimes (n, 10), *np - '0');
216 n = xsum (xtimes (n, 10), *np - '0');
273 n = xsum (xtimes (n, 10), *np - '0');
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 155 int xsum; local
229 xsum = px[0] + px[1] + px[2] + px[3];
230 dx = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] +
231 (((PV_ABS(xsum)) >> 4) << 1));
236 xsum = py[0] + py[1] + py[2] + py[3];
237 dy = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] +
238 (((PV_ABS(xsum)) >> 4) << 1));
261 round1, mvwidth, &xsum, &ysum);*
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 111 Int xsum, ysum; local
170 xsum = mot[1].x + mot[2].x + mot[3].x + mot[4].x;
173 dx = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] +
174 (((PV_ABS(xsum)) >> 4) << 1));
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp 681 double xsum = 0, ysum = 0;
730 xsum += v;
741 if( fabs(xsum - 1.) > eps )
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 4225 milliseconds