Searched defs:storage (Results 1 - 25 of 96) sorted by last modified time

1234

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c1343 u_char storage[sizeof (struct kev_in_collision) + MAX_HW_LEN]; local
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dntstat.c2384 struct nstat_msg_hdr storage; local
/macosx-10.9.5/CF-855.17/
H A DCFBinaryPList.c440 } storage; local
H A DCFStorage.c144 CF_INLINE void __CFStorageAllocLeafNodeMemory(CFAllocatorRef allocator, CFStorageRef storage, CFStorageNode *node, CFIndex cap, bool compact) { argument
178 __CFStorageConvertByteToValue(ConstCFStorageRef storage, CFIndex byte) argument
185 __CFStorageConvertBytesToValueRange(ConstCFStorageRef storage, CFIndex offset, CFIndex length) argument
192 __CFStorageConvertValueToByte(ConstCFStorageRef storage, CFIndex value) argument
199 __CFStorageConvertValuesToByteRange(ConstCFStorageRef storage, CFIndex offset, CFIndex length) argument
222 __CFStorageReleaseNode(CFStorageRef storage, CFStorageNode *node) argument
231 __CFStorageReleaseNodeWithNullCheck(CFStorageRef storage, CFStorageNode *node) argument
235 __CFStorageDeallocateNode(CFStorageRef storage, CFStorageNode *node) argument
252 __CFStorageThawNodeDuringMutation(CFStorageRef storage, CFStorageNode *node) argument
283 __CFStorageSetCache(CFStorageRef storage, CFStorageNode *node, CFIndex locInBytes) argument
294 __CFStorageGetFromCache(CFStorageRef storage, CFIndex loc, CFRange * restrict validConsecutiveValueRange, bool requireUnfrozenNode) argument
306 __CFStorageAllocLeafNodeMemory(CFGetAllocator(storage), storage, cachedNode, cachedNode->numBytes, false); local
355 __CFStorageFindByte(CFStorageRef storage, CFStorageNode *node, CFIndex byteNum, CFIndex absoluteByteOffsetOfNode, CFStorageNode **resultNode, CFRange *validConsecutiveByteRange, bool requireUnfreezing) argument
359 __CFStorageAllocLeafNodeMemory(CFGetAllocator(storage), storage, node, node->numBytes, false); local
380 __CFStorageGetValueAtIndex(CFStorageRef storage, CFIndex idx, CFRange *validConsecutiveValueRange, bool requireUnfreezing) argument
409 __CFStorageCreateNode(CFAllocatorRef allocator, CFStorageRef storage, bool isLeaf, CFIndex numBytes) argument
429 __CFStorageCopyNode(CFStorageRef storage, const CFStorageNode *node) argument
476 __CFStorageDeleteLeafFrozen(CFAllocatorRef allocator, CFStorageRef storage, const CFStorageNode *node, CFRange range) argument
503 __CFStoragePopulateBranchChildrenAfterDeletion(CFAllocatorRef allocator, CFStorageRef storage, const CFStorageNode *node, CFRange range, CFStorageNode *newChildren[3], bool childrenAreDefinitelyFrozen, bool compact) argument
548 __CFStorageDeleteBranchFrozen(CFAllocatorRef allocator, CFStorageRef storage, const CFStorageNode *node, CFRange range) argument
580 __CFStorageDeleteFrozen(CFAllocatorRef allocator, CFStorageRef storage, const CFStorageNode *node, CFRange range) argument
593 __CFStorageDeleteUnfrozen(CFAllocatorRef allocator, CFStorageRef storage, CFStorageNode *node, CFRange range, bool compact, bool isRootNode) argument
642 __CFStorageInsertLeafFrozen(CFAllocatorRef allocator, CFStorageRef storage, const CFStorageNode *node, CFIndex byteNum, CFIndex size, CFIndex absoluteByteNum) argument
708 __CFStorageInsertBranchFrozen(CFAllocatorRef allocator, CFStorageRef storage, const CFStorageNode *node, CFIndex byteNum, CFIndex size, CFIndex absoluteByteNum) argument
755 __CFStorageInsertFrozen(CFAllocatorRef allocator, CFStorageRef storage, const CFStorageNode *node, CFIndex byteNum, CFIndex size, CFIndex absoluteByteNum) argument
768 __CFStorageInsertLeafUnfrozen(CFAllocatorRef allocator, CFStorageRef storage, CFStorageNode *node, CFIndex byteNum, CFIndex size, CFIndex absoluteByteNum) argument
821 __CFStorageInsertBranchUnfrozen(CFAllocatorRef allocator, CFStorageRef storage, CFStorageNode *node, CFIndex byteNum, CFIndex size, CFIndex absoluteByteNum) argument
876 __CFStorageInsertUnfrozen(CFAllocatorRef allocator, CFStorageRef storage, CFStorageNode *node, CFIndex byteNum, CFIndex size, CFIndex absoluteByteNum) argument
887 __CFStorageInsert(CFAllocatorRef allocator, CFStorageRef storage, CFStorageNode *node, CFIndex byteNum, CFIndex size, CFIndex absoluteByteNum) argument
896 __CFStorageDelete(CFAllocatorRef allocator, CFStorageRef storage, CFStorageNode *node, CFRange range, bool compact) argument
908 __CFStorageGetCount(CFStorageRef storage) argument
966 __CFStorageGetCapacity(CFStorageRef storage) argument
970 __CFStorageGetValueSize(CFStorageRef storage) argument
975 CFStorageRef storage = (CFStorageRef)cf; local
985 __CFStorageEnumerateNodesInByteRangeWithBlock(CFStorageRef storage, CFStorageNode *node, CFIndex globalOffsetOfNode, CFRange range, CFIndex concurrencyToken, CFStorageApplierBlock applier) argument
991 __CFStorageAllocLeafNodeMemory(CFGetAllocator(storage), storage, node, node->numBytes, false); local
1043 _CFStorageFindNodeContainingByteRange(ConstCFStorageRef storage, const CFStorageNode *node, CFRange nodeRange, CFIndex globalOffsetOfNode, CFRange *outGlobalByteRangeOfResult) argument
1066 __CFStorageClearRootNode(CFStorageRef storage) argument
1088 CFStorageRef storage = (CFStorageRef)cf; local
1115 CFStorageRef storage; local
1159 const ConstCFStorageRef storage = mutStorage; //we expect this to never modify the storage, so use a const variable to help enforce that local
1211 CFStorageGetCount(CFStorageRef storage) argument
1218 CFStorageGetValueAtIndex(CFStorageRef storage, CFIndex idx, CFRange *validConsecutiveValueRange) argument
1223 CFStorageGetConstValueAtIndex(CFStorageRef storage, CFIndex idx, CFRange *validConsecutiveValueRange) argument
1232 CFStorageInsertValues(CFStorageRef storage, CFRange range) argument
1272 CFStorageDeleteValues(CFStorageRef storage, CFRange range) argument
1328 CFStorageGetValues(CFStorageRef storage, CFRange range, void *values) argument
1342 _CFStorageFastEnumeration(CFStorageRef storage, struct __objcFastEnumerationStateEquivalent *state, void *stackbuffer, unsigned long count) argument
1354 CFStorageApplyFunction(CFStorageRef storage, CFRange range, CFStorageApplierFunction applier, void *context) argument
1365 CFStorageApplyBlock(CFStorageRef storage, CFRange range, CFStorageEnumerationOptionFlags options, CFStorageApplierBlock applier) argument
1376 CFStorageReplaceValues(CFStorageRef storage, CFRange range, const void *values) argument
1392 __CFStorageApplyNodeBlockInterior(CFStorageRef storage, CFStorageNode *node, void (^block)(CFStorageRef storage, CFStorageNode *node)) argument
1402 __CFStorageApplyNodeBlock(CFStorageRef storage, void (^block)(CFStorageRef storage, CFStorageNode *node)) argument
1407 __CFStorageEstimateTotalAllocatedSize(CFStorageRef storage) argument
1421 __CFStorageSetAlwaysFrozen(CFStorageRef storage, bool alwaysFrozen) argument
1425 __CFStorageCheckNodeCachedLengthIntegrity(ConstCFStorageRef storage, const CFStorageNode *node) argument
1444 __CFStorageCheckNodeIntegrity(ConstCFStorageRef storage, const CFStorageNode *node) argument
1455 __CFStorageCheckIntegrity(CFStorageRef storage) argument
1474 _CFStorageSetWeak(CFStorageRef storage) argument
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vfsops.c2235 struct sockaddr_storage storage; local
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp1317 static void appendParsedColonList(const char* list, const char* mainExecutableDir, const char* const ** storage) argument
H A DthreadLocalVariables.c257 tlv_free(void *storage) argument
423 static void tlv_finalize(void* storage) argument
/macosx-10.9.5/ruby-104/ruby/
H A Dcompile.c588 struct iseq_compile_data_storage *storage = local
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c212 AuthEntity *storage = mDNSPlatformMemAllocate(sizeof(AuthEntity)); local
14092 mDNS_GrowCache_internal(mDNS *const m, CacheEntity *storage, mDNSu32 numrecords) argument
14105 mDNS_GrowCache(mDNS *const m, CacheEntity *storage, mDNSu32 numrecords) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSObject.cpp311 ArrayStorage* storage = thisObject->m_butterfly->arrayStorage(); local
486 ArrayStorage* storage = thisObject->m_butterfly->arrayStorage(); local
508 ArrayStorage* storage = thisObject->m_butterfly->arrayStorage(); local
540 enterDictionaryIndexingModeWhenArrayStorageAlreadyExists(VM& vm, ArrayStorage* storage) argument
734 ArrayStorage* storage = constructConvertedArrayStorageWithoutCopyingElements(vm, neededLength); local
1305 ArrayStorage* storage = thisObject->m_butterfly->arrayStorage(); local
1504 ArrayStorage* storage = object->m_butterfly->arrayStorage(); local
1835 ArrayStorage* storage = current->arrayStorageOrNull(); local
1912 putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage) argument
2007 ArrayStorage* storage = createArrayStorage(vm, i + 1, getNewVectorLength(0, 0, i + 1)); local
2056 putDirectIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, unsigned attributes, PutDirectIndexMode mode, ArrayStorage* storage) argument
2155 ArrayStorage* storage = createArrayStorage(vm, i + 1, getNewVectorLength(0, 0, i + 1)); local
2433 ArrayStorage* storage = object->m_butterfly->arrayStorage(); local
[all...]
H A DJSArray.cpp55 ArrayStorage* storage = butterfly->arrayStorage(); local
249 ArrayStorage* storage = ensureArrayStorage(vm); local
338 setLengthWithArrayStorage(ExecState* exec, unsigned newLength, bool throwException, ArrayStorage* storage) argument
499 ArrayStorage* storage = m_butterfly->arrayStorage(); local
651 ArrayStorage* storage = m_butterfly->arrayStorage(); local
681 shiftCountWithArrayStorage(unsigned startIndex, unsigned count, ArrayStorage* storage) argument
831 unshiftCountWithArrayStorage(ExecState* exec, unsigned startIndex, unsigned count, ArrayStorage* storage) argument
1237 ArrayStorage* storage = m_butterfly->arrayStorage(); local
1506 ArrayStorage* storage = m_butterfly->arrayStorage(); local
1569 ArrayStorage* storage = m_butterfly->arrayStorage(); local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGFixupPhase.cpp728 Node* storage = checkArray(arrayMode, node->codeOrigin, node->child1().node(), 0, lengthNeedsStorage); local
1258 Node* storage = checkArray(node->arrayMode(), node->codeOrigin, base.node(), index.node()); local
H A DDFGNode.h329 void convertToGetByOffset(unsigned storageAccessDataIndex, Edge storage) argument
338 void convertToPutByOffset(unsigned storageAccessDataIndex, Edge storage) argument
H A DDFGSpeculativeJIT.h2045 void emitAllocateJSObject(GPRReg resultGPR, StructureType structure, StorageType storage, argument
2034 emitAllocateJSObject(GPRReg resultGPR, GPRReg allocatorGPR, StructureType structure, StorageType storage, GPRReg scratchGPR, MacroAssembler::JumpList& slowPath) argument
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DTwineTest.cpp78 SmallString<8> storage; local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDenseMap.h691 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage; member in class:llvm::SmallDenseMap
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLGetCStringRepresentation.c65 struct stringer *storage; local
134 struct stringer *storage = (struct stringer *)addr; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsdecode.c426 CSSM_DATA_PTR storage; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsdecode.c426 CSSM_DATA_PTR storage; local
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dllvm-DenseMap.h755 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage; member in class:objc::SmallDenseMap
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dudp6_output.c161 struct in6_addr storage; local
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c1322 CacheEntity *storage = mallocL("mStatus_GrowCache", sizeof(CacheEntity) * RR_CACHE_SIZE); local
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtimsort.h315 SORT_TYPE *storage; member in struct:__anon9840
339 SORT_TYPE *storage; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Storage/
H A DStorageAreaMap.cpp320 Storage* storage = document->domWindow()->optionalSessionStorage(); local
350 Storage* storage = document->domWindow()->optionalLocalStorage(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDOMStorageAgent.cpp155 String InspectorDOMStorageAgent::storageId(Storage* storage) argument

Completed in 421 milliseconds

1234