Searched refs:Width (Results 1 - 25 of 150) sorted by relevance

123456

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursespad.cc89 int Width = W->width(); local
120 if (min_col < (width() - Width - 1)) {
122 if (min_col > (width() - Width - h_gridsize - 1))
123 min_col = width() - Width - 1;
227 int Width = W->width(); local
231 h_len = (Width*Width + width() - 1)/width();
234 if (h_len > Width)
235 h_len = Width;
243 col = (min_col * Width
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetData.h171 bool isLegalInteger(unsigned Width) const {
173 if (LegalIntWidths[i] == Width)
178 bool isIllegalInteger(unsigned Width) const {
179 return !isLegalInteger(Width);
191 bool fitsInLegalInteger(unsigned Width) const {
193 if (Width <= LegalIntWidths[i])
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dsafe_sprintf.c41 Flags, Width, Prec, Type, Format enumerator in enum:__anon11207
93 state = Width;
94 if (state == Width) {
106 state = Width;
107 if (state == Width) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.h86 unsigned char Width; /* width of code in bits */ member in struct:__anon13140
201 for (t = 0; t < TabEnt->Width; t++) \
205 ClrBits(TabEnt->Width); \
213 for (t = 0; t < TabEnt->Width; t++) \
217 ClrBits(TabEnt->Width); \
230 ClrBits(TabEnt->Width); \
235 ClrBits(TabEnt->Width); \
H A Dmkg3states.c332 E->Width = width;
357 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace);
368 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGForeignObjectElement.h54 DECLARE_ANIMATED_LENGTH(Width, width)
H A DSVGRectElement.h53 DECLARE_ANIMATED_LENGTH(Width, width)
H A DSVGFilterElement.h70 DECLARE_ANIMATED_LENGTH(Width, width)
H A DSVGImageElement.h67 DECLARE_ANIMATED_LENGTH(Width, width)
H A DSVGMaskElement.h60 DECLARE_ANIMATED_LENGTH(Width, width)
H A DSVGFilterPrimitiveStandardAttributes.h78 DECLARE_ANIMATED_LENGTH(Width, width)
H A DSVGPatternElement.h72 DECLARE_ANIMATED_LENGTH(Width, width)
H A DSVGUseElement.h104 DECLARE_ANIMATED_LENGTH(Width, width)
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DTargetRegistry.cpp145 size_t Width = 0; local
150 Width = std::max(Width, Targets.back().first.size());
158 OS.indent(Width - Targets[i].first.size()) << " - "
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGradientSlider.js43 WebInspector.GradientSlider.Width = 238;
122 knob.stop.offset = knob.x / WebInspector.GradientSlider.Width;
187 var stop = {offset: this._shadowKnob.x / WebInspector.GradientSlider.Width, color: this._shadowKnob.wellColor};
226 var w = WebInspector.GradientSlider.Width;
263 knob.x = Math.round(stop.offset * WebInspector.GradientSlider.Width);
400 var w = WebInspector.GradientSlider.Width;
/macosx-10.10/IOPCIFamily-239.1.2/
H A Ddmar.h43 uint8_t Width; /* Host Address Width */ member in struct:acpi_table_dmar
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/mac/
H A DAVCaptureDeviceManager.h55 enum ValidConstraints { Width = 0, Height, FrameRate, FacingMode, Gain }; enumerator in enum:WebCore::AVCaptureDeviceManager::ValidConstraints
H A DAVVideoCaptureSource.mm176 constraints->getMandatoryConstraintValue(constraintNames[AVCaptureDeviceManager::Width], widthConstraint);
182 constraints->getOptionalConstraintValue(constraintNames[AVCaptureDeviceManager::Width], widthConstraint);
/macosx-10.10/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c74 static unsigned short Width, Height; variable
419 length = Width/100 + my_random() % 90, tries = 8;
427 if (x + X_INCR*length <= (int)Width - 70)
439 if (x + X_INCR * length <= (int)Width - 70 &&
447 if (x + X_INCR*length <= (int)Width - 70 &&
461 int width = (Width / 3);
471 box_x = (Width - width) / 2;
547 event.width = Width, event.height = Height;
813 else if (X + w + 15 > (int)Width + 5)
814 X = Width
[all...]
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegion.h113 Width, enumerator in enum:WebCore::VTTRegion::RegionSetting
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp40 unsigned Base, Width, Offset; member in struct:__anon10893::EncodingField
42 : Base(B), Width(W), Offset(O) { }
52 void addField(unsigned Base, unsigned Width, unsigned Offset) { argument
53 Fields.push_back(EncodingField(Base, Width, Offset));
331 // Width of instructions
1068 << "(insn, " << OI->Base << ", " << OI->Width
1075 << "(insn, " << OI->Base << ", " << OI->Width
1779 unsigned Width = 0;
1792 OpInfo.addField(Base, Width, Offset);
1794 Width
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DIVUsers.cpp133 uint64_t Width = SE->getTypeSizeInBits(I->getType());
134 if (Width > 64 || (TD && !TD->isLegalInteger(Width)))
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledwidget.itk57 itk_option define -sbwidth sbWidth Width 15
61 itk_option define -width width Width 30
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h112 #define Width(c) wcwidth(c) macro
162 #define Width(c) 1 macro
/macosx-10.10/libedit-40/src/
H A Dchartype.h113 Width(wchar_t c) function
167 #define Width(c) 1 macro

Completed in 399 milliseconds

123456