Searched defs:lens (Results 1 - 11 of 11) sorted by relevance

/external/zlib/contrib/infback9/
H A Dinflate9.h42 unsigned have; /* number of code lengths in lens[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
/external/valgrind/main/none/tests/x86/
H A Dbug152818-x86.c79 const int lens[] = { 4, 3, 2, 1, 0, 0, 1, 2, 3, 4}; variable
91 for (idx = 0; idx < sizeof (lens)/sizeof(lens[0]); ++idx)
130 len = lens[idx];
131 df = (idx >= (sizeof(lens)/sizeof(lens[0]))/2);
/external/bsdiff/
H A Dbsdiff.c206 off_t overlap,Ss,lens; local
313 s=0;Ss=0;lens=0;
319 if(s>Ss) { Ss=s; lens=i+1; };
322 lenf+=lens-overlap;
323 lenb-=lens;
/external/dbus/dbus/
H A Ddbus-string-util.c272 int lens[] = { 0, 1, 2, 3, 4, 5, 10, 16, 17, 18, 25, 31, 32, 33, 34, 35, 63, 64, 65, 66, 67, 68, 69, 70, 71, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136 }; local
277 while (i < _DBUS_N_ELEMENTS (lens))
282 set_max_length (&str, lens[i]);
284 test_max_len (&str, lens[i]);
292 while (i < _DBUS_N_ELEMENTS (lens))
299 set_max_length (&str, lens[i]);
301 if (!_dbus_string_set_length (&str, lens[i]))
304 j = lens[i];
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h110 unsigned have; /* number of code lengths in lens[] */
112 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
/external/zlib/contrib/puff/
H A Dpuff.c401 * length symbol. These are in the static arrays below, lens[] for the base
442 static const short lens[29] = { /* Size base for length codes 257..285 */ local
476 len = lens[symbol] + bits(s, lext[symbol]);
/external/zlib/test/
H A Dinfcover.c621 unsigned short lens[16], work[16]; local
627 lens[bits] = (unsigned short)(bits + 1);
628 lens[15] = 15;
631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
/external/e2fsprogs/lib/blkid/
H A Ddevname.c403 int lens[2] = { 0, 0 }; local
451 lens[which] = strlen(ptname);
454 if (isdigit(ptname[lens[which] - 1])) {
462 lens[which] = 0; /* mark as checked */
470 if (lens[last] && !strncmp(ptnames[last], ptname, lens[last])) {
486 lens[last] = 0;
493 if (lens[last] && strncmp(ptnames[last], ptname, lens[last])) {
499 lens[las
[all...]
/external/icu4c/samples/cal/
H A Dcal.c425 int32_t lens [DAY_COUNT]; local
453 lens[i] = u_strlen(days[i]);
454 width += lens[i];
492 indent(lens[i] + 1, stdout);
502 pad = lens[current] - u_strlen(s);
543 int32_t lens [DAY_COUNT]; local
576 lens[i] = u_strlen(days[i]);
577 width += lens[i];
666 indent(lens[j] + 1, stdout);
673 pad = lens[left_curren
[all...]
/external/zlib/
H A Dinflate.h114 unsigned have; /* number of code lengths in lens[] */
116 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp180 icvMakeScanlinesLengths( int *scanlines, int numlines, int *lens )
199 lens[index] = MAX( dx, dy );
210 int *scanlines_a, int *lens, int numlines, float alpha )
242 lens[curr_len++] = MAX( dx, dy );
2023 int *scanlines_a, int *lens, int numlines, float alpha )
2030 lens, numlines, alpha ));
208 icvMakeAlphaScanlines( int *scanlines_1, int *scanlines_2, int *scanlines_a, int *lens, int numlines, float alpha ) argument
2021 cvMakeAlphaScanlines( int *scanlines_1, int *scanlines_2, int *scanlines_a, int *lens, int numlines, float alpha ) argument

Completed in 243 milliseconds