Searched refs:right (Results 151 - 175 of 1426) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32gui.h163 (xr).width = ((nr).right - (nr).left), \
169 (nr).right = ((xr).x + (xr).width), \
175 (nr).right = ((nr).left + (width)), \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dboxlabel.tcl108 proc update {this left top right bottom} {
113 ::set width [expr {$right - $left}]
128 ::set data(right) 0
H A Dlabarray.tcl68 foreach {left top right bottom}\
70 set wide [expr {($right - $left) > $halfWidth}]
99 foreach {left top right bottom} $list {}
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmach_port.defs117 * The right must be one of
129 right : mach_port_right_t;
134 * The right must be one of
139 * It can use any name not associated with a right.
144 right : mach_port_right_t;
161 * correct type of right. This allows a user task
172 * A send-once right always has one user ref.
174 * A send right always has one or more user refs.
175 * A receive right always has one user ref.
176 * The right mus
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregcomp.c646 struct state *left, *right; /* scaffolding for branch */
664 branch->right = subre(v, '|', LONGER, init, final);
666 branch = branch->right;
670 right = newstate(v->nfa);
673 EMPTYARC(right, final);
675 branch->left = parsebranch(v, stopper, type, left, right, 0);
679 for (t = branches; t != branch; t = t->right) {
696 assert(branch->right == NULL);
704 freesubre(v, branches->right);
705 branches->right
640 struct state *left, *right; /* scaffolding for branch */ local
715 parsebranch( struct vars *v, int stopper, int type, struct state *left, struct state *right, int partial) argument
1424 struct state *right = newstate(v->nfa); local
1658 struct state *left, *right; local
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/
H A DCalc.yp9 %right '='
13 %right '^'
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/
H A DCalc.yp9 %right '='
13 %right '^'
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcecal.h55 * @param right Calendar object to be copied
58 CECalendar& operator=(const CECalendar& right);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dtztrans.h73 * @param right The object to be copied.
76 TimeZoneTransition& operator=(const TimeZoneTransition& right);
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DSurface.cpp23 clip.right = width;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DOpcode.cpp66 static int compareOpcodeIndices(const void* left, const void* right) argument
69 long long rightValue = OpcodeStats::opcodeCounts[*(int*) right];
79 static int compareOpcodePairIndices(const void* left, const void* right) argument
83 pair<int, int> rightPair = *(pair<int, int>*) right;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClientRect.h46 float right() const { return m_rect.maxX(); } function in class:WebCore::ClientRect
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.css29 border-right: 1px solid #ddd;
36 text-align: right;
112 margin-bottom: -30px; margin-right: -30px;
113 padding-bottom: 30px; padding-right: 30px;
131 right: 0; top: 0;
141 right: 0; bottom: 0;
190 left: 0; right: 0; top: 0; bottom: 0;
219 border-right: none;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFELighting.cpp65 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
69 normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight);
70 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight);
77 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
82 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
83 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
100 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
107 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
114 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
123 normalVector.setX(-topLeft + topRight - (left << 1) + (right <<
144 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
156 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dpwg.h66 right, /* Right margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dfibheap.h59 struct fibnode *right; member in struct:fibnode
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demint.c62 struct demangle_component *right)
113 if (right != NULL)
124 p->u.s_binary.right = right;
59 cplus_demangle_fill_component(struct demangle_component *p, enum demangle_component_type type, struct demangle_component *left, struct demangle_component *right) argument
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/backward/
H A Diomanip.h50 using std::right;
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfld_ftlink.c71 nftyp->right = type2;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py112 def compare(left, right, context):
114 right = CFTreeGetContext(right)
115 return -cmp(left, right)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftree.py117 def compare(left, right, context):
119 right = CFTreeGetContext(right, None)
120 return -cmp(left, right)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-InterfaceBuilderKit/PyObjCTest/
H A Dtest_ibgeometry.py21 self.assertHasAttr(o, 'right')
25 self.assertIsInstance(o.right, float)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Doptobj_sample.rb55 pack(:side=>:right, :expand=>true, :fill=>:both)
59 yscrollbar(TkScrollbar.new(ff){pack(:fill=>:y, :side=>:right)})
/macosx-10.9.5/securityd-55199.3/src/
H A Dcredential.cpp79 CredentialImpl::CredentialImpl(const string &right, bool shared) : mShared(shared), mRight(true), mUid(-2), mName(right), mRealName(""), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(true) argument
189 Credential::Credential(const string &right, bool shared) : RefPointer<CredentialImpl>(new CredentialImpl(right, shared)) argument
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dbench-compare.tcl66 R pad 2 both " " ; R justify 2 right
67 R pad 3 both " " ; R justify 3 right
68 R pad 4 both " " ; R justify 4 right
69 R pad 5 both " " ; R justify 5 right

Completed in 239 milliseconds

1234567891011>>