HomeSort by: relevance | last modified time | path
    Searched refs:hint (Results 1 - 25 of 632) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/cp/
std-name-hint.h 2 /* Command-line: gperf -o -C -E -k '1,2,7,11,$' -D -N find -L C++ --output-file std-name-hint.h std-name-hint.gperf */
31 #line 4 "std-name-hint.gperf"
51 #line 24 "std-name-hint.gperf"
147 #line 401 "std-name-hint.gperf"
149 #line 276 "std-name-hint.gperf"
151 #line 405 "std-name-hint.gperf"
153 #line 469 "std-name-hint.gperf"
155 #line 403 "std-name-hint.gperf"
157 #line 404 "std-name-hint.gperf
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
avx512pfintrin.h 20 #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...]
  /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/
named.conf.j2 19 type hint;
20 file "root.hint";
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_sign.h 12 VECTOR hint; member in struct:ml_dsa_sig_st
  /src/lib/libc/sys/
posix_fadvise.c 34 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)
39 return __posix_fadvise50(fd, 0, offset, size, hint);
  /src/external/bsd/zstd/dist/tests/cli-tests/compression/
stream-size.sh 5 # Test stream size & hint
7 datagen -g7654 | zstd --size-hint=7000 | zstd -t
  /src/lib/libc/compat/sys/
compat__lwp_park.c 57 const void *hint, const void *unparkhint)
65 return ___lwp_park50(tsp, unpark, hint, unparkhint);
compat___lwp_park50.c 53 ___lwp_park50(const struct timespec *ts, lwpid_t unpark, const void *hint,
62 hint, unparkhint);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
netstuff.h 64 filled in. Also adjust HINT accordingly. */
67 struct addrinfo *hint);
71 structure with the proper fields filled in. Also adjust HINT
74 struct addrinfo *hint);
netstuff.cc 42 parse_connection_spec_without_prefix (std::string spec, struct addrinfo *hint)
52 bool is_ipv6 = (hint->ai_family == AF_INET6
53 || (hint->ai_family != AF_INET
70 hint->ai_family = AF_INET6;
116 parse_connection_spec (const char *spec, struct addrinfo *hint)
145 hint->ai_family = prefix.family;
146 hint->ai_socktype = prefix.socktype;
147 hint->ai_protocol
148 = hint->ai_socktype == SOCK_DGRAM ? IPPROTO_UDP : IPPROTO_TCP;
152 return parse_connection_spec_without_prefix (spec, hint);
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
netstuff.h 64 filled in. Also adjust HINT accordingly. */
67 struct addrinfo *hint);
71 structure with the proper fields filled in. Also adjust HINT
74 struct addrinfo *hint);
netstuff.cc 42 parse_connection_spec_without_prefix (std::string spec, struct addrinfo *hint)
52 bool is_ipv6 = (hint->ai_family == AF_INET6
53 || (hint->ai_family != AF_INET
70 hint->ai_family = AF_INET6;
116 parse_connection_spec (const char *spec, struct addrinfo *hint)
145 hint->ai_family = prefix.family;
146 hint->ai_socktype = prefix.socktype;
147 hint->ai_protocol
148 = hint->ai_socktype == SOCK_DGRAM ? IPPROTO_UDP : IPPROTO_TCP;
152 return parse_connection_spec_without_prefix (spec, hint);
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/autosign/ns5/
named.conf.j2 29 type hint;
30 file "../../_common/root.hint";
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ns3/
named.conf.j2 26 type hint;
27 file "../../_common/root.hint";
  /src/external/mpl/bind/dist/bin/tests/system/forward/ns7/
named.conf.j2 29 type hint;
  /src/external/mpl/bind/dist/bin/tests/system/pending/ns4/
named.conf.j2 29 type hint;
30 file "../../_common/root.hint";
  /src/external/mpl/bind/dist/bin/tests/system/allow_query/ns2/
named.conf.j2 26 type hint;
27 file "../../_common/root.hint";
named02.conf.j2 27 type hint;
28 file "../../_common/root.hint";
named03.conf.j2 27 type hint;
28 file "../../_common/root.hint";
named04.conf.j2 27 type hint;
28 file "../../_common/root.hint";
named05.conf.j2 27 type hint;
28 file "../../_common/root.hint";
named06.conf.j2 27 type hint;
28 file "../../_common/root.hint";
named21.conf.j2 28 type hint;
29 file "../../_common/root.hint";
named24.conf.j2 30 type hint;
31 file "../../_common/root.hint";
named25.conf.j2 30 type hint;
31 file "../../_common/root.hint";

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>