Searched refs:ubound (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/ |
H A D | mmap.js | 186 var ubound = this.mapsData_.getNumberOfRows() - 1; 187 while (lbound <= ubound) { 188 var row = ((lbound + ubound) / 2) >> 0; 192 ubound = row - 1;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_conv.c | 176 unsigned long long ubound; local 181 ubound = (1ULL << dst_width); 182 mask = ubound - 1; 183 scale = (double)mask/ubound; 287 unsigned long long ubound; local 317 ubound = ((unsigned long long)1 << n); 318 mask = ubound - 1; 319 scale = (double)ubound/mask;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_conv.c | 176 unsigned long long ubound; local 181 ubound = (1ULL << dst_width); 182 mask = ubound - 1; 183 scale = (double)mask/ubound; 287 unsigned long long ubound; local 317 ubound = ((unsigned long long)1 << n); 318 mask = ubound - 1; 319 scale = (double)ubound/mask;
|
/external/guava/guava/src/com/google/common/collect/ |
H A D | GeneralRange.java | 158 T ubound = upperEndpoint; 159 int cmp = comparator.compare(t, ubound);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 747 const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::IVec2(m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight())); 750 m_dstRect = ubound.swizzle(0, 1, 0, 1) + IVec4(-75, -99, 8, 16); 751 m_interestingArea = IVec4(ubound.x() - 128, ubound.y() - 128, ubound.x(), ubound.y());
|
/external/owasp/sanitizer/distrib/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
Completed in 146 milliseconds