Home
last modified time | relevance | path

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

12345678910>>...103

/netbsd/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/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/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/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/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME.txt253 %tmp = load i32* %tmp ; <uint> [#uses=1]
255 %tmp4 = load i32* %tmp3 ; <uint> [#uses=1]
257 %tmp9 = load i32* %tmp8 ; <uint> [#uses=1]
263 %tmp13 = or i32 %tmp12, %tmp11 ; <uint> [#uses=1]
365 %neg = sext i1 %0 to i32 ; <i32> [#uses=1]
516 %tmp3 = fcmp ole double %x, %y ; <i1> [#uses=1]
517 %tmp345 = zext i1 %tmp3 to i32 ; <i32> [#uses=1]
523 %tmp3 = fcmp one double %x, %y ; <i1> [#uses=1]
524 %tmp345 = zext i1 %tmp3 to i32 ; <i32> [#uses=1]
530 %tmp3 = fcmp ugt double %x, %y ; <i1> [#uses=1]
[all …]
/netbsd/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)
/netbsd/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()
1350 bitmap_head uses; in check_candidate_uses() local
1352 bitmap_copy (&uses, cand->uses); in check_candidate_uses()
1377 BITMAP_FREE (cand->uses); in check_candidate_uses()
1378 cand->uses = uses_ec; in check_candidate_uses()
1390 if (cand->uses) in compute_clobbers()
1485 if (empty_p (cand3->uses)) in decide_candidate_validity()
1520 canon_bitmap (&cand1->uses); in decide_candidate_validity()
1874 if (cand->uses) in emit_remat_insns()
[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()
/netbsd/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.c382 bitmap uses; member
541 && (!cand1->uses || bitmap_equal_p (cand1->uses, cand2->uses))); in equal()
1350 bitmap_head uses; in check_candidate_uses() local
1352 bitmap_copy (&uses, cand->uses); in check_candidate_uses()
1377 BITMAP_FREE (cand->uses); in check_candidate_uses()
1378 cand->uses = uses_ec; in check_candidate_uses()
1390 if (cand->uses) in compute_clobbers()
1485 if (empty_p (cand3->uses)) in decide_candidate_validity()
1520 canon_bitmap (&cand1->uses); in decide_candidate_validity()
1874 if (cand->uses) in emit_remat_insns()
[all …]
H A Dearly-remat.cc382 bitmap uses; member
541 && (!cand1->uses || bitmap_equal_p (cand1->uses, cand2->uses))); in equal()
1350 bitmap_head uses; in check_candidate_uses() local
1352 bitmap_copy (&uses, cand->uses); in check_candidate_uses()
1377 BITMAP_FREE (cand->uses); in check_candidate_uses()
1378 cand->uses = uses_ec; in check_candidate_uses()
1390 if (cand->uses) in compute_clobbers()
1485 if (empty_p (cand3->uses)) in decide_candidate_validity()
1520 canon_bitmap (&cand1->uses); in decide_candidate_validity()
1874 if (cand->uses) in emit_remat_insns()
[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 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()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.inc103 "If set, uses alternate stack for signal handling.")
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 "
204 "If set, uses custom wrappers for memcmp function "
210 "If set, uses a wrapper for memmem() to find more errors.")
212 "If set, uses custom wrappers for memset/memcpy/memmove "
215 "If set, uses custom wrappers for *stat functions "
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.inc105 "If set, uses alternate stack for signal handling.")
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 "
206 "If set, uses custom wrappers for memcmp function "
212 "If set, uses a wrapper for memmem() to find more errors.")
214 "If set, uses custom wrappers for memset/memcpy/memmove "
217 "If set, uses custom wrappers for *stat functions "
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.inc103 "If set, uses alternate stack for signal handling.")
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 "
204 "If set, uses custom wrappers for memcmp function "
210 "If set, uses a wrapper for memmem() to find more errors.")
212 "If set, uses custom wrappers for memset/memcpy/memmove "
215 "If set, uses custom wrappers for *stat functions "
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME.txt274 %tmp3 = load i32* %tmp2 ; <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?
556 %tmp233 = sub i32 32, %tmp231232 ; <i32> [#uses=1]
559 %tmp254 = sub i32 32, %tmp252253 ; <i32> [#uses=1]
562 %tmp585 = sub i32 32, %tmp583584 ; <i32> [#uses=1]
975 %tmp2 = icmp eq i8 %d, 0 ; <i1> [#uses=1]
979 %tmp6 = add i32 %b, %a ; <i32> [#uses=1]
[all …]
/netbsd/external/bsd/pam-u2f/dist/.github/workflows/
H A Dcodeql-analysis.yml16 uses: actions/checkout@v2
20 uses: github/codeql-action/init@v1
34 uses: github/codeql-action/analyze@v1
H A Dalpine_builds.yml21 uses: actions/checkout@v2
23 uses: actions/checkout@v2
29 uses: actions/checkout@v2
/netbsd/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/external/gpl3/gdb/dist/ld/testsuite/ld-m68k/
H A Dattr-gnu-4-12.d4 #error: .* uses hard float, .* uses soft float.*
H A Dattr-gnu-4-21.d4 #error: .* uses hard float, .* uses soft float.*
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68k/
H A Dattr-gnu-4-21.d4 #error: .* uses hard float, .* uses soft float.*
H A Dattr-gnu-4-12.d4 #error: .* uses hard float, .* uses soft float.*

12345678910>>...103