Searched refs:right (Results 1 - 25 of 1426) sorted by last modified time

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmach_traps.h182 mach_port_right_t right,
200 mach_port_right_t right,
658 PAD_ARG_(mach_port_right_t, right);
682 PAD_ARG_(mach_port_right_t, right);
/macosx-10.9.5/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp397 #error Pick the right way to free prelinked data on this arch
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp931 static SInt32 DefaultCompare( UInt32 cellCount, UInt32 left[], UInt32 right[] )
934 return( left[ cellCount ] - right[ cellCount ] );
/macosx-10.9.5/Security-55471.14.18/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 Dengine.c198 _set_right_hints(auth_items_t hints, const char * right) argument
200 auth_items_set_string(hints, AGENT_HINT_AUTHORIZE_RIGHT, right);
261 #pragma mark right processing
270 LOGV("engine[%i]: - shared right %s (does NOT satisfy rule)", connection_get_pid(engine->conn), credential_get_name(cred));
543 LOG("UID %u authenticated as user %s (UID %u) for right '%s'", auth_token_get_uid(engine->auth), credential_get_name(newCred), credential_get_uid(newCred), engine->currentRightName);
546 LOG("UID %u failed to authenticate as user '%s' for right '%s'", auth_token_get_uid(engine->auth), auth_items_get_string(engine->context, "username"), engine->currentRightName);
604 LOGV("engine[%i]: creator of authorization has entitlement for right %s and is member of group '%s'", connection_get_pid(engine->conn), engine->currentRightName, rule_get_group(rule));
638 LOGV("engine[%i]: creator of authorization has uid == 0 granting right %s", connection_get_pid(engine->conn), engine->currentRightName);
837 LOGV("engine[%i]: rule allow, creator of authorization has entitlement for right %s", connection_get_pid(engine->conn), engine->currentRightName);
961 static bool _verify_sandbox(engine_t engine, const char * right) argument
1167 _wildcard_right_exists(engine_t engine, const char * right) argument
1216 const char * right = rule_get_name(rule); local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpolicyengine.cpp999 AuthorizationItem right[] = { local
1002 AuthorizationRights rights = { sizeof(right) / sizeof(right[0]), right };
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp999 AuthorizationItem right[] = { local
1002 AuthorizationRights rights = { sizeof(right) / sizeof(right[0]), right };
/macosx-10.9.5/CF-855.17/
H A DCFSortFunctions.c139 // if !right, put the cnt1 smallest values in tmp, else put the cnt2 largest values in tmp
140 static void __CFSortIndexesNMerge(VALUE_TYPE listp1[], INDEX_TYPE cnt1, VALUE_TYPE listp2[], INDEX_TYPE cnt2, VALUE_TYPE tmp[], size_t right, COMPARATOR_BLOCK cmp) { argument
143 memmove(tmp, (right ? listp2 : listp1), (right ? cnt2 : cnt1) * sizeof(VALUE_TYPE));
147 if (right) {
226 size_t right = sect & (size_t)0x1;
227 VALUE_TYPE *left_base = listp + sect * sz - (right ? sz : 0);
228 VALUE_TYPE *right_base = listp + sect * sz + (right ? 0 : sz);
229 INDEX_TYPE sect2_len = (sect + 1 + (right ? 0 : 1) == num_sect) ? last_sect_len : sz;
230 __CFSortIndexesNMerge(left_base, sz, right_base, sect2_len, tmps[sect], right, cm
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp2537 Length right = convertToIntLength(region->right(), state.style(), state.rootElementStyle());
2543 if (right.isUndefined())
2544 right = Length();
2551 state.style()->setDashboardRegion(StyleDashboardRegion::Circle, region->m_label, top, right, bottom, left, region == first ? false : true);
2553 state.style()->setDashboardRegion(StyleDashboardRegion::Rectangle, region->m_label, top, right, bottom, left, region == first ? false : true);
H A DCSSComputedStyleDeclaration.cpp451 RefPtr<CSSPrimitiveValue> right; local
460 if (image.imageSlices().right() == image.imageSlices().top() && image.imageSlices().bottom() == image.imageSlices().top()
462 right = top;
466 if (image.imageSlices().right().isPercent())
467 right = cssValuePool().createValue(image.imageSlices().right().value(), CSSPrimitiveValue::CSS_PERCENTAGE);
469 right = cssValuePool().createValue(image.imageSlices().right().value(), CSSPrimitiveValue::CSS_NUMBER);
471 if (image.imageSlices().bottom() == image.imageSlices().top() && image.imageSlices().right() == image.imageSlices().left()) {
473 left = right;
504 RefPtr<CSSPrimitiveValue> right; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.cpp1308 rect->left = rect->top = rect->right = rect->bottom = 0;
1317 rect->right = coreRect.maxX();
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c136 EXPR_DOT_bit, /* right after `.' or `::', no reserved words. */
1690 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
4462 /* YYLEX -- calling `yylex' with the right arguments. */
15853 logop_gen(struct parser_params *parser, enum node_type type, NODE *left, NODE *right) argument
15861 node->nd_2nd = NEW_NODE(type, second, right, 0);
15864 return NEW_NODE(type, left, right, 0);
H A Dripper.y76 EXPR_DOT_bit, /* right after `.' or `::', no reserved words. */
833 %right keyword_not
835 %right '=' tOP_ASGN
837 %right '?' ':'
848 %right tUMINUS_NUM tUMINUS
849 %right tPOW
850 %right '!' '~' tUPLUS
9267 logop_gen(struct parser_params *parser, enum node_type type, NODE *left, NODE *right)
9275 node->nd_2nd = NEW_NODE(type, second, right, 0);
9278 return NEW_NODE(type, left, right,
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c136 EXPR_DOT_bit, /* right after `.' or `::', no reserved words. */
1690 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
4462 /* YYLEX -- calling `yylex' with the right arguments. */
15763 logop_gen(struct parser_params *parser, enum node_type type, NODE *left, NODE *right) argument
15771 node->nd_2nd = NEW_NODE(type, second, right, 0);
15774 return NEW_NODE(type, left, right, 0);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSecurityOrigin.cpp523 int port = databaseIdentifier.right(databaseIdentifier.length() - separator2 - 1).toInt(&portOkay);
/macosx-10.9.5/copyfile-103.92.1/
H A Dcopyfile.c227 qsort_b(ptrs, indx-1, sizeof(char*), ^(const void *left, const void *right) {
229 char *lstr = *(char**)left, *rstr = *(char**)right;
2280 * small, or doesn't have the right magic number,
2281 * or isn't the right type, we'll just skip it.
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAbstractState.cpp343 JSValue right = forNode(node->child2()).value(); local
344 if (left && right && left.isInt32() && right.isInt32()) {
346 int32_t b = right.asInt32();
450 JSValue right = forNode(node->child2()).value(); local
451 if (left && right && left.isNumber() && right.isNumber()
452 && trySetConstant(node, JSValue(left.asNumber() + right.asNumber()))) {
486 JSValue right = forNode(node->child2()).value(); local
487 if (left && right
533 JSValue right = forNode(node->child2()).value(); local
570 JSValue right = forNode(node->child2()).value(); local
854 JSValue right = forNode(rightNode).value(); local
[all...]
H A DDFGOperations.cpp1000 EncodedJSValue DFG_OPERATION operationCompareStringEq(ExecState* exec, JSCell* left, JSCell* right) argument
1002 size_t DFG_OPERATION operationCompareStringEq(ExecState* exec, JSCell* left, JSCell* right)
1008 bool result = asString(left)->value(exec) == asString(right)->value(exec);
1595 JSCell* DFG_OPERATION operationMakeRope2(ExecState* exec, JSString* left, JSString* right) argument
1600 if (sumOverflows<int32_t>(left->length(), right->length())) {
1605 return JSRopeString::create(vm, left, right);
H A DDFGSpeculativeJIT.cpp1643 // stored into the stack at the right place, or to a constant,
2379 // instruction that follows us, rather than the one we're executing right now. We have
3790 SpeculateCellOperand right(this, node->child2());
3795 GPRTemporary rightTemp2(this, right);
3798 GPRReg rightGPR = right.gpr();
3816 // equal does indeed prove that the right value is a string.
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSCircle.c134 SOSCircleRef right = SOSCircleConvertAndAssertStable(rhs); local
137 return NULL != left && NULL != right
138 && CFEqual(left->generation, right->generation)
139 && CFEqual(left->peers, right->peers)
140 && CFEqual(left->applicants, right->applicants)
141 && CFEqual(left->rejected_applicants, right->rejected_applicants)
142 && CFEqual(left->signatures, right->signatures);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBlock.cpp587 // This takes care of setting the right value of childrenInline in case
1277 // box. We can go ahead and pull the content right back up into our
1719 // FIXME: We could tighten up the left and right invalidation points if we let layoutInlineChildren fill them in based off the particular lines
2354 // will be right.
2662 // Cache if we are at the top of the block right now.
3589 clipOutPositionedObjects(paintInfo, LayoutPoint(cb->x(), cb->y()), cb->positionedObjects()); // FIXME: Not right for flipped writing modes.
3692 // Go ahead and jump right to the first block child that contains some selected objects.
3742 // they can without bumping into floating or positioned objects. Ideally they will go right up
4133 LayoutUnit logicalRightOffset; // Constant part of right offset.
4164 logicalRightOffset = logicalRightOffsetForContent(logicalTopOffset); // Constant part of right offse
4530 LayoutUnit right = fixedOffset; local
7045 LayoutUnit right = LayoutUnit::min(); local
[all...]
H A DFilterEffectRenderer.cpp442 rectForRepaint.move(-m_outsets.right(), -m_outsets.bottom());
443 rectForRepaint.expand(m_outsets.left() + m_outsets.right(), m_outsets.top() + m_outsets.bottom());
H A DRenderInline.cpp870 // Return the width of the minimal left side and the maximal right side.
989 // Return the width of the minimal left side and the maximal right side.
1109 // right dirty rect. Since this is called from RenderObject::setStyle, the relative or sticky position
1228 t.translateRight(adjustmentForSkippedAncestor.width(), adjustmentForSkippedAncestor.height()); // FIXME: right?
1350 // FIXME: This function isn't right with mixed writing modes.
1497 // right edge
1596 w - styleRegion.offset.left().value() - styleRegion.offset.right().value(),
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp1933 return string().left(length / 2 - 1) + "..." + string().right(length / 2 - 2);
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARMv7.h130 DoubleNotEqual = ARMv7Assembler::ConditionVC, // Not the right flag! check for this & handle differently.
136 DoubleEqualOrUnordered = ARMv7Assembler::ConditionVS, // Not the right flag! check for this & handle differently.
1024 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right) argument
1026 m_assembler.vcmp(left, right);
1266 void compare32(RegisterID left, TrustedImm32 right) argument
1268 int32_t imm = right.m_value;
1302 Jump branch32(RelationalCondition cond, RegisterID left, RegisterID right) argument
1304 m_assembler.cmp(left, right);
1308 Jump branch32(RelationalCondition cond, RegisterID left, TrustedImm32 right) argument
1310 compare32(left, right);
1314 branch32(RelationalCondition cond, RegisterID left, Address right) argument
1320 branch32(RelationalCondition cond, Address left, RegisterID right) argument
1326 branch32(RelationalCondition cond, Address left, TrustedImm32 right) argument
1333 branch32(RelationalCondition cond, BaseIndex left, TrustedImm32 right) argument
1340 branch32WithUnalignedHalfWords(RelationalCondition cond, BaseIndex left, TrustedImm32 right) argument
1347 branch32(RelationalCondition cond, AbsoluteAddress left, RegisterID right) argument
1353 branch32(RelationalCondition cond, AbsoluteAddress left, TrustedImm32 right) argument
1360 branch8(RelationalCondition cond, RegisterID left, TrustedImm32 right) argument
1366 branch8(RelationalCondition cond, Address left, TrustedImm32 right) argument
1374 branch8(RelationalCondition cond, BaseIndex left, TrustedImm32 right) argument
1625 compare32(RelationalCondition cond, RegisterID left, RegisterID right, RegisterID dest) argument
1633 compare32(RelationalCondition cond, Address left, RegisterID right, RegisterID dest) argument
1639 compare8(RelationalCondition cond, Address left, TrustedImm32 right, RegisterID dest) argument
1645 compare32(RelationalCondition cond, RegisterID left, TrustedImm32 right, RegisterID dest) argument
[all...]

Completed in 411 milliseconds

1234567891011>>