/external/valgrind/main/coregrind/m_debuginfo/ |
storage.c | 698 if ((*key) > elem->aMax) return 1; 711 VG_(printf)(" %#lx .. %#lx: %lu vars\n", range->aMin, range->aMax, 717 /* Add the variable 'var' to 'scope' for the address range [aMin,aMax] 718 (inclusive of aMin and aMax). Split existing ranges as required if 719 aMin or aMax or both don't match existing range boundaries, and add 726 Addr aMax, 736 vg_assert(aMin <= aMax); 738 if (0) VG_(printf)("add_var_to_arange: %#lx .. %#lx\n", aMin, aMax); 749 vg_assert(first->aMin <= first->aMax); 750 vg_assert(first->aMin <= aMin && aMin <= first->aMax); [all...] |
d3basics.c | [all...] |
priv_d3basics.h | 586 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd) 589 valid when aMin <= pc <= aMax (possibly after suitable biasing). 596 biasMe is 1 if the aMin/aMax fields need this DebugInfo's text_bias 601 that aMax is 1 less than the corresponding value in a DWARF3 602 location list. Zero length ranges, with aMax == aMin-1, are not
|
readdwarf3.c | 527 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd) 530 valid when aMin <= pc <= aMax (possibly after suitable biasing). 537 biasMe is 1 if the aMin/aMax fields need this DebugInfo's 542 that aMax is 1 less than the corresponding value in a DWARF3 543 location list. Zero length ranges, with aMax == aMin-1, are not 571 /* t-bias aMax */ 592 + sizeof(UWord) /*aMin*/ + sizeof(UWord) /*aMax*/ 605 p = ML_(write_Addr)(p, ~0); /*aMax*/ 733 /* Denotes an address range. Both aMin and aMax are included in the 737 struct { Addr aMin; Addr aMax; } [all...] |
debuginfo.c | [all...] |
priv_storage.h | 387 Addr aMax; 837 Addr aMax, [all...] |
readelf.c | [all...] |
/external/opencv/cxcore/src/ |
cxjacobieigens.cpp | 73 double Amax, anorm = 0, ax; 98 Amax = anorm; 100 while( Amax > ax && iters++ < 100 ) 102 Amax /= n; 118 if( fabs( Apq ) < Amax ) 178 Amax /= n; 179 } /* while ( Amax > ax ) */ 224 double Amax = 0.0, anorm = 0.0, ax; 249 Amax = anorm; 251 while( Amax > ax && iters++ < 100 [all...] |
/external/opencv/cv/src/ |
cvdominants.cpp | 56 CvSeq ** corners, int dmin2, int dmax2, int dneigh2, float amax ) 71 float mincos = (float) cos( 3.14159265359 * amax / 180 ); 86 if( (amax < 0) || (amax > 180) ) 383 int amax = cvRound(parameter4); local 385 if( amax == 0 ) 386 amax = 150; 395 dmin*dmin, dmax*dmax, dneigh*dneigh, (float)amax ));
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/ |
HydraulicErodeFilter.java | 107 float amax = 0;
local 115 if (a - at > a - amax) {
117 amax = at;
129 float dwj = Math.min(wt[idx], a - aa) * (a - amax) / dtotal;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_surface.c | 337 int Amin, Amax, Bmin, Bmax; 341 Amax = Amin + A->w; 347 if(Bmax < Amax) 348 Amax = Bmax; 349 intersection->w = Amax - Amin > 0 ? Amax - Amin : 0; 353 Amax = Amin + A->h; 359 if(Bmax < Amax) 360 Amax = Bmax; 361 intersection->h = Amax - Amin > 0 ? Amax - Amin : 0 [all...] |
/external/eigen/blas/ |
level1_impl.h | 97 Scalar amax = aa>ab ? a : b; local 98 r = amax>0 ? r : -r;
|
/external/chromium_org/net/http/ |
http_security_headers_unittest.cc | 89 EXPECT_FALSE(ParseHSTSHeader("amax-age=3488923", &max_age, 195 EXPECT_FALSE(ParseHPKPHeader("amax-age=3488923", chain_hashes, &max_age,
|
/external/opencv/cvaux/src/ |
cveigenobjects.cpp | 49 double Amax, anorm = 0, ax; 74 Amax = anorm; 76 while( Amax > ax ) 78 Amax /= n; 94 if( fabs( Apq ) < Amax ) 154 Amax /= n; 155 } /* while ( Amax > ax ) */ [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
quant.c | 249 const double amax = 0.85; local 252 const double slope = (exp_min - exp_max) / (amax - amin); 254 // in the [amin, amax] range. 255 const double expn = (alpha > amax) ? exp_min [all...] |
/external/qemu/ |
console.h | 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
|
console.c | [all...] |
/external/webp/src/enc/ |
quant.c | 249 const double amax = 0.85; local 252 const double slope = (exp_min - exp_max) / (amax - amin); 254 // in the [amin, amax] range. 255 const double expn = (alpha > amax) ? exp_min [all...] |
/external/chromium/net/base/ |
transport_security_state_unittest.cc | 56 "amax-age=3488923", &max_age, &include_subdomains));
|
/external/qemu/hw/ |
goldfish_fb.c | 178 pf->abits, pf->amask, pf->ashift, pf->amax);
|
/external/srec/config/en.us/dictionary/ |
c0.6 | [all...] |
/prebuilts/devtools/tools/lib/ |
sdklib.jar | |