HomeSort by relevance Sort by last modified time
    Searched full:minsize (Results 176 - 200 of 385) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/runtime/
stack1.go 478 var minsize uintptr
481 minsize = 0
483 minsize = spAlign
485 minsize = ptrSize
487 if size > minsize {
  /external/llvm/test/CodeGen/AArch64/
logical_shifted_reg.ll 9 define void @logical_32bit() minsize {
99 define void @logical_64bit() minsize {
  /external/llvm/test/Transforms/Inline/
inline_minisize.ll 217 define i32 @fct4(i32 %c) minsize nounwind uwtable ssp {
221 ; With Oz (minsize attribute), the benefit of inlining fct2
  /external/mesa3d/src/mesa/swrast/
s_points.c 68 size = CLAMP(size, ctx->Point.MinSize, ctx->Point.MaxSize);
546 ctx->Point.MinSize,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 360 float minSize = Math.min(source.getWidth(), source.getHeight());
362 float scale = maxSize / minSize;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 275 Point minSize = content.computeSize(r.width, SWT.DEFAULT);
276 scrolledComposite.setMinSize(minSize);
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 75 bool MinSize;
88 void SetMinSize(bool MinSize_) { MinSize = MinSize_; }
186 : Root(nullptr), MinSize(false), BlockIdCounter(1),
293 if (!MinSize)
    [all...]
  /external/llvm/test/CodeGen/ARM/
avoid-cpsr-rmw.ll 56 define void @t3(i32* nocapture %ptr1, i32* %ptr2, i32 %c) nounwind minsize {
  /external/llvm/test/CodeGen/X86/
sse_partial_update.ll 114 define <2 x double> @load_fold_cvtss2sd_int_minsize(<4 x float> *%a) minsize {
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sf_state.c 278 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 209 ctx->Point.MinSize,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 319 FX_BOOL CalcSize(const CFX_SizeF& minSize,
xfa_fffield.cpp 217 CFX_SizeF minSize;
218 minSize.Set(0, 0);
221 pCapTextLayout->CalcSize(minSize, maxSize, size);
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
status.js 262 function leftPadNumber(number, minSize, paddingChar) {
264 if (stringified.length < minSize) {
265 for (var i = 0; i < (minSize - stringified.length); ++i) {
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 886 // \note minSize and maxSize are for arrays and can be distinct since implementations are allowed, but not required, to trim the inactive end indices of arrays.
887 int minSize;
893 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); }
895 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {}
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 187 const float minSize = 0.5f;
189 const int minW = deCeilFloatToInt32(minSize * (float)targetW);
190 const int minH = deCeilFloatToInt32(minSize * (float)targetH);
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 39 MinSize = EIGEN_SIZE_MIN_PREFER_DYNAMIC(MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime)
45 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MinSize> MatrixUType;
47 typedef Matrix<Scalar, MinSize, 1> SingularValuesType;
  /external/opencv3/modules/objdetect/src/
cascadedetect.hpp 98 Size minSize = Size(),
106 Size minSize=Size(),
115 Size minSize = Size(),
  /external/webp/src/enc/
iterator.c 101 static WEBP_INLINE int MinSize(int a, int b) { return (a < b) ? a : b; }
134 const int w = MinSize(pic->width - x * 16, 16);
135 const int h = MinSize(pic->height - y * 16, 16);
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 237 static jfloatArray obtainPackedAxisValuesArray(JNIEnv* env, uint32_t minSize,
243 if (minSize <= size) {
249 while (size < minSize) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 237 int minSize = 480*800; // 384000
239 float scaleDisp = ((float)(displayWidth*displayHeight)-minSize)/(maxSize-minSize);
    [all...]

Completed in 1800 milliseconds

1 2 3 4 5 6 78 91011>>