Searched refs:right (Results 101 - 125 of 1287) sorted by relevance

1234567891011>>

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBTreeMiscOps.c207 right - description
221 BlockDescriptor *right,
233 // assume left, middle, right point to BlockDescriptors
240 right->buffer = nil;
309 *right = *middle;
330 *right = *middle;
347 err = GetRightSiblingNode (btreePtr, middle->buffer, right);
350 if ( ((NodeDescPtr) right->buffer)->kind != kBTLeafNode ||
351 ((NodeDescPtr) right->buffer)->numRecords <= 0 )
356 foundIt = SearchNode (btreePtr, right
217 FindIteratorPosition(BTreeControlBlockPtr btreePtr, BTreeIteratorPtr iterator, BlockDescriptor *left, BlockDescriptor *middle, BlockDescriptor *right, UInt32 *returnNodeNum, UInt16 *returnIndex, Boolean *foundRecord ) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dfibheap.c71 node->right = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
223 is needed so that delete's call to extractmin gets the right node. */
295 y = x->right;
311 heap->min = ret->right;
328 node->right = node;
333 and it's right node. */
442 if (a == a->right)
444 a->right
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dbasic.css39 div.related li.right {
40 float: right;
41 margin-right: 5px;
168 margin-right: 3px;
227 margin-right: 1em;
230 img.align-right, .figure.align-right, object.align-right {
231 clear: right;
232 float: right;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoIndent.tcl35 pack [frame .rhf] -side right -anchor nw
59 pack [radiobutton .rhf.h.off -text "Indent Off" -variable ::ntext::classicWrap -value 1 -command {::ntext::wrapIndent .rhf.new}] -side right
60 pack [radiobutton .rhf.h.on -text "Indent On" -variable ::ntext::classicWrap -value 0 -command {::ntext::wrapIndent .rhf.new}] -side right
61 pack [label .rhf.h.l -text "Switch indentation on/off: "] -side right
64 pack [entry .rhf.g.e -width 3] -side right -padx 5
65 pack [button .rhf.g.b -text "Click to set tab spacing to value in box" -command changeTabs] -side right
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineRuler.css46 right: 0;
62 right: 5px;
72 right: 0;
158 .timeline-ruler > .selection-handle.right {
174 .timeline-ruler > .shaded-area.right {
175 right: 0;
H A DBreakpoint.css49 text-align: right;
65 margin-right: 4px;
H A DCodeMirrorOverrides.css70 border-right: 1px solid rgb(231, 231, 231);
81 text-align: right;
H A DComputedStyleDetailsPanel.css30 margin-right: 4px;
H A DLegacyProfileView.css29 right: 0;
H A DTimelineView.css30 right: 0;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drulebasedcollator.cpp695 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, argument
699 right.getBuffer(), right.length(), errorCode);
703 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, argument
711 int32_t rightLength = right.length();
715 right.getBuffer(), rightLength, errorCode);
720 const UChar *right, int32_t rightLength,
723 if((left == NULL && leftLength != 0) || (right == NULL && rightLength != 0)) {
730 if(rightLength < 0) { rightLength = u_strlen(right); }
734 return doCompare(left, leftLength, right, rightLengt
719 compare(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UErrorCode &errorCode) const argument
738 compareUTF8(const StringPiece &left, const StringPiece &right, UErrorCode &errorCode) const argument
751 internalCompareUTF8(const char *left, int32_t leftLength, const char *right, int32_t rightLength, UErrorCode &errorCode) const argument
929 compareNFDIter(const Normalizer2Impl &nfcImpl, NFDIterator &left, NFDIterator &right) argument
963 doCompare(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UErrorCode &errorCode) const argument
1082 doCompare(const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength, UErrorCode &errorCode) const argument
1211 compare(UCharIterator &left, UCharIterator &right, UErrorCode &errorCode) const argument
[all...]
H A Dtzrule.cpp23 compareDates(const void * /*context*/, const void *left, const void *right) { argument
25 UDate r = *((UDate*)right);
45 TimeZoneRule::operator=(const TimeZoneRule& right) {
46 if (this != &right) {
47 fName = right.fName;
48 fRawOffset = right.fRawOffset;
49 fDSTSavings = right.fDSTSavings;
114 InitialTimeZoneRule::operator=(const InitialTimeZoneRule& right) {
115 if (this != &right) {
116 TimeZoneRule::operator=(right);
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCoalesceTree.h32 Node* right ; member in struct:IOFireWireLib::CoalesceTree::Node
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dget_compat.c125 bool right = compat_mode(function, op +1); local
131 return left ^ right;
133 return left && right;
135 return left || right;
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dsolitaire.el54 (define-key solitaire-mode-map "\C-f" 'solitaire-right)
63 (define-key solitaire-mode-map [right] 'solitaire-right)
68 (define-key solitaire-mode-map [S-right] 'solitaire-move-right)
73 (define-key solitaire-mode-map [kp-6] 'solitaire-right)
79 (define-key solitaire-mode-map [S-kp-6] 'solitaire-move-right)
124 "Lower right corner of the board.")
137 '(solitaire-left solitaire-right solitaire-up solitaire-down))
182 horizontally or vertically, up, down, left or right, whic
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/dns/
H A Dtk_sample.tcl36 pack .f.x -side right -fill y
37 pack .f.b -side right -fill y
39 pack .f.e2 -side right -fill both -expand 1
42 pack .v -side right -fill y
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dds.h47 TNPtr right; /* Sibling to the right, NULL if no such */ member in struct:TN
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dpaned1.tcl32 label $w.pane.right -text "This is the\nright side" -bg cyan
34 $w.pane add $w.pane.left $w.pane.right
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbbreviations.h194 static inline LValue buildAdd(LBuilder builder, LValue left, LValue right) { return llvm->BuildAdd(builder, left, right, ""); } argument
195 static inline LValue buildSub(LBuilder builder, LValue left, LValue right) { return llvm->BuildSub(builder, left, right, ""); } argument
196 static inline LValue buildMul(LBuilder builder, LValue left, LValue right) { return llvm->BuildMul(builder, left, right, ""); } argument
197 static inline LValue buildDiv(LBuilder builder, LValue left, LValue right) { return llvm->BuildSDiv(builder, left, right, ""); } argument
198 static inline LValue buildRem(LBuilder builder, LValue left, LValue right) { return llvm->BuildSRem(builder, left, right, ""); } argument
200 buildFAdd(LBuilder builder, LValue left, LValue right) argument
201 buildFSub(LBuilder builder, LValue left, LValue right) argument
202 buildFMul(LBuilder builder, LValue left, LValue right) argument
203 buildFDiv(LBuilder builder, LValue left, LValue right) argument
204 buildFRem(LBuilder builder, LValue left, LValue right) argument
206 buildAnd(LBuilder builder, LValue left, LValue right) argument
207 buildOr(LBuilder builder, LValue left, LValue right) argument
208 buildXor(LBuilder builder, LValue left, LValue right) argument
209 buildShl(LBuilder builder, LValue left, LValue right) argument
210 buildAShr(LBuilder builder, LValue left, LValue right) argument
211 buildLShr(LBuilder builder, LValue left, LValue right) argument
226 buildICmp(LBuilder builder, LIntPredicate cond, LValue left, LValue right) argument
227 buildFCmp(LBuilder builder, LRealPredicate cond, LValue left, LValue right) argument
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Doptions.c597 right, /* High mark for binary search */ local
631 * Start with previous on right side...
635 right = prev;
644 right = num_options - 1;
654 right = num_options - 1;
659 current = (left + right) / 2;
665 right = current;
669 while ((right - left) > 1);
681 diff = cups_compare_options(&key, options + right);
682 current = right;
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db_printlog/
H A Dpgno.awk33 /right/{
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDASupport.h43 const char * right );
52 const char * right );
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dcredential.h44 CredentialImpl(const string &right, bool shared);
94 Credential(const string &right, bool shared);
/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dexectest.cpp64 AuthorizationItem right = { "system.privilege.admin", 0, NULL, 0 }; local
65 AuthorizationRights rights = { 1, &right };
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Ddelim.cpp166 char *right; member in class:delim_box
191 : left(l), right(r), p(pp)
198 a_delete right; local
371 if (right) {
372 define_extensible_string(right, uid, RIGHT_DELIM);
384 if (right)
398 if (right)
399 fprintf(stderr, " right \"%s\"", right);

Completed in 296 milliseconds

1234567891011>>