HomeSort by relevance Sort by last modified time
    Searched full:minsize (Results 151 - 175 of 304) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/tools/gn/
pattern.cc 163 size_t min_next_size = sr.MinSize();
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 728 bool MinSize;
828 if (MinSize) {
903 MinSize = MF.getFunction()->getAttributes().hasAttribute(
904 AttributeSet::FunctionIndex, Attribute::MinSize);
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 176 int MinSize, int MinAlign, ISD::ArgFlagsTy ArgFlags);
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 100 Attribute::MinSize)) {
  /external/llvm/test/Transforms/InstCombine/
malloc-free-delete.ll 102 define void @test6(i8* %foo) 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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 71 // The minSize constant was originally defined to render scrollbars correctly.
73 const int minSize = 4;
269 return max(minSize, specifiedSize);
    [all...]
  /external/chromium_org/third_party/libwebp/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);
  /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*targetW);
190 const int minH = deCeilFloatToInt32(minSize*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/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 235 static jfloatArray obtainPackedAxisValuesArray(JNIEnv* env, uint32_t minSize,
241 if (minSize <= size) {
247 while (size < minSize) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 218 int minSize = 480*800; // 384000
220 float scaleDisp = ((float)(displayWidth*displayHeight)-minSize)/(maxSize-minSize);
  /frameworks/native/services/sensorservice/
vec.h 51 const size_t minSize = min(SIZE, S);
53 for (size_t i=0 ; i<minSize ; i++)
55 for (size_t i=minSize ; i<maxSize ; i++)
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 127 int32_t minSize = INT_MAX, tempSize;
130 if (minSize > tempSize) {
131 minSize = tempSize;
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp     [all...]
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp     [all...]
  /art/runtime/hprof/
hprof.cc 351 size_t minSize = length_ + nmore;
352 if (minSize > alloc_length_) {
354 if (newAllocLen < minSize) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 269 value[1] = ctx->Point.MinSize;
494 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize;
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 269 value[1] = ctx->Point.MinSize;
494 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize;
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 143 int minSize = outputStream.getBytesWritten() + tailLength * unicodeSize;
144 if (minSize > padding)
149 padding -= minSize; // Now the actual amount of padding to add.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf_state.c 275 ctx->Point.MinSize,

Completed in 970 milliseconds

1 2 3 4 5 67 8 91011>>