/external/chromium_org/third_party/zlib/ |
inffast.c | 78 unsigned dmax; /* maximum distance from zlib header */ local 105 dmax = state->dmax; 177 if (dist > dmax) {
|
inflate.h | 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 78 unsigned dmax; /* maximum distance from zlib header */ local 105 dmax = state->dmax; 177 if (dist > dmax) {
|
inflate.h | 83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
|
/external/zlib/src/ |
inffast.c | 78 unsigned dmax; /* maximum distance from zlib header */ local 105 dmax = state->dmax; 177 if (dist > dmax) {
|
inflate.h | 87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
|
/external/iproute2/tc/ |
q_hfsc.c | 54 "SC := [ [ umax BYTE ] dmax SEC ] rate BPS\n" 57 " dmax : maximum delay\n" 340 unsigned int umax = 0, dmax = 0, rate = 0; local 351 if (matches(*argv, "dmax") == 0) { 353 if (get_time(&dmax, *argv) < 0) { 354 explain1("dmax"); 369 if (umax != 0 && dmax == 0) { 370 fprintf(stderr, "HFSC: umax given but dmax is zero.\n"); 374 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) [all...] |
/external/libgsm/src/ |
long_term.c | 65 word R, S, dmax, scal, best_k; local 72 dmax = 0; 76 if (temp > dmax) { 77 dmax = temp; 82 if (dmax == 0) scal = 0; 84 assert(dmax > 0); 85 temp = gsm_norm( (longword)dmax << 16 ); 168 word R, S, dmax, scal; local 173 dmax = 0; 178 if (temp > dmax) dmax = temp 309 word R, S, dmax, scal; local 485 word R, S, dmax, scal; local [all...] |
/external/opencv/cv/src/ |
cvdominants.cpp | 323 /* dmax is so big (more than contour diameter) 381 int dmax = cvRound(parameter2); local 389 if( dmax == 0 ) 390 dmax = dmin + 2; 395 dmin*dmin, dmax*dmax, dneigh*dneigh, (float)amax ));
|
/external/aac/libSBRenc/src/ |
fram_gen.h | 259 INT dmax; /*!< maximum length of dependent segments */ member in struct:__anon2646
|
fram_gen.cpp | 229 static void fillFramePre (INT dmax, INT *v_bord, INT *length_v_bord, 233 static void fillFramePost (INT *parts, INT *d, INT dmax, INT *v_bord, 243 INT dmin, INT dmax, INT numberTimeSlots); 392 INT dmax = hSbrEnvFrame->dmax; local 546 fillFramePre (dmax, v_bord, length_v_bord, v_freq, length_v_freq, 552 fillFramePost (&parts, &d, dmax, v_bord, length_v_bord, v_freq, 622 length_v_freqFollow, *i_fillFollow, dmin, dmax, 628 fillFramePost (&parts, &d, dmax, v_bord, length_v_bord, v_freq, [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
DoubleTest.java | 1355 Double dmax = new Double(Double.MAX_VALUE); local [all...] |
/external/chromium_org/third_party/re2/re2/ |
re2.cc | 502 string dmin, dmax; local 504 if (maxlen > 0 && prog_->PossibleMatchRange(&dmin, &dmax, maxlen)) { 506 pmax += dmax; [all...] |
/external/jdiff/src/jdiff/ |
DiffMyers.java | 116 final int dmax = xlim - yoff; // Maximum valid diagonal. local 138 if (fmax < dmax) 170 if (bmax < dmax)
|
/external/regex-re2/re2/ |
re2.cc | 484 string dmin, dmax; local 486 if (maxlen > 0 && prog_->PossibleMatchRange(&dmin, &dmax, maxlen)) { 488 pmax += dmax; [all...] |
/external/chromium_org/third_party/libpng/ |
pngrtran.c | 523 int dmax = ((dm > db) ? dm : db); local 524 int d = dmax + dt + db; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn.h | 300 (dest)->dmax=(b)->dmax, \ 323 int dmax; /* Size of the d array. */ member in struct:bignum_st 697 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ 699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) 747 if(_bnum1->top < _bnum1->dmax) { \ 751 * wouldn't be constructed with top!=dmax. */ \ 756 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \ [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bn.h | 300 (dest)->dmax=(b)->dmax, \ 323 int dmax; /* Size of the d array. */ member in struct:bignum_st 697 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ 699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) 747 if(_bnum1->top < _bnum1->dmax) { \ 751 * wouldn't be constructed with top!=dmax. */ \ 756 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \ [all...] |
/external/libpng/ |
pngrtran.c | 523 int dmax = ((dm > db) ? dm : db); local 524 int d = dmax + dt + db; [all...] |
/external/opencv/cxcore/src/ |
cxutils.cpp | 702 double dmin = MIN( a, b ), dmax = MAX( a, b ); local 704 scale = (dmax - dmin)*(smax - smin > DBL_EPSILON ? 1./(smax - smin) : 0); [all...] |
/external/openssl/crypto/bn/ |
bn.h | 300 (dest)->dmax=(b)->dmax, \ 323 int dmax; /* Size of the d array. */ member in struct:bignum_st 697 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ 699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) 747 if(_bnum1->top < _bnum1->dmax) { \ 751 * wouldn't be constructed with top!=dmax. */ \ 756 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \ [all...] |
/external/openssl/include/openssl/ |
bn.h | 300 (dest)->dmax=(b)->dmax, \ 323 int dmax; /* Size of the d array. */ member in struct:bignum_st 697 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ 699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) 747 if(_bnum1->top < _bnum1->dmax) { \ 751 * wouldn't be constructed with top!=dmax. */ \ 756 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \ [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrtran.c | 498 int dmax = ((dm > db) ? dm : db); local 499 int d = dmax + dt + db; [all...] |
/external/libppp/src/ |
command.c | 211 int n, cmax, dmax, cols, cxlen; local 230 cmax = dmax = 0; 235 if ((n = strlen(cmd->helpmes)) > dmax) 236 dmax = n; 239 cols = 80 / (dmax + cmax + 3); 250 cmd->name, cxlen, cxlen, cx, dmax, dmax, cmd->helpmes); [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngrtran.c | 749 int dmax = ((dm > db) ? dm : db); local 750 int d = dmax + dt + db; [all...] |