Searched refs:hint (Results 1 - 25 of 240) sorted by relevance

12345678910

/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_pixmapruntime.h34 static QVariant toQt(JSContextRef, JSObjectRef, QMetaType::Type hint, JSValueRef* exception);
35 static bool canHandle(QMetaType::Type hint);
H A Dqt_pixmapruntime.cpp193 static QVariant emptyVariantForHint(QMetaType::Type hint) argument
195 if (hint == qMetaTypeId<QPixmap>())
197 if (hint == qMetaTypeId<QImage>())
202 QVariant QtPixmapRuntime::toQt(JSContextRef context, JSObjectRef obj, QMetaType::Type hint, JSValueRef* exception) argument
205 return emptyVariantForHint(hint);
209 if (hint == qMetaTypeId<QPixmap>())
212 if (hint == qMetaTypeId<QImage>())
218 return emptyVariantForHint(hint);
224 return emptyVariantForHint(hint);
228 return emptyVariantForHint(hint);
243 canHandle(QMetaType::Type hint) argument
[all...]
H A Dqt_runtime.cpp308 QVariant convertValueToQVariant(JSContextRef context, JSValueRef value, QMetaType::Type hint, int *distance, HashSet<JSObjectRef>* visitedObjects, int recursionLimit, JSValueRef* exception) argument
334 if (JSValueIsUndefined(context, value) && hint != QMetaType::QString && hint != (QMetaType::Type) qMetaTypeId<QVariant>()) {
341 if (hint == QMetaType::Void) {
344 hint = QMetaType::Double;
347 hint = QMetaType::Bool;
351 hint = QMetaType::QString;
354 hint = QMetaType::QDateTime;
357 hint = QMetaType::QVariantMap;
360 hint
371 qConvDebug() << "convertValueToQVariant: jstype is " << type << ", hint is" << hint; local
664 convertValueToQVariant(JSContextRef context, JSValueRef value, QMetaType::Type hint, int *distance, JSValueRef *exception) argument
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dkmpstat.c198 struct addrinfo hint, *ai; local
201 memset(&hint, 0, sizeof(hint));
202 hint.ai_family = PF_UNSPEC;
203 hint.ai_family = family;
204 hint.ai_socktype = SOCK_STREAM;
206 error = getaddrinfo(name, port, &hint, &ai);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_arp.h55 * @param hint Any routing hint passed down from the protocol.
66 size_t ll_dest_len, route_t hint, mbuf_t packet);
71 size_t ll_dest_len, route_t hint, mbuf_t packet);
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h93 extern OSErr LocateCatalogNodeByKey ( const ExtendedVCB *volume, u_int32_t hint, CatalogKey *keyPtr,
97 u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint);
100 CatalogName *unicodeName, u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr,
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c95 <11> 9/17/96 dkh More BTree statistics. Modified hint checks to not bail out when
119 <21> 11/16/94 prp Add IsItAHint routine and use it whenever hint's node number was
133 <12> 8/16/93 prp In BTSearchRecord, if the input hint found the node and record,
139 <9> 5/24/93 gs Fix bug in BTInsert/Set/ReplaceRecord which didn't set node hint
143 <6> 5/21/93 gs Add hint optimization to Set/Replace routines.
431 Function: Search for position in B*Tree indicated by searchKey. If a valid node hint
444 hintPtr - pointer to hint (may be nil)
505 nodeNum = searchIterator->hint.nodeNum;
579 resultIterator->hint.writeCount = btreePtr->writeCount;
580 resultIterator->hint
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBTree.c636 Function: Search for position in B*Tree indicated by searchKey. If a valid node hint
649 hintPtr - pointer to hint (may be nil)
707 nodeNum = searchIterator->hint.nodeNum;
802 resultIterator->hint.writeCount = btreePtr->writeCount;
803 resultIterator->hint.nodeNum = nodeNum;
804 resultIterator->hint.index = index;
805 resultIterator->hint.reserved1 = 0;
806 resultIterator->hint.reserved2 = 0;
836 resultIterator->hint.writeCount = 0;
837 resultIterator->hint
[all...]
H A DSBTree.c56 OSErr SearchBTreeRecord(SFCB *fcb, const void* key, UInt32 hint, void* foundKey, void* data, UInt16 *dataSize, UInt32 *newHint) argument
78 searchIterator.hint.writeCount = 0; // clear these out for debugging...
79 searchIterator.hint.reserved1 = 0;
80 searchIterator.hint.reserved2 = 0;
82 searchIterator.hint.nodeNum = hint;
83 searchIterator.hint.index = 0;
96 *newHint = resultIterator->hint.nodeNum;
205 *newHint = iterator->hint.nodeNum;
237 iterator.hint
285 ReplaceBTreeRecord(SFCB *fcb, const void* key, UInt32 hint, void *newData, UInt16 dataSize, UInt32 *newHint) argument
[all...]
H A DSCatalog.c94 UInt32 hint, SInt16 valenceDelta)
108 btIterator.hint.nodeNum = hint;
156 DeleteCatalogNode(SVCB *vcb, UInt32 pid, const CatalogName * name, UInt32 hint, Boolean for_rename) argument
175 btIterator.hint.nodeNum = hint;
245 GetCatalogNode(SVCB *vcb, UInt32 pid, const CatalogName * name, UInt32 hint, CatalogRecord *data) argument
260 btIterator.hint.nodeNum = hint;
93 UpdateFolderCount(SVCB *vcb, HFSCatalogNodeID pid, const CatalogName *name, SInt16 newType, UInt32 hint, SInt16 valenceDelta) argument
H A DSRepair.c936 UInt32 hint; local
945 retval = ReplaceBTreeRecord(GPtr->calculatedCatalogFCB, &key, kNoHint, &rec, recsize, &hint);
970 UInt32 hint; local
979 retval = ReplaceBTreeRecord(GPtr->calculatedCatalogFCB, &key, kNoHint, &rec, recsize, &hint);
1002 UInt32 hint; local
1026 retval = ReplaceBTreeRecord(GPtr->calculatedCatalogFCB, &key, kNoHint, &rec, recsize, &hint);
1132 UInt32 hint; local
1151 &rec, recsize, &hint);
1175 UInt32 hint; local
1209 &rec, recsize, &hint);
1236 UInt32 hint = 0; local
1331 UInt32 hint = 0; local
1609 UInt32 hint; // as returned by CBTSearch local
1662 UInt32 hint; // as returned by CBTSearch local
1776 UInt32 hint; // as returned by CBTSearch local
1864 UInt32 hint; // as returned by CBTSearch local
1931 UInt32 hint; local
1983 UInt32 hint = 0; local
2048 UInt32 hint = 0; local
2111 UInt32 hint; local
2176 UInt32 hint; local
2349 UInt32 hint; local
2877 UInt32 hint; local
3089 UInt32 hint; local
3417 UInt32 hint; local
3528 UInt32 hint; local
3595 UInt32 hint; local
3683 UInt32 hint; local
3867 UInt32 hint; local
4968 UInt32 hint; local
5206 UInt32 hint; local
5466 UInt32 hint; local
5570 UInt32 hint; local
5690 UInt32 hint; local
5919 UInt32 hint; local
6304 UInt32 hint; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map_store.h91 * Saves the specified entry as the hint for
95 * and someone else wins and stores their 'hint'
99 OSCompareAndSwapPtr((map)->hint, value, &(map)->hint); \
106 * Saves the specified entry as the hint for
114 (map)->hint = (value); \
H A Dvm_map_store.c71 if((entry) == (map)->hint) {
72 (map)->hint = vm_map_to_entry(map);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DCalcSpillWeights.cpp120 // Find the best physreg hist and the best virtreg hint.
124 // Don't recompute a target specific hint.
162 unsigned hint = copyHint(mi, li.reg, tri, mri); local
163 if (!hint)
165 float hweight = Hint[hint] += weight;
166 if (TargetRegisterInfo::isPhysicalRegister(hint)) {
167 if (hweight > bestPhys && mri.isAllocatable(hint))
168 bestPhys = hweight, hintPhys = hint;
171 bestVirt = hweight, hintVirt = hint;
177 // Always prefer the physreg hint
[all...]
/macosx-10.9.5/adv_cmds-153/finger/
H A Dnet.c71 static struct addrinfo hint; local
80 hint.ai_flags = AI_CANONNAME;
81 hint.ai_family = family;
82 hint.ai_socktype = SOCK_STREAM;
84 error = getaddrinfo(host, "finger", &hint, &ai0);
/macosx-10.9.5/rsync-42/rsync/
H A Dclientname.c109 struct addrinfo hint, *answer; local
112 memset(&hint, 0, sizeof hint);
115 hint.ai_flags = AI_NUMERICHOST;
117 hint.ai_socktype = SOCK_STREAM;
119 if ((err = getaddrinfo(addr, NULL, &hint, &answer)) != 0) {
/macosx-10.9.5/CF-855.17/
H A DCFBase.c238 static void *__CFAllocatorSystemAllocate(CFIndex size, CFOptionFlags hint, void *info) { argument
242 static void *__CFAllocatorSystemReallocate(void *ptr, CFIndex newsize, CFOptionFlags hint, void *info) { argument
256 static void *__CFAllocatorSystemAllocate(CFIndex size, CFOptionFlags hint, void *info) { argument
260 static void *__CFAllocatorSystemReallocate(void *ptr, CFIndex newsize, CFOptionFlags hint, void *info) { argument
269 static void *__CFAllocatorNullAllocate(CFIndex size, CFOptionFlags hint, void *info) { argument
273 static void *__CFAllocatorNullReallocate(void *ptr, CFIndex newsize, CFOptionFlags hint, void *info) { argument
278 static void * __CFAllocatorCPPMalloc(CFIndex allocSize, CFOptionFlags hint, void *info) argument
282 static void * __CFAllocatorCPPReAlloc(void *ptr, CFIndex newsize, CFOptionFlags hint, void *info) argument
589 void *CFAllocatorAllocate(CFAllocatorRef allocator, CFIndex size, CFOptionFlags hint) { argument
612 newptr = auto_zone_allocate_object((auto_zone_t*)allocator->_context.info, size, CF_GET_GC_MEMORY_TYPE(hint), initialRefcountOn
623 CFAllocatorReallocate(CFAllocatorRef allocator, void *ptr, CFIndex newsize, CFOptionFlags hint) argument
720 CFAllocatorGetPreferredSizeForSize(CFAllocatorRef allocator, CFIndex size, CFOptionFlags hint) argument
785 _CFAllocatorAllocateGC(CFAllocatorRef allocator, CFIndex size, CFOptionFlags hint) argument
793 _CFAllocatorReallocateGC(CFAllocatorRef allocator, void *ptr, CFIndex newsize, CFOptionFlags hint) argument
[all...]
H A DCFBase.h471 typedef void * (*CFAllocatorAllocateCallBack)(CFIndex allocSize, CFOptionFlags hint, void *info);
472 typedef void * (*CFAllocatorReallocateCallBack)(void *ptr, CFIndex newsize, CFOptionFlags hint, void *info);
474 typedef CFIndex (*CFAllocatorPreferredSizeCallBack)(CFIndex size, CFOptionFlags hint, void *info);
523 void *CFAllocatorAllocate(CFAllocatorRef allocator, CFIndex size, CFOptionFlags hint);
526 void *CFAllocatorReallocate(CFAllocatorRef allocator, void *ptr, CFIndex newsize, CFOptionFlags hint);
532 CFIndex CFAllocatorGetPreferredSizeForSize(CFAllocatorRef allocator, CFIndex size, CFOptionFlags hint);
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c50 LocateCatalogNodeByKey(const ExtendedVCB *volume, u_int32_t hint, CatalogKey *keyPtr, argument
74 searchIterator->hint.nodeNum = hint;
82 *newHint = searchIterator->hint.nodeNum;
137 __unused u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint)
165 *newHint = searchIterator->hint.nodeNum;
136 LocateCatalogRecord(const ExtendedVCB *volume, HFSCatalogNodeID folderID, const CatalogName *name, __unused u_int32_t hint, CatalogKey *keyPtr, CatalogRecord *dataPtr, u_int32_t *newHint) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsutils.c1964 * Find the current thread's directory hint for a given index.
1968 * Use detach if the cnode lock must be dropped while the hint is still active.
1975 directoryhint_t *hint; local
1982 * Look for an existing hint first. If not found, create a new one (when
1983 * the list is not full) or recycle the oldest hint. Since new hints are
1984 * always added to the head of the list, the last hint is always the
1987 TAILQ_FOREACH(hint, &dcp->c_hintlist, dh_link) {
1988 if (hint->dh_index == index)
1991 if (hint != NULL) { /* found an existing hint */
2046 directoryhint_t *hint; local
2076 directoryhint_t *hint, *prev; local
2107 hfs_insertdirhint(struct cnode *dcp, directoryhint_t * hint) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DQWebPageClient.h66 virtual void setInputMethodHints(Qt::InputMethodHints hint) = 0;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/addzone/ns2/
H A Dnamed2.conf37 type hint;
38 file "../../common/root.hint";
47 type hint;
48 file "../../common/root.hint";
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/views/ns2/
H A Dnamed2.conf41 type hint;
42 file "../../common/root.hint";
56 type hint;
57 file "../../common/root.hint";
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmemdebug.h120 #define ogetaddrinfo(host,serv,hint,res) \
121 curl_dogetaddrinfo(host,serv,hint,res,__LINE__,__FILE__)
124 #define getaddrinfo(host,serv,hint,res) \
125 curl_dogetaddrinfo(host,serv,hint,res,__LINE__,__FILE__)
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c40 OSErr ReplaceBTreeRecord(FileReference refNum, const void* key, u_int32_t hint, void *newData, u_int16_t dataSize, u_int32_t *newHint) argument
61 iterator->hint.nodeNum = hint;
75 *newHint = iterator->hint.nodeNum;

Completed in 312 milliseconds

12345678910