Home
last modified time | relevance | path

Searched refs:CFIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c51 typedef signed long long CFIndex; typedef
55 typedef signed long CFIndex; typedef
60 typedef CFIndex CFPropertyListFormat;
70 const UInt8 *, CFIndex,
85 typedef Boolean (*CFStringGetCStringFuncTy)(CFStringRef, char *, CFIndex,
200 NULL, PListBuf, (CFIndex)NumRead, AllocatorNull); in _initializeAvailabilityCheck()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp877 CFIndex kv_pair_count = CFDictionaryGetCount((CFDictionaryRef)uuid_dict); in GetModuleSpecInfoFromUUIDDictionary()
888 for (CFIndex i = 0; i < kv_pair_count; i++) { in GetModuleSpecInfoFromUUIDDictionary()
1134 if (const CFIndex num_values = ::CFDictionaryGetCount(plist.get())) { in DownloadObjectAndSymbolFile()
1144 for (CFIndex i = 0; i < num_values; ++i) { in DownloadObjectAndSymbolFile()
/freebsd/contrib/libfido2/src/
H A Dhid_osx.c247 CFIndex n; in fido_hid_manifest()
313 uint32_t id, uint8_t *ptr, CFIndex len) in report_callback()
/freebsd/crypto/heimdal/lib/krb5/
H A Dconfig_file.c249 CFIndex len; in cfstring2cstring()