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

12345

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Davx512pfintrin.h20 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) \
23 (int)(hint))
25 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) \
28 (int)(hint))
30 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) \
33 (int)(scale), (int)(hint))
35 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) \
38 (int)(scale), (int)(hint))
40 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) \
43 (int)(hint))
[all...]
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.c83 * Calculate whether we need key hint space
843 if (kv1->hint->status == HS_UNINITIALIZED) {
847 kv1->hint->v.nh.n1 = wcstoull(smain1, NULL, 10);
849 kv1->hint->v.nh.empty=true;
850 kv1->hint->v.nh.si = SI1;
851 kv1->hint->status = (kv1->hint->v.nh.n1 != ULLONG_MAX) ?
853 kv1->hint->v.nh.neg = (sign1 < 0) ? true : false;
856 if (kv2->hint->status == HS_UNINITIALIZED) {
860 kv2->hint
[all...]
H A Dcoll.h39 * Sort hint data for -n
50 * Sort hint data for -g
60 * Sort hint data for -M
68 * Status of a sort hint object
76 * Sort hint object
95 struct key_hint hint[0]; /* key sort hint */ member in struct:key_value
/freebsd-11-stable/sys/sys/
H A Devent.h117 * data/hint flags/masks for EVFILT_USER, shared with userspace
136 * data/hint flags for EVFILT_{READ|WRITE}, shared with userspace
142 * data/hint flags for EVFILT_VNODE, shared with userspace
159 * data/hint flags for EVFILT_PROC and EVFILT_PROCDESC, shared with userspace
164 #define NOTE_PCTRLMASK 0xf0000000 /* mask for hint bits */
201 #define KNOTE(list, hint, flags) knote(list, hint, flags)
202 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED)
203 #define KNOTE_UNLOCKED(list, hint) knot
[all...]
/freebsd-11-stable/usr.bin/finger/
H A Dnet.c68 static struct addrinfo hint; local
77 hint.ai_flags = AI_CANONNAME;
78 hint.ai_family = family;
79 hint.ai_socktype = SOCK_STREAM;
81 error = getaddrinfo(host, "finger", &hint, &ai0);
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_elide.h128 * path instead. If retry bit is not set, then take the hint.
149 enum _ck_elide_hint hint; \
167 hint = _ck_elide_fallback(&retry, st, c, status); \
168 if (hint == CK_ELIDE_HINT_RETRY) \
171 if (hint == CK_ELIDE_HINT_SPIN) { \
182 if (hint == CK_ELIDE_HINT_STOP) \
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h150 struct hint { struct
152 STAILQ_ENTRY(hint) hint_next;
155 extern STAILQ_HEAD(hint_head, hint) hints;
H A Dconfig.y194 struct hint *hint;
196 hint = (struct hint *)calloc(1, sizeof (struct hint));
197 if (hint == NULL)
199 hint->hint_name = $2;
200 STAILQ_INSERT_HEAD(&hints, hint, hint_next);
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffile.h38 int hint; member in struct:def_file_export
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_sorts_private.h106 * consecutive array elements, provide @a hint. It should be initialized
108 * element. If the return value is NULL, @a *hint is the location where
116 int *hint,
/freebsd-11-stable/tools/tools/kdrv/
H A DKernelDriver83 # Given (hint), use it to locate a driver information file.
86 proc findDrvFile_try {hint} {
89 if {[file exists $hint]} {
91 while {[file type $hint] == "link"} {
92 set hint [file readlink $hint];
94 switch [file type $hint] {
97 return $hint;
101 set candidate [glob -nocomplain "$hint/*.drvinfo"];
110 error "multiple driver info files in directory : $hint";
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.h71 void **hint,
151 int *hint);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp188 // CopyHint is a sortable hint derived from a COPY instruction.
196 // Always prefer any physreg hint.
247 Register hint = copyHint(mi, li.reg, tri, mri); local
248 if (!hint)
254 volatile float hweight = Hint[hint] += weight;
255 if (Register::isVirtualRegister(hint) || mri.isAllocatable(hint))
257 CopyHint(hint, hweight, Register::isPhysicalRegister(hint)));
264 // Remove a generic hint i
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.h154 int *hint);
170 apr_size_t *hint,
H A Dtemp_serializer.h179 /* Lookup hint [in / out] */
180 apr_size_t hint; member in struct:svn_fs_x__ede_baton_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsorts.c241 int *hint,
249 if (hint)
253 idx = *hint + 1;
262 *hint = array->nelts;
277 *hint = idx;
287 *hint = 0;
297 if (hint)
298 *hint = idx;
237 svn_sort__array_lookup(const apr_array_header_t *array, const void *key, int *hint, int (*compare_func)(const void *, const void *)) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c167 as hint because most lookups come as a sequence of decreasing values
173 apr_size_t hint)
182 /* If we got a valid hint, use it to reduce the range to cover.
183 Note that this will only be useful if either the hint is a
187 if (hint < hi)
189 if (offset < ndx->offs[hint])
190 hi = hint;
191 else if (offset < ndx->offs[hint+1])
192 return hint;
194 lo = hint
169 search_offset_index(const offset_index_t *ndx, apr_size_t offset, apr_size_t hint) argument
638 copy_source_ops(apr_size_t offset, apr_size_t limit, apr_size_t target_offset, apr_size_t hint, svn_txdelta__ops_baton_t *build_baton, const svn_txdelta_window_t *window, const offset_index_t *ndx, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_internal.h138 uint32_t hint:1; member in struct:generic_dma_control
171 uint32_t hint:1; member in struct:ioat_dma_hw_descriptor::__anon4523::__anon4524
228 uint32_t hint:1; member in struct:ioat_crc32_hw_descriptor::__anon4527::__anon4528
307 uint32_t hint:1; member in struct:ioat_xor_hw_descriptor::__anon4529::__anon4530
345 uint32_t hint:1; member in struct:ioat_pq_hw_descriptor::__anon4531::__anon4532
387 uint32_t hint:1; member in struct:ioat_pq_update_hw_descriptor::__anon4533::__anon4534
/freebsd-11-stable/sys/dev/virtio/
H A Dvirtqueue.h80 int virtqueue_postpone_intr(struct virtqueue *vq, vq_postpone_t hint);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c145 static void win_error(DWORD last_err, const char *hint) { argument
153 fprintf(stderr, "Unkown Windows error: %s\n", hint);
158 static __inline void win_abort(DWORD last_err, const char *hint) { argument
159 win_error(last_err, hint);
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dscript.cpp36 void hint(unsigned);
193 void script_box::hint(unsigned flags) function in class:script_box
195 p->hint(flags & ~HINT_NEXT_IS_ITALIC);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c471 struct evutil_addrinfo hint; local
487 memset(&hint, 0, sizeof(hint));
488 hint.ai_family = family;
489 hint.ai_protocol = IPPROTO_TCP;
490 hint.ai_socktype = SOCK_STREAM;
497 &hint, bufferevent_connect_getaddrinfo_cb, bev);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Db_sock.c681 struct addrinfo *res, hint; local
694 * default to IPv6 without any hint. Also note that commonly IPv6
697 memset(&hint, 0, sizeof(hint));
698 hint.ai_flags = AI_PASSIVE;
704 hint.ai_family = AF_INET6;
709 hint.ai_family = AF_INET;
714 if ((*p_getaddrinfo.f) (h, p, &hint, &res))
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h202 StringRef hint; local
204 hint = "; consider recompiling with -fdebug-types-section to reduce size "
209 ", " + Twine(max).str() + "]" + hint);
/freebsd-11-stable/contrib/sendmail/editmap/
H A Deditmap.c286 char *hint; local
289 (hint = smdb_db_definition(typename)) != NULL)
292 progname, hint, typename);

Completed in 369 milliseconds

12345