Home
last modified time | relevance | path

Searched refs:uses (Results 1 – 25 of 3370) sorted by relevance

12345678910>>...135

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_version.pod42 The connection uses the SSLv3 protocol.
46 The connection uses the TLSv1.0 protocol.
50 The connection uses the TLSv1.1 protocol.
54 The connection uses the TLSv1.2 protocol.
58 The connection uses the TLSv1.3 protocol.
73 The connection uses the SSLv3 protocol.
77 The connection uses the TLSv1.0 protocol.
81 The connection uses the TLSv1.1 protocol.
85 The connection uses the TLSv1.2 protocol.
89 The connection uses the TLSv1.3 protocol (never returned for
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_version.pod42 The connection uses the SSLv3 protocol.
46 The connection uses the TLSv1.0 protocol.
50 The connection uses the TLSv1.1 protocol.
54 The connection uses the TLSv1.2 protocol.
58 The connection uses the TLSv1.3 protocol.
73 The connection uses the SSLv3 protocol.
77 The connection uses the TLSv1.0 protocol.
81 The connection uses the TLSv1.1 protocol.
85 The connection uses the TLSv1.2 protocol.
89 The connection uses the TLSv1.3 protocol (never returned for
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Djit-coverage-report.py51 uses = Counter() variable
54 uses[sym] = 0
57 uses[sym] += count
60 if uses[sym] == 0:
66 for sym, count in uses.most_common():
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Djit-coverage-report.py51 uses = Counter() variable
54 uses[sym] = 0
57 uses[sym] += count
60 if uses[sym] == 0:
66 for sym, count in uses.most_common():
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME.txt252 %tmp = bitcast %struct.B* %b to i32* ; <uint*> [#uses=1]
253 %tmp = load i32* %tmp ; <uint> [#uses=1]
254 %tmp3 = bitcast %struct.B* %b to i32* ; <uint*> [#uses=1]
255 %tmp4 = load i32* %tmp3 ; <uint> [#uses=1]
256 %tmp8 = bitcast %struct.B* %b to i32* ; <uint*> [#uses=2]
257 %tmp9 = load i32* %tmp8 ; <uint> [#uses=1]
258 %tmp4.mask17 = shl i32 %tmp4, i8 1 ; <uint> [#uses=1]
259 %tmp1415 = and i32 %tmp4.mask17, 2147483648 ; <uint> [#uses=1]
260 %tmp.masked = and i32 %tmp, 2147483648 ; <uint> [#uses=1]
261 %tmp11 = or i32 %tmp1415, %tmp.masked ; <uint> [#uses=1]
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dbsdi11 >32 byte 0x6a (uses shared libs)
21 >36 belong 0xb4100001 (uses shared libs)
27 >36 belong 0xb4100001 (uses shared libs)
33 >36 belong 0xb4100001 (uses shared libs)
H A Daout20 >32 byte 0x6a (uses BSD/OS shared libs)
24 >32 byte 0x6a (uses BSD/OS shared libs)
28 >32 byte 0x6a (uses BSD/OS shared libs)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dssa-iterators.h146 use_optype_p uses; member
488 if (ptr->uses) in op_iter_next_use()
490 use_p = USE_OP_PTR (ptr->uses); in op_iter_next_use()
491 ptr->uses = ptr->uses->next; in op_iter_next_use()
543 if (ptr->uses) in op_iter_next_tree()
545 val = USE_OP (ptr->uses); in op_iter_next_tree()
546 ptr->uses = ptr->uses->next; in op_iter_next_tree()
587 ptr->uses = NULL; in clear_and_done_ssa_iter()
626 ptr->uses = (flags & (SSA_OP_USE|SSA_OP_VUSE)) ? gimple_use_ops (stmt) : NULL; in op_iter_init()
628 && ptr->uses in op_iter_init()
[all …]
H A Dearly-remat.c382 bitmap uses; member
541 && (!cand1->uses || bitmap_equal_p (cand1->uses, cand2->uses))); in equal()
1268 bitmap_ior_into (get_bitmap (&cand->uses), &m_tmp_bitmap); in compute_rd()
1350 bitmap_head uses; in check_candidate_uses() local
1351 bitmap_initialize (&uses, &m_obstack); in check_candidate_uses()
1352 bitmap_copy (&uses, cand->uses); in check_candidate_uses()
1354 while (!bitmap_empty_p (&uses)) in check_candidate_uses()
1358 unsigned int first = bitmap_first_set_bit (&uses); in check_candidate_uses()
1360 bitmap_and (&m_tmp_bitmap, &uses, m_regno_to_candidates[regno]); in check_candidate_uses()
1375 bitmap_and_compl_into (&uses, &m_tmp_bitmap); in check_candidate_uses()
[all …]
H A Dvaltrack.c581 struct dead_debug_use *uses = NULL; in dead_debug_insert_temp() local
582 struct dead_debug_use **usesp = &uses; in dead_debug_insert_temp()
632 gcc_checking_assert (!uses); in dead_debug_insert_temp()
649 gcc_checking_assert (uses || global); in dead_debug_insert_temp()
726 dead_debug_reset_uses (debug, uses); in dead_debug_insert_temp()
734 if (where == DEBUG_TEMP_AFTER_WITH_REG && !uses->next) in dead_debug_insert_temp()
736 rtx_insn *next = DF_REF_INSN (uses->use); in dead_debug_insert_temp()
740 XDELETE (uses); in dead_debug_insert_temp()
764 while ((cur = uses)) in dead_debug_insert_temp()
774 uses = cur->next; in dead_debug_insert_temp()
H A Dcompare-elim.c111 struct comparison_use uses[MAX_CMP_USE]; member
267 struct comparison_use *cuse = &cmp->uses[cmp->n_uses++]; in find_flags_uses_in_insn()
527 sel_mode = SELECT_CC_MODE (cmp->uses[0].code, a, b); in maybe_select_cc_mode()
531 validate_change (cmp->uses[0].insn, cmp->uses[0].loc, flags, true); in maybe_select_cc_mode()
538 sel_mode = SELECT_CC_MODE (cmp->uses[0].code, a, b); in maybe_select_cc_mode()
541 machine_mode new_mode = SELECT_CC_MODE (cmp->uses[i].code, a, b); in maybe_select_cc_mode()
554 validate_change (cmp->uses[i].insn, cmp->uses[i].loc, flags, true); in maybe_select_cc_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dssa-iterators.h149 use_optype_p uses; member
491 if (ptr->uses) in op_iter_next_use()
493 use_p = USE_OP_PTR (ptr->uses); in op_iter_next_use()
494 ptr->uses = ptr->uses->next; in op_iter_next_use()
546 if (ptr->uses) in op_iter_next_tree()
548 val = USE_OP (ptr->uses); in op_iter_next_tree()
549 ptr->uses = ptr->uses->next; in op_iter_next_tree()
590 ptr->uses = NULL; in clear_and_done_ssa_iter()
629 ptr->uses = (flags & (SSA_OP_USE|SSA_OP_VUSE)) ? gimple_use_ops (stmt) : NULL; in op_iter_init()
631 && ptr->uses in op_iter_init()
[all …]
H A Dearly-remat.cc382 bitmap uses; member
541 && (!cand1->uses || bitmap_equal_p (cand1->uses, cand2->uses))); in equal()
1268 bitmap_ior_into (get_bitmap (&cand->uses), &m_tmp_bitmap); in compute_rd()
1350 bitmap_head uses; in check_candidate_uses() local
1351 bitmap_initialize (&uses, &m_obstack); in check_candidate_uses()
1352 bitmap_copy (&uses, cand->uses); in check_candidate_uses()
1354 while (!bitmap_empty_p (&uses)) in check_candidate_uses()
1358 unsigned int first = bitmap_first_set_bit (&uses); in check_candidate_uses()
1360 bitmap_and (&m_tmp_bitmap, &uses, m_regno_to_candidates[regno]); in check_candidate_uses()
1375 bitmap_and_compl_into (&uses, &m_tmp_bitmap); in check_candidate_uses()
[all …]
H A Dvaltrack.cc580 struct dead_debug_use *uses = NULL; in dead_debug_insert_temp() local
581 struct dead_debug_use **usesp = &uses; in dead_debug_insert_temp()
631 gcc_checking_assert (!uses); in dead_debug_insert_temp()
648 gcc_checking_assert (uses || global); in dead_debug_insert_temp()
725 dead_debug_reset_uses (debug, uses); in dead_debug_insert_temp()
733 if (where == DEBUG_TEMP_AFTER_WITH_REG && !uses->next) in dead_debug_insert_temp()
735 rtx_insn *next = DF_REF_INSN (uses->use); in dead_debug_insert_temp()
739 XDELETE (uses); in dead_debug_insert_temp()
763 while ((cur = uses)) in dead_debug_insert_temp()
773 uses = cur->next; in dead_debug_insert_temp()
H A Dcompare-elim.cc109 struct comparison_use uses[MAX_CMP_USE]; member
265 struct comparison_use *cuse = &cmp->uses[cmp->n_uses++]; in find_flags_uses_in_insn()
525 sel_mode = SELECT_CC_MODE (cmp->uses[0].code, a, b); in maybe_select_cc_mode()
529 validate_change (cmp->uses[0].insn, cmp->uses[0].loc, flags, true); in maybe_select_cc_mode()
536 sel_mode = SELECT_CC_MODE (cmp->uses[0].code, a, b); in maybe_select_cc_mode()
539 machine_mode new_mode = SELECT_CC_MODE (cmp->uses[i].code, a, b); in maybe_select_cc_mode()
552 validate_change (cmp->uses[i].insn, cmp->uses[i].loc, flags, true); in maybe_select_cc_mode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME.txt271 %x.0.0 = phi i32 [ 0, %entry ], [ %tmp9, %cond_true ] ; <i32> [#uses=3]
272 %t_addr.0.0 = phi i32 [ %t, %entry ], [ %tmp7, %cond_true ] ; <i32> [#uses=1]
273 %tmp2 = getelementptr i32* %a, i32 %x.0.0 ; <i32*> [#uses=1]
274 %tmp3 = load i32* %tmp2 ; <i32> [#uses=1]
275 %tmp5 = add i32 %t_addr.0.0, %x.0.0 ; <i32> [#uses=1]
276 %tmp7 = add i32 %tmp5, %tmp3 ; <i32> [#uses=2]
277 %tmp9 = add i32 %x.0.0, 1 ; <i32> [#uses=2]
278 %tmp = icmp sgt i32 %tmp9, 39 ; <i1> [#uses=1]
347 to be done at isel time based on the #uses to mul?
555 %tmp231232 = sext i16 %tmp62 to i32 ; <i32> [#uses=1]
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.inc103 "If set, uses alternate stack for signal handling.")
183 "If set, uses custom wrappers for strstr and strcasestr functions "
186 "If set, uses custom wrappers for strspn and strcspn function "
189 "If set, uses a custom wrapper for the strtok function "
192 "If set, uses custom wrappers for strpbrk function "
195 "If set, uses custom wrappers for strlen and strnlen functions "
198 "If set, uses custom wrappers for strndup functions "
201 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
204 "If set, uses custom wrappers for memcmp function "
210 "If set, uses a wrapper for memmem() to find more errors.")
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.inc105 "If set, uses alternate stack for signal handling.")
185 "If set, uses custom wrappers for strstr and strcasestr functions "
188 "If set, uses custom wrappers for strspn and strcspn function "
191 "If set, uses a custom wrapper for the strtok function "
194 "If set, uses custom wrappers for strpbrk function "
197 "If set, uses custom wrappers for strlen and strnlen functions "
200 "If set, uses custom wrappers for strndup functions "
203 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
206 "If set, uses custom wrappers for memcmp function "
212 "If set, uses a wrapper for memmem() to find more errors.")
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.inc112 "If set, uses alternate stack for signal handling.")
199 "If set, uses custom wrappers for strstr and strcasestr functions "
202 "If set, uses custom wrappers for strspn and strcspn function "
205 "If set, uses a custom wrapper for the strtok function "
208 "If set, uses custom wrappers for strpbrk function "
212 "If set, uses custom wrappers for strcmp functions to find more errors.")
214 "If set, uses custom wrappers for strlen and strnlen functions "
217 "If set, uses custom wrappers for strndup functions "
220 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
223 "If set, uses custom wrappers for memcmp function "
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp29 for (const Use &U : FPtr->uses()) { in findCallsAtConstantOffset()
56 for (const Use &U : VPtr->uses()) { in findLoadCallsAtConstantOffset()
84 for (const Use &CIU : CI->uses()) in findDevirtualizableCallsForTypeTest()
109 for (const Use &U : CI->uses()) { in findDevirtualizableCallsForTypeCheckedLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt71 multiple uses. Here's a simple example:
336 %tmp.1 = and i32 %a, 1 ; <i32> [#uses=1]
337 %tmp.2 = icmp ne i32 %tmp.1, 0 ; <i1> [#uses=1]
341 %tmp.5 = add i32 %a, -1 ; <i32> [#uses=1]
342 %tmp.3 = call i32 @t4( i32 %tmp.5 ) ; <i32> [#uses=1]
346 %tmp.7 = icmp ne i32 %a, 0 ; <i1> [#uses=1]
350 %tmp.11 = add i32 %a, -2 ; <i32> [#uses=1]
351 %tmp.9 = call i32 @t4( i32 %tmp.11 ) ; <i32> [#uses=1]
382 %tmp = load i32* %x ; <i32> [#uses=0]
383 %tmp.foo = call i32 @foo( i32* %x ) ; <i32> [#uses=1]
[all …]
/netbsd-src/external/gpl2/gmake/dist/config/
H A Ddospaths.m41 # Test if the system uses DOS-style pathnames (drive specs and backslashes)
22 AC_CACHE_CHECK([whether system uses MSDOS-style paths], [ac_cv_dos_paths],
35 [Define if the system uses DOS-style pathnames.])
/netbsd-src/external/public-domain/tz/dist/
H A Detcetera6 # These entries are for uses not otherwise covered by the tz database.
17 # behind GMT but uses the completely misleading abbreviation "GMT".
29 # The following link uses older naming conventions,
40 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dpackage.d174 $(REF StopWatch,std,datetime,stopwatch) instead. It uses
181 This class uses a high-performance counter. On Windows systems, it uses
182 $(D QueryPerformanceCounter), and on Posix systems, it uses
/netbsd-src/external/apache2/llvm/autoconf/autoconf/m4/
H A Dheader_mmap_anonymous.m419 …[HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine…

12345678910>>...135