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

1234567891011>>

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dnametbl.c260 temp->right = This; /* Save this node as a right son. */
274 temp = This->right;
275 This->right = NULL;
282 * remaining nodes are right sons.
293 This->right = temp;
325 r, /* The right child of the node being deleted */
335 r = n->right;
355 * Handle the root of the tree specially. Make the right child the new root.
368 if (p->right
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dintervals.c221 if (NULL_INTERVAL_P (tree->right))
226 tree = tree->right;
247 position += LENGTH (tree); tree = tree->right;
344 INTERVAL_PARENT (interval)->right = B;
349 i = B->right;
350 B->right = interval;
369 /* Assuming that a right child exists, perform the following operation:
383 INTERVAL B = interval->right;
392 INTERVAL_PARENT (interval)->right = B;
402 interval->right
[all...]
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.10.1/tcl-105/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.10.1/xnu-2782.1.97/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.10.1/cups-408/cups/doc/
H A Dcups.css10 right: 0;
78 margin-right: 0;
88 margin-right: 0;
288 margin-right: auto;
297 margin-right: auto;
314 margin-right: auto;
323 margin-right: auto;
327 text-align: right;
332 text-align: right;
351 float: right;
[all...]
/macosx-10.10.1/tcl-105/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.10.1/CPANInternal-159.1/Parse-Yapp-1.05/
H A DCalc.yp9 %right '='
13 %right '^'
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dbuddhcal.h85 * @param right the object to be copied.
88 BuddhistCalendar& operator=(const BuddhistCalendar& right);
H A Dcecal.h55 * @param right Calendar object to be copied
58 CECalendar& operator=(const CECalendar& right);
H A Dtaiwncal.h82 * @param right the object to be copied.
85 TaiwanCalendar& operator=(const TaiwanCalendar& right);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dtztrans.h73 * @param right The object to be copied.
76 TimeZoneTransition& operator=(const TimeZoneTransition& right);
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DSurface.cpp23 clip.right = width;
/macosx-10.10.1/JavaScriptCore-7600.1.17/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 std::pair<int, int> rightPair = *(pair<int, int>*) right;
/macosx-10.10.1/Security-57031.1.35/securityd/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.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDetailsSidebarPanel.css30 right: 0;
38 right: 0;
H A DFontResourceContentView.css51 border-right: 1px solid lightgrey;
74 margin-right: -100%; /* Causes this element to be zero width and draw behind the text. */
H A DGoToLineDialog.css52 right: 36px;
68 right: 12px;
H A DSourceCodeTextEditor.css63 padding-right: 10px;
69 padding-right: 15px;
/macosx-10.10.1/cups-408/cups/cups/
H A Dpwg.h66 right, /* Right margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dfibheap.h59 struct fibnode *right; member in struct:fibnode
/macosx-10.10.1/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.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Diomanip.h50 using std::right;
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfld_ftlink.c71 nftyp->right = type2;

Completed in 297 milliseconds

1234567891011>>