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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_sf_state.c 243 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 394 FreeRangeHeader *allocateNewCodeSlab(size_t MinSize) {
395 // If the user needs at least MinSize free memory, then we account for
398 size_t PaddedMin = MinSize + 2 * sizeof(MemoryRangeHeader);
421 assert(NewBlock->BlockSize - sizeof(MemoryRangeHeader) >= MinSize &&
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 275 ctx->Point.MinSize,
gen6_sf_state.c 243 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
  /external/tcpdump/
print-forces.c 1012 u_int minsize = 0; local
1040 minsize = idcnt * 4;
1041 if (len < minsize) {
1042 printf("\t\t\ttruncated IDs expected %uB got %uB\n", minsize,
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.mm 261 NSSize minSize = [self isTabbedWindow] ?
263 [[self window] setMinSize:minSize];
471 NSSize minSize = [[self window] minSize];
472 if (bounds.width() < minSize.width)
473 checkedBounds.set_width(minSize.width);
474 if (bounds.height() < minSize.height)
475 checkedBounds.set_height(minSize.height);
    [all...]
  /external/dnsmasq/src/
rfc2131.c 95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
96 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 241 public void setLabelMinSize(int minSize) {
242 mLabelMinSize = minSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 686 void RenderThemeChromiumMac::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize, float zoomLevel)
689 if (minSize.width() >= static_cast<int>(sizes[NSRegularControlSize].width() * zoomLevel) &&
690 minSize.height() >= static_cast<int>(sizes[NSRegularControlSize].height() * zoomLevel))
692 else if (minSize.width() >= static_cast<int>(sizes[NSSmallControlSize].width() * zoomLevel) &&
693 minSize.height() >= static_cast<int>(sizes[NSSmallControlSize].height() * zoomLevel))
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 845 private void flushFullBuffer(int minSize) {
849 // the new buffer should also at least be >= minSize and
852 Math.max(minSize, flushedBuffersTotalBytes >>> 1));
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 244 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth();
245 assert(BranchFixups.size() >= MinSize && "fixup stack out of order");
247 while (BranchFixups.size() > MinSize &&
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 225 void enableAutoSizeMode(bool enable, const IntSize& minSize, const IntSize& maxSize);
FrameView.cpp     [all...]
  /external/elfutils/0.153/libdw/
libdwP.h 387 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 408 int MinSize, int MinAlign, ISD::ArgFlagsTy ArgFlags);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 451 AttributeSet::FunctionIndex, Attribute::MinSize));
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 246 extern const mDNSu8 *LocateOptRR(const DNSMessage *const msg, const mDNSu8 *const end, int minsize);
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 701 GLuint minSize = (nConfigOptions*3 + 1) / 2;
703 for (size = 1, log2size = 0; size < minSize; size <<= 1, ++log2size);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 37 unsigned MinSize = LSize < RSize ? LSize : RSize;
40 for (; Count != MinSize; ++Count)
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 701 GLuint minSize = (nConfigOptions*3 + 1) / 2;
703 for (size = 1, log2size = 0; size < minSize; size <<= 1, ++log2size);
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 159 ArrayHelper(JNIEnv* env, JArray ref, jint offset, jint minSize) {
163 mMinSize = minSize;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 209 GLsizei MinSize; /**< Min texture size to allocate */
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 209 GLsizei MinSize; /**< Min texture size to allocate */
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 178 if (hasAttribute(Attribute::MinSize))
179 return "minsize";
388 case Attribute::MinSize: return 1ULL << 33;
    [all...]

Completed in 1269 milliseconds

1 2 3 4 5 6 78 91011>>