Searched refs:slot (Results 126 - 150 of 484) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Ddetachedrep.h54 CFDataRef component(CodeDirectory::SpecialSlot slot);
H A Dkerneldiskrep.cpp46 CFDataRef KernelDiskRep::component(CodeDirectory::SpecialSlot slot) argument
H A Dslcrep.cpp100 CFDataRef DYLDCacheRep::component(CodeDirectory::SpecialSlot slot) argument
102 return mSigningData ? mSigningData->component(slot) : NULL;
133 void DYLDCacheRep::Writer::component(CodeDirectory::SpecialSlot slot, CFDataRef data) argument
135 EmbeddedSignatureBlob::Maker::component(slot, data);
H A Dcfmdiskrep.h57 CFDataRef component(CodeDirectory::SpecialSlot slot);
100 void component(CodeDirectory::SpecialSlot slot, CFDataRef data);
H A Dslcrep.h50 CFDataRef component(CodeDirectory::SpecialSlot slot);
81 void component(CodeDirectory::SpecialSlot slot, CFDataRef data);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmaclpod.cpp181 void AutoAclEntryInfoList::addPin(const TypedList &subj, uint32 slot) argument
184 snprintf(tag, sizeof(tag), "PIN%d", slot);
185 add(subj, CSSM_ACL_AUTHORIZATION_PREAUTH(slot), tag);
188 void AutoAclEntryInfoList::addPinState(uint32 slot, uint32 status) argument
191 snprintf(tag, sizeof(tag), "PIN%d?", slot);
193 new(allocator()) ListElement(slot),
198 void AutoAclEntryInfoList::addPinState(uint32 slot, uint32 status, uint32 count) argument
201 snprintf(tag, sizeof(tag), "PIN%d?", slot);
203 new(allocator()) ListElement(slot),
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.h56 CFDataRef component(CodeDirectory::SpecialSlot slot);
93 void checkModifiedFile(CFMutableArrayRef files, CodeDirectory::SpecialSlot slot);
119 void component(CodeDirectory::SpecialSlot slot, CFDataRef data);
125 void remove(CodeDirectory::SpecialSlot slot);
H A Ddetachedrep.h54 CFDataRef component(CodeDirectory::SpecialSlot slot);
H A Dkerneldiskrep.cpp46 CFDataRef KernelDiskRep::component(CodeDirectory::SpecialSlot slot) argument
H A Dslcrep.cpp100 CFDataRef DYLDCacheRep::component(CodeDirectory::SpecialSlot slot) argument
102 return mSigningData ? mSigningData->component(slot) : NULL;
133 void DYLDCacheRep::Writer::component(CodeDirectory::SpecialSlot slot, CFDataRef data) argument
135 EmbeddedSignatureBlob::Maker::component(slot, data);
H A Dcfmdiskrep.h57 CFDataRef component(CodeDirectory::SpecialSlot slot);
100 void component(CodeDirectory::SpecialSlot slot, CFDataRef data);
H A Dslcrep.h50 CFDataRef component(CodeDirectory::SpecialSlot slot);
81 void component(CodeDirectory::SpecialSlot slot, CFDataRef data);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/
H A Drequirements.grammar116 void RequirementParser::certMatchOperation(Maker &maker, int32_t slot, string key)
120 maker.put(slot);
124 maker.put(slot);
129 maker.put(slot);
134 maker.put(slot);
159 void certMatchOperation(Maker &maker, int32_t slot, string key);
259 | ( "certificate" | "cert" ) { int32_t slot; } slot=certSlot
260 ( certslotspec[maker, slot] | "trusted" { maker.trustedAnchor(slot); } )
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashscan.c56 pos->slot = tab->table - 1;
99 if (++pos->slot >= pos->limit)
105 pos->limit = (pos->slot = pos->tab->table) + pos->tab->size;
108 } while (!(b = *pos->slot));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DDelaySlotFiller.cpp1 //===-- DelaySlotFiller.cpp - SPARC delay slot filler ---------------------===//
11 // instructions. If no instructions can be moved into the delay slot, then a
15 #define DEBUG_TYPE "delay-slot-filler"
33 cl::desc("Disable the Sparc delay slot filler."),
80 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot);
97 /// We assume there is only one delay slot per delayed instruction.
130 MachineBasicBlock::iterator slot)
137 MachineBasicBlock::iterator I = slot;
139 if (slot->getOpcode() == SP::RET)
142 if (slot
129 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot) argument
[all...]
/macosx-10.9.5/libauto-185.5/
H A DZoneCompaction.cpp183 typedef void (^mark_pinned_t) (void **slot, Subzone *subzone, usword_t q, ReferenceKind kind); member in namespace:Auto
205 inline void mark_pinned(void **slot, Subzone *subzone, usword_t q, ReferenceKind kind) { _marker(slot, subzone, q, kind); } argument
207 bool is_weak_slot_ivar(void *slot, void *slot_base, usword_t slot_layout) { argument
217 if (slot == (void *)slots++)
226 void visit(const ReferenceInfo &info, void **slot, Subzone *subzone, usword_t q) { argument
242 blockStartNoLockDo(_zone, slot, ^(Subzone *slot_subzone, usword_t slot_q) {
246 if (!is_weak_slot_ivar(slot, slot_block, slot_layout)) {
255 mark_pinned(slot, subzone, q, kWeakReference);
256 } else if (slot
285 visit(const ReferenceInfo &info, void **slot, Large *large) argument
323 visit_weak_slot(void **slot) argument
342 void **slot = ref.referrer; local
523 printPinnedReference(FILE *out, Zone *zone, void *slot_base, void **slot, void *address, const char *name, ReferenceKind kind) argument
743 check_slot_for_observations(void **slot) argument
769 visit(const ReferenceInfo &info, void **slot, Subzone *subzone, usword_t q) argument
780 visit(const ReferenceInfo &info, void **slot, Large *large) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestEventTarget.cpp73 bool JSTestEventTargetConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
75 return getStaticValueSlot<JSTestEventTargetConstructor, JSDOMWrapper>(exec, &JSTestEventTargetConstructorTable, jsCast<JSTestEventTargetConstructor*>(cell), propertyName, slot);
102 bool JSTestEventTargetPrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
105 return getStaticFunctionSlot<JSObject>(exec, &JSTestEventTargetPrototypeTable, thisObject, propertyName, slot);
144 bool JSTestEventTarget::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
150 slot.setCustom(thisObject, entry->propertyGetter());
155 slot.setCustomIndex(thisObject, index, indexGetter);
159 slot.setCustom(thisObject, thisObject->nameGetter);
162 return getStaticValueSlot<JSTestEventTarget, Base>(exec, &JSTestEventTargetTable, thisObject, propertyName, slot);
171 PropertySlot slot; local
178 PropertySlot slot; local
184 PropertySlot slot; local
192 getOwnPropertySlotByIndex(JSCell* cell, ExecState* exec, unsigned index, PropertySlot& slot) argument
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DgenStubs.tcl404 # index The slot index for this function.
489 # index The slot index for this function.
518 # index The slot index for this function.
583 # index The slot index for this function.
646 # index The slot index for this function.
663 # a callback for each slot. The result of the callback is then
668 # slotProc The proc to invoke to handle the slot. It will
674 # skipString The string to emit if a slot is skipped. This
706 array set slot {unix 0 x11 0 win 0 macosx 0 aqua 0}
708 set slot([linde
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tools/
H A DgenStubs.tcl451 # index The slot index for this function.
540 # index The slot index for this function.
571 # index The slot index for this function.
638 # index The slot index for this function.
685 # a callback for each slot. The result of the callback is then
690 # slotProc The proc to invoke to handle the slot. It will
696 # skipString The string to emit if a slot is skipped. This
728 array set slot {unix 0 x11 0 win 0 macosx 0 aqua 0}
730 set slot([lindex [split $s ,] 1]) 1
736 if {($slot(uni
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dtext.rb41 def tag_configure(tagOrId, slot, value=None)
42 itemconfigure(['tag', tagOrId], slot, value)
44 def tag_configinfo(tagOrId, slot=nil)
45 itemconfiginfo(['tag', tagOrId], slot)
47 def current_tag_configinfo(tagOrId, slot=nil)
48 current_itemconfiginfo(['tag', tagOrId], slot)
60 def window_configure(tagOrId, slot, value=None)
61 itemconfigure(['window', tagOrId], slot, value)
63 def window_configinfo(tagOrId, slot=nil)
64 itemconfiginfo(['window', tagOrId], slot)
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakImpl.h108 inline WeakImpl* WeakImpl::asWeakImpl(JSValue* slot) argument
110 return reinterpret_cast_ptr<WeakImpl*>(reinterpret_cast_ptr<char*>(slot) + OBJECT_OFFSETOF(WeakImpl, m_jsValue));
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSCJSValue.cpp113 void JSValue::putToPrimitive(ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) argument
119 putToPrimitiveByIndex(exec, index, value, slot.isStrictMode());
130 if (slot.isStrictMode())
143 if (slot.isStrictMode())
152 if (slot.isStrictMode())
177 if (slot.isStrictMode())
185 PutPropertySlot slot(shouldThrow);
186 putToPrimitive(exec, Identifier::from(exec, propertyName), value, slot);
H A DNamePrototype.cpp61 bool NamePrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
63 return getStaticFunctionSlot<Base>(exec, ExecState::privateNamePrototypeTable(exec), jsCast<NamePrototype*>(cell), propertyName, slot);
H A DWriteBarrier.h125 JSCell** slot() { return &m_cell; } function in class:JSC::WriteBarrierBase
172 JSValue* slot() function in class:JSC::WriteBarrierBase
176 JSValue* slot; member in union:JSC::WriteBarrierBase::__anon2808
179 return u.slot;
232 template<typename T> inline void SlotVisitor::append(WriteBarrierBase<T>* slot) argument
234 internalAppend(*slot->slot());
239 append(barriers->slot(), count);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontGenericFamilies.h40 static void constructDeletedValue(int& slot) { slot = -3; } argument

Completed in 513 milliseconds

1234567891011>>