Searched refs:right (Results 76 - 100 of 1287) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_notify.c88 /* send-once right consumed */
106 /* send-once right consumed */
116 * Consumes a ref for right, which should be a receive right
124 ipc_port_t right)
126 mach_notify_port_destroyed(port, right);
145 /* send-once right consumed */
162 /* send-once right consumed */
180 /* send-once right consumed */
122 ipc_notify_port_destroyed( ipc_port_t port, ipc_port_t right) argument
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-ast.h80 holds all but the last, and `right' part holds the last subexpression
84 tre_ast_node_t *right; member in struct:__anon2800
107 tre_ast_node_t *right; member in struct:__anon2802
108 /* The left end right end tags if non-zero */
124 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right);
128 tre_ast_node_t *right);
H A Dtre-ast.c73 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) argument
81 ((tre_union_t *)node->obj)->right = right;
82 node->num_submatches = left->num_submatches + right->num_submatches;
89 tre_ast_node_t *right)
97 ((tre_catenation_t *)node->obj)->right = right;
98 node->num_submatches = left->num_submatches + right->num_submatches;
197 tre_do_print(stream, ((tre_union_t *)ast->obj)->right, indent + 2);
203 tre_do_print(stream, ((tre_catenation_t *)ast->obj)->right, inden
88 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DEditing.css35 padding-right: 2px;
36 margin-right: -2px;
H A DTimelineContentView.css30 right: 0;
38 right: 0;
H A DDataGrid.css51 right: 0;
90 border-right: 1px solid rgb(179, 179, 179);
115 right: 0;
146 border-right-color: rgb(0, 102, 204);
150 border-right-color: rgb(53, 109, 189);
163 .data-grid .right div {
164 text-align: right;
172 padding-right: 12px;
179 right: 0;
198 right
[all...]
/macosx-10.10.1/apr-32/apr/apr/user/win32/
H A Dgroupinfo.c89 APR_DECLARE(apr_status_t) apr_gid_compare(apr_gid_t left, apr_gid_t right)
91 if (!left || !right)
94 if (!IsValidSid(left) || !IsValidSid(right))
96 if (!EqualSid(left, right))
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dmkpasswd84 set rpass "" ;# password chars typed by right hand
98 # choose left or right starting hand
101 # given a size, distribute between left and right hands
104 upvar $lvar left $rvar right
108 set right [expr $max/2]
109 set left [expr $max-$right]
113 set right [expr $max-$left]
141 psplit $minnum left right
145 for {set i 0} {$i<$right} {incr i} {
149 psplit $minlower left right
[all...]
/macosx-10.10.1/tcl-105/tk/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/offlineasm/
H A Dast.rb242 attr_reader :left, :right
244 def initialize(codeOrigin, left, right)
247 @right = right
251 [@left, @right]
255 AddImmediates.new(codeOrigin, (yield @left), (yield @right))
259 "(#{left.dump} + #{right.dump})"
263 "#{left.value} + #{right.value}"
288 attr_reader :left, :right
290 def initialize(codeOrigin, left, right)
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGPredictionPropagationPhase.cpp132 SpeculatedType speculatedDoubleTypeForPredictions(SpeculatedType left, SpeculatedType right) argument
134 return speculatedDoubleTypeForPrediction(mergeSpeculations(left, right));
214 SpeculatedType right = node->child2()->prediction(); local
216 if (left && right) {
218 && isFullNumberOrBooleanSpeculationExpectingDefined(right)) {
224 changed |= mergePrediction(speculatedDoubleTypeForPredictions(left, right));
227 || !(right & (SpecFullNumber | SpecBoolean))) {
228 // left or right is definitely something other than a number.
238 SpeculatedType right = node->child2()->prediction(); local
240 if (left && right) {
253 SpeculatedType right = node->child2()->prediction(); local
280 SpeculatedType right = node->child2()->prediction(); local
294 SpeculatedType right = node->child2()->prediction(); local
309 SpeculatedType right = node->child2()->prediction(); local
323 SpeculatedType right = node->child2()->prediction(); local
689 SpeculatedType right = node->child2()->prediction(); local
708 SpeculatedType right = node->child2()->prediction(); local
730 SpeculatedType right = node->child2()->prediction(); local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtztrans.cpp55 TimeZoneTransition::operator=(const TimeZoneTransition& right) { argument
56 if (this != &right) {
57 fTime = right.fTime;
58 setFrom(*right.fFrom);
59 setTo(*right.fTo);
/macosx-10.10.1/cron-39/lib/
H A Dcompat.c88 strcasecmp(left, right)
90 char *right;
92 while (*left && (MkLower(*left) == MkLower(*right))) {
94 right++;
96 return MkLower(*left) - MkLower(*right);
/macosx-10.10.1/llvmCore-3425.0.34/docs/_static/
H A Dllvm.css11 address img { float: right; width: 88px; height: 31px; }
12 address { clear: right; }
16 margin-right: 1em; margin-bottom: 1em; }
54 .doc_text { text-align: left; padding-left: 20pt; padding-right: 10pt }
81 h2+div, h2+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
98 tr.layout, td.layout, td.left, td.right
101 td.right { text-align: right }
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp229 size_type right = m_size - 1; local
231 while (right + 1 != left)
237 else if (pred(m_a_entries[right]))
238 --right;
241 _GLIBCXX_DEBUG_ASSERT(left < right);
243 std::swap(m_a_entries[left], m_a_entries[right]);
246 --right;
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeMiscOps.c304 right - description
318 BlockDescriptor *right,
330 // assume left, middle, right point to BlockDescriptors
339 right->buffer = nil;
340 right->blockHeader = nil;
388 // BTree nodes are always grabbed in left to right order.
411 *right = *middle;
432 *right = *middle;
449 err = GetRightSiblingNode (btreePtr, middle->buffer, right);
452 if ( ((NodeDescPtr) right
314 FindIteratorPosition(BTreeControlBlockPtr btreePtr, BTreeIteratorPtr iterator, BlockDescriptor *left, BlockDescriptor *middle, BlockDescriptor *right, u_int32_t *returnNodeNum, u_int16_t *returnIndex, Boolean *foundRecord ) argument
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Daclparse.c63 static void split(char *line, int splitchar, char **left, char **right);
85 const char *right )
108 rc = ( *tmp->da_parse )( fname, lineno, opts, sty, right, &tmp->da_private );
333 char *left, *right, *style; local
372 split( argv[i], '=', &left, &right );
375 if ( right == NULL ) {
399 ber_str2bv( right, 0, 1, &a->acl_dn_pat );
405 ber_str2bv( right, 0, 1, &a->acl_dn_pat );
410 if( *right == '\0' ) {
415 ber_str2bv( right,
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dtok822_parse.c164 #define MOVE_COMMENT_AND_CONTINUE(tp, right) { \
166 right = tok822_prepend(right, tp); \
171 #define SKIP_MOVE_COMMENT(tp, cond, right) { \
174 MOVE_COMMENT_AND_CONTINUE(tp, right); \
294 * right-most <> instance in that expression. If an address expression
483 TOK822 *right; local
490 * First, tokenize the string, from left to right. We are not allowed to
510 * done most conveniently from right to left. If there is something that
513 * node (tp) and the one called right
621 tok822_group(int group_type, TOK822 *left, TOK822 *right, int sync_type) argument
[all...]
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/
H A Dscreen.css36 p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
72 .last {margin-right:0;padding-right:0;}
79 .column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
80 .last, div.last {margin-right:0;}
129 .append-1 {padding-right:40px;}
130 .append-2 {padding-right:80px;}
131 .append-3 {padding-right:120px;}
132 .append-4 {padding-right
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dcond.c56 char *left, *right, *overridename, overridebuf[13]; local
63 left = right = overridename = NULL;
184 right = ecgetstr(state, EC_DUPTOK, &htok);
186 singsub(&right);
187 untokenize(right);
201 quotedzputs((char *)right, xtrerr);
220 mn2.u.l = zstrtol(right, &eptr, 10);
221 err = right;
235 mn2 = matheval(right);
283 right
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dccaudit.c148 void ccaudit_log_authorization(ccaudit_t ccaudit, const char * right, OSStatus err) argument
157 _write(ccaudit, au_to_text(right), "right");
176 void ccaudit_log_success(ccaudit_t ccaudit, credential_t cred, const char * right) argument
185 _write(ccaudit, au_to_text(right), "right");
194 void ccaudit_log_failure(ccaudit_t ccaudit, const char * credName, const char * right) argument
201 _write(ccaudit, au_to_text(right), "right");
214 void ccaudit_log_mechanism(ccaudit_t ccaudit, const char * right, cons argument
240 ccaudit_log(ccaudit_t ccaudit, const char * right, const char * msg, OSStatus err) argument
[all...]
H A Dcredential.c15 bool right; // is least-privileged credential member in struct:_credential_s
46 if (cred->right) {
47 str = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("credential: right=%s, shared=%i, creation=%01i:%01i:%01i, valid=%i"), cred->name, cred->shared, date.hour,date.minute,(int32_t)date.second, cred->valid);
59 if (cred->right) {
154 cred->right = srcCred->right;
162 credential_create_with_right(const char * right) argument
169 cred->right = true;
170 cred->name = _copy_string(right);
217 return cred->right;
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorGradientEditingController.css54 right: 26px;
83 right: 16px;
85 text-align: right;
100 padding-right: 4px;
111 text-align: right;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dplural.y61 struct expression *right));
64 struct expression *right));
114 new_exp_1 (op, right)
116 struct expression *right;
120 args[0] = right;
125 new_exp_2 (op, left, right)
128 struct expression *right;
133 args[1] = right;
159 %right '?' /* ? */
166 %right '!' /* ! */
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dplural.y61 struct expression *right));
64 struct expression *right));
114 new_exp_1 (op, right)
116 struct expression *right;
120 args[0] = right;
125 new_exp_2 (op, left, right)
128 struct expression *right;
133 args[1] = right;
159 %right '?' /* ? */
166 %right '!' /* ! */
[all...]

Completed in 402 milliseconds

1234567891011>>