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

12345678910

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorCompletionController.css26 .CodeMirror .CodeMirror-lines .completion-hint {
/macosx-10.10/ipsec-286.1.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.10/JavaScriptCore-7600.1.17/disassembler/
H A DARM64Disassembler.cpp64 bool tryToDisassemble(const MacroAssemblerCodePtr& codePtr, size_t size, const char* prefix, PrintStream& out, InstructionSubsetHint hint) argument
66 return tryToDisassembleWithLLVM(codePtr, size, prefix, out, hint);
/macosx-10.10/xnu-2782.1.97/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.10/xnu-2782.1.97/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.10/xnu-2782.1.97/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.10/hfs-285/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...]
H A DSExtents.c136 UInt32 *hint);
217 // foundHint The BTree hint to find the node again
335 UInt32 *hint)
352 err = InsertBTreeRecord(vcb->vcbExtentsFile, &hfsKey, data, sizeof(HFSExtentRecord), hint);
355 err = InsertBTreeRecord(vcb->vcbExtentsFile, key, extents, sizeof(HFSPlusExtentRecord), hint);
434 UInt32 hint; local
448 err = SearchExtentFile(vcb, fcb, sectorOffset, &foundKey, foundData, &foundIndex, &hint, &nextFABN);
584 UInt32 hint; local
589 err = FindExtentRecord(vcb, forkType, fileID, startBlock, false, &key, extents, &hint);
766 UInt32 hint; // fro local
331 CreateExtentRecord( const SVCB *vcb, HFSPlusExtentKey *key, HFSPlusExtentRecord extents, UInt32 *hint) argument
1798 UInt32 hint; local
[all...]
/macosx-10.10/xnu-2782.1.97/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.10/llvmCore-3425.0.34/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.10/adv_cmds-158/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.10/rsync-45/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.10/xnu-2782.1.97/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.10/bind9-45.101/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.10/bind9-45.101/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.10/curl-83.1.2/curl/lib/
H A Dmemdebug.h121 #define ogetaddrinfo(host,serv,hint,res) \
122 curl_dogetaddrinfo(host,serv,hint,res,__LINE__,__FILE__)
125 #define getaddrinfo(host,serv,hint,res) \
126 curl_dogetaddrinfo(host,serv,hint,res,__LINE__,__FILE__)
/macosx-10.10/xnu-2782.1.97/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;
H A DFileExtentMapping.c139 u_int32_t *hint);
219 // foundHint The BTree hint to find the node again
350 *foundHint = btIterator->hint.nodeNum;
362 u_int32_t *hint)
371 *hint = 0;
422 *hint = btIterator->hint.nodeNum;
506 u_int32_t hint; local
518 err = SearchExtentFile(vcb, fcb, offset, &foundKey, foundData, &foundIndex, &hint, &nextFABN);
656 u_int32_t hint; local
358 CreateExtentRecord( ExtendedVCB *vcb, HFSPlusExtentKey *key, HFSPlusExtentRecord extents, u_int32_t *hint) argument
892 u_int32_t hint; local
970 u_int32_t hint; local
1410 u_int32_t hint; // BTree hint corresponding to key local
2157 u_int32_t hint; local
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_functioncallbacks.m119 id hint = nil;
124 PyObjCObject_Convert, &hint)) {
143 SortHelperFunc, realContext, hint);
151 SortHelperFunc, realContext, hint);
319 @selector(sortedArrayUsingFunction:context:hint:),
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbashline.c1233 static char *hint = (char *)NULL; local
1250 if (dequoted_hint && dequoted_hint != hint)
1252 if (hint)
1253 free (hint);
1271 hint = bash_tilde_expand (hint_text, 0);
1273 hint = savestring (hint_text);
1275 dequoted_hint = hint;
1283 dequoted_hint = bash_dequote_filename (hint, 0);
1284 free (hint);
1285 hint
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DExceptionHelpers.cpp49 JSValue TerminatedExecutionError::defaultValue(const JSObject*, ExecState* exec, PreferredPrimitiveType hint) argument
51 if (hint == PreferString)

Completed in 190 milliseconds

12345678910