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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsystem-3.s5 hint #0x7
8 hint #0x8
11 hint #0xa
14 hint #0xc
17 hint #0xe
20 hint #0x18
23 hint #0x19
26 hint #0x1a
29 hint #0x1b
32 hint #
[all...]
H A Dsystem-2.s6 hint #0x10
11 hint #0x11
16 hint #0x12
H A Ddgh.s4 hint #6 label
H A Ddgh.d10 *[0-9a-f]*: d50320df hint #0x6
11 *[0-9a-f]*: d50320df hint #0x6
H A Dsystem.d21 .*: d50320df hint #0x6
22 .*: d50320ff (hint #0x7|xpaclri)
23 .*: d503211f (hint #0x8|pacia1716)
24 .*: d503213f hint #0x9
25 .*: d503215f (hint #0xa|pacib1716)
26 .*: d503217f hint #0xb
27 .*: d503219f (hint #0xc|autia1716)
28 .*: d50321bf hint #0xd
29 .*: d50321df (hint #0xe|autib1716)
30 .*: d50321ff hint #
[all...]
H A Dpac_ab_key.s9 hint 25 // paciasp
25 hint 27 // pacibsp
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dhint.b-err.s0 hint.b @pause
2 hint.b 0x1ffff
H A Dhint.b-warn.s0 hint.b @pause
2 hint.b 0x1ffff
H A Dhint.b-err.l2 .*:1: Error: hint.b shouldn't be used
3 .*:2: Error: hint.b shouldn't be used
H A Dhint.b-warn.l2 .*:1: Warning: hint.b may be treated as nop
3 .*:2: Warning: hint.b may be treated as nop
H A Dopc-x.s17 hint.x 0
18 hint.x @pause
19 hint.x 0x3fffffffffffffff
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/lib/libc/sys/
H A Dposix_fadvise.c34 int __posix_fadvise50(int fd, int pad, off_t offset, off_t size, int hint);
37 posix_fadvise(int fd, off_t offset, off_t size, int hint) argument
39 return __posix_fadvise50(fd, 0, offset, size, hint);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dnetstuff.h67 struct addrinfo *hint);
74 struct addrinfo *hint);
H A Dnetstuff.cc43 parse_connection_spec_without_prefix (std::string spec, struct addrinfo *hint) argument
53 bool is_ipv6 = (hint->ai_family == AF_INET6
54 || (hint->ai_family != AF_INET
71 hint->ai_family = AF_INET6;
117 parse_connection_spec (const char *spec, struct addrinfo *hint) argument
146 hint->ai_family = prefix.family;
147 hint->ai_socktype = prefix.socktype;
148 hint->ai_protocol
149 = hint->ai_socktype == SOCK_DGRAM ? IPPROTO_UDP : IPPROTO_TCP;
153 return parse_connection_spec_without_prefix (spec, hint);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dnetstuff.h67 struct addrinfo *hint);
74 struct addrinfo *hint);
H A Dnetstuff.cc43 parse_connection_spec_without_prefix (std::string spec, struct addrinfo *hint) argument
53 bool is_ipv6 = (hint->ai_family == AF_INET6
54 || (hint->ai_family != AF_INET
71 hint->ai_family = AF_INET6;
117 parse_connection_spec (const char *spec, struct addrinfo *hint) argument
146 hint->ai_family = prefix.family;
147 hint->ai_socktype = prefix.socktype;
148 hint->ai_protocol
149 = hint->ai_socktype == SOCK_DGRAM ? IPPROTO_UDP : IPPROTO_TCP;
153 return parse_connection_spec_without_prefix (spec, hint);
[all...]
/netbsd-current/lib/libc/compat/sys/
H A Dcompat__lwp_park.c57 const void *hint, const void *unparkhint) argument
65 return ___lwp_park50(tsp, unpark, hint, unparkhint);
H A Dcompat___lwp_park50.c53 ___lwp_park50(const struct timespec *ts, lwpid_t unpark, const void *hint, argument
62 hint, unparkhint);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dparse-connection-spec-selftests.c206 struct addrinfo hint; local
209 memset (&hint, 0, sizeof (hint));
213 ret = parse_connection_spec (c.connspec, &hint);
226 SELF_CHECK (hint.ai_family == c.exp_ai_family);
227 SELF_CHECK (hint.ai_socktype == c.exp_ai_socktype);
228 SELF_CHECK (hint.ai_protocol == c.exp_ai_protocol);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dparse-connection-spec-selftests.c206 struct addrinfo hint; local
209 memset (&hint, 0, sizeof (hint));
213 ret = parse_connection_spec (c.connspec, &hint);
226 SELF_CHECK (hint.ai_family == c.exp_ai_family);
227 SELF_CHECK (hint.ai_socktype == c.exp_ai_socktype);
228 SELF_CHECK (hint.ai_protocol == c.exp_ai_protocol);
/netbsd-current/lib/libcrypt/
H A Dcrypt-sha1.c63 * The value returned will be slightly less than <hint> which defaults
72 __crypt_sha1_iterations (unsigned int hint) argument
75 * We treat CRYPT_SHA1_ITERATIONS as a hint.
80 if (hint < 4)
81 hint = CRYPT_SHA1_ITERATIONS;
82 return hint - arc4random_uniform(hint / 4);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_aarch64.inc.S13 hint #25 // paciasp
38 hint #29 // autiasp
/netbsd-current/etc/
H A Dnamed.conf29 type hint;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dedit-context.h59 bool apply_fixit (const fixit_hint *hint);

Completed in 388 milliseconds

1234567891011>>