Searched defs:cap (Results 1 - 25 of 65) sorted by last modified time

123

/macosx-10.9.5/CF-855.17/
H A DCFArray.c872 void _CFArraySetCapacity(CFMutableArrayRef array, CFIndex cap) { argument
876 CFAssert3(__CFArrayGetCount(array) <= cap, __kCFLogAssertion, "%s(): desired capacity (%d) is less than count (%d)", __PRETTY_FUNCTION__, cap, __CFArrayGetCount(array)); local
H A DCFBag.c521 CF_EXPORT void _CFBagSetCapacity(CFMutableHashRef hc, CFIndex cap) { argument
525 CFAssert3(CFBagGetCount(hc) <= cap, __kCFLogAssertion, "%s(): desired capacity (%ld) is less than count (%ld)", __PRETTY_FUNCTION__, cap, CFBagGetCount(hc)); local
H A DCFDictionary.c521 CF_EXPORT void _CFDictionarySetCapacity(CFMutableHashRef hc, CFIndex cap) { argument
525 CFAssert3(CFDictionaryGetCount(hc) <= cap, __kCFLogAssertion, "%s(): desired capacity (%ld) is less than count (%ld)", __PRETTY_FUNCTION__, cap, CFDictionaryGetCount(hc)); local
H A DCFSet.c521 CF_EXPORT void _CFSetSetCapacity(CFMutableHashRef hc, CFIndex cap) { argument
525 CFAssert3(CFSetGetCount(hc) <= cap, __kCFLogAssertion, "%s(): desired capacity (%ld) is less than count (%ld)", __PRETTY_FUNCTION__, cap, CFSetGetCount(hc)); local
H A DCFStorage.c144 CF_INLINE void __CFStorageAllocLeafNodeMemory(CFAllocatorRef allocator, CFStorageRef storage, CFStorageNode *node, CFIndex cap, bool compact) { argument
[all...]
H A DCFString.c376 CF_INLINE void __CFStrSetCapacity(CFMutableStringRef str, CFIndex cap) {str->variants.notInlineMutable.capacity = cap;} argument
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLibPrivate.c473 IOReturn IOPMSetSleepServicesWakeTimeCap(CFTimeInterval cap) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c532 packcommonattr( struct attrblock *abp, struct hfsmount *hfsmp, struct vnode *vp, struct cat_desc * cdp, struct cat_attr * cap, struct vfs_context * ctx) argument
[all...]
H A Dhfs_vfsops.c7506 vol_capabilities_attr_t *cap; local
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vfsops.c1411 vol_capabilities_attr_t *cap = &fsap->f_capabilities; local
[all...]
H A Dsmbfs_smb.c1921 uint64_t cap; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DGraphicsContextCG.cpp1059 void GraphicsContext::setLineCap(LineCap cap) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregcomp.c908 cat_t *cap = p->g->categories; local
/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c942 static CFDictionaryRef HandleBackgroundTaskCapabilitiesChanged(IOPMSystemPowerStateCapabilities cap) argument
964 static CFDictionaryRef HandleSleepServiceCapabilitiesChanged(IOPMSystemPowerStateCapabilities cap) argument
996 HandleMaintenanceCapabilitiesChanged(IOPMSystemPowerStateCapabilities cap) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dsmimeutil.c334 nss_SMIME_FindCipherForSMIMECap(NSSSMIMECapability *cap) argument
595 NSSSMIMECapability *cap; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dsmimeutil.c334 nss_SMIME_FindCipherForSMIMECap(NSSSMIMECapability *cap) argument
595 NSSSMIMECapability *cap; local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dtypes.c396 libxml_xmlXPathDestructNsNode(void *cap, void *desc ATTRIBUTE_UNUSED) argument
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.cpp1690 void WebGLRenderingContext::disable(GC3Denum cap) argument
2081 void WebGLRenderingContext::enable(GC3Denum cap) argument
3268 isEnabled(GC3Denum cap) argument
5480 validateCapability(const char* functionName, GC3Denum cap) argument
[all...]
H A DCanvasRenderingContext2D.cpp391 LineCap cap; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DGraphicsContext3DOpenGLCommon.cpp543 void GraphicsContext3D::disable(GC3Denum cap) argument
567 void GraphicsContext3D::enable(GC3Denum cap) argument
771 GC3Dboolean GraphicsContext3D::isEnabled(GC3Denum cap) argument
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantIntegers.c361 unsigned cap = g->capacity; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantIntegers.c361 unsigned cap = g->capacity; local
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcloctst.c254 int32_t cap; local
747 int32_t cap=len*6+1; /* worst case + space for trailing null */ local
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dterminal.c328 terminal_alloc(EditLine *el, const struct termcapstr *t, const char *cap) argument
1226 terminal_tputs(EditLine *el, const char *cap, int affcnt) argument
1464 char *cap, *sca local
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dinit.c637 tccap_get_name(int cap) argument

Completed in 502 milliseconds

123