/openbsd/regress/gnu/egcs/gcc-bounds/ |
H A D | builtins-1.c.exp.gcc4 | 2 builtins-1.c:12: warning: array size (100) smaller than bound length (200) 3 builtins-1.c:12: warning: array size (100) smaller than bound length (200) 4 builtins-1.c:13: warning: array size (50) smaller than bound length (100) 5 builtins-1.c:13: warning: array size (50) smaller than bound length (100) 6 builtins-1.c:14: warning: array size (50) smaller than bound length (105) 7 builtins-1.c:14: warning: array size (100) smaller than bound length (105) 8 builtins-1.c:14: warning: array size (50) smaller than bound length (105) 9 builtins-1.c:14: warning: array size (100) smaller than bound length (105) 10 builtins-1.c:15: warning: array size (100) smaller than bound length (500) 11 builtins-1.c:15: warning: array size (100) smaller than bound length (500) [all …]
|
H A D | builtins-1.c.exp.gcc3 | 2 builtins-1.c:12: warning: array size (100) smaller than bound length (200) 3 builtins-1.c:13: warning: array size (50) smaller than bound length (100) 4 builtins-1.c:14: warning: array size (50) smaller than bound length (105) 5 builtins-1.c:14: warning: array size (100) smaller than bound length (105) 6 builtins-1.c:15: warning: array size (100) smaller than bound length (500) 7 builtins-1.c:16: warning: array size (50) smaller than bound length (1000) 8 builtins-1.c:17: warning: array size (50) smaller than bound length (1234) 9 builtins-1.c:18: warning: array size (100) smaller than bound length (5432) 10 builtins-1.c:19: warning: array size (100) smaller than bound length (2345)
|
H A D | memcpy-2.c.exp.gcc4 | 2 memcpy-2.c:6: warning: array size (8) smaller than bound length (10) 3 memcpy-2.c:6: warning: array size (8) smaller than bound length (10)
|
H A D | memcpy-6.c.exp.gcc4 | 2 memcpy-6.c:6: warning: array size (32) smaller than bound length (40) 3 memcpy-6.c:6: warning: array size (32) smaller than bound length (40)
|
H A D | memcpy-3.c.exp.gcc4 | 2 memcpy-3.c:6: warning: array size (4) smaller than bound length (8) 3 memcpy-3.c:6: warning: array size (4) smaller than bound length (8)
|
H A D | snprintf-2.cpp.exp.gcc3 | 2 snprintf-2.cpp:5: warning: array size (20) smaller than bound length (30) 3 snprintf-2.cpp:5: warning: array size (20) smaller than bound length (30)
|
H A D | snprintf-2.cpp.exp.gcc4 | 2 snprintf-2.cpp:5: warning: array size (20) smaller than bound length (30) 3 snprintf-2.cpp:5: warning: array size (20) smaller than bound length (30)
|
H A D | snprintf-4.cpp.exp.gcc4 | 2 snprintf-4.cpp:12: warning: array size (10) smaller than bound length (96) 3 snprintf-4.cpp:12: warning: array size (10) smaller than bound length (96)
|
H A D | snprintf-4.cpp.exp.gcc3 | 3 snprintf-4.cpp:12: warning: array size (10) smaller than bound length (96) 5 snprintf-4.cpp:12: warning: array size (10) smaller than bound length (96)
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-niter.c | 144 niter->bound = final; in number_of_iterations_ne() 312 iv1->base, bound); in assert_no_overflow_lt() 1715 for (bound = loop->bounds; bound; bound = bound->next) in compute_estimated_nb_iterations() 1717 if (TREE_CODE (bound->bound) != INTEGER_CST) in compute_estimated_nb_iterations() 1723 || tree_int_cst_lt (bound->bound, loop->estimated_nb_iterations)) in compute_estimated_nb_iterations() 1724 loop->estimated_nb_iterations = bound->bound; in compute_estimated_nb_iterations() 1948 tree bound = niter_bound->bound; in n_of_executions_at_most() local 1957 bound = fold_convert (nit_type, bound); in n_of_executions_at_most() 2066 for (bound = loop->bounds; bound; bound = bound->next) in scev_probably_wraps_p() 2091 for (bound = loop->bounds; bound; bound = next) in free_numbers_of_iterations_estimates_loop() [all …]
|
H A D | tree-ssa-phiopt.c | 749 bound = op1; in minmax_replacement() 751 bound = op0; in minmax_replacement() 757 bound, larger))) in minmax_replacement() 774 bound = op1; in minmax_replacement() 776 bound = op0; in minmax_replacement() 782 bound, smaller))) in minmax_replacement() 808 bound = op1; in minmax_replacement() 810 bound = op0; in minmax_replacement() 816 bound, larger))) in minmax_replacement() 833 bound = op1; in minmax_replacement() [all …]
|
H A D | tree-ssa-loop-manip.c | 665 || contains_abnormal_ssa_name_p (niter->bound)) in can_unroll_loop_p() 695 tree bound = desc->bound; in determine_exit_conditions() local 749 bound, in determine_exit_conditions() 753 bound, in determine_exit_conditions() 757 bound = fold_build2 (MINUS_EXPR, type, bound, delta); in determine_exit_conditions() 758 assum = fold_build2 (cmp, boolean_type_node, base, bound); in determine_exit_conditions() 778 bound = force_gimple_operand (unshare_expr (bound), &stmts, true, NULL_TREE); in determine_exit_conditions() 785 *exit_bound = bound; in determine_exit_conditions()
|
H A D | loop-iv.c | 2234 bound = simplify_gen_binary (MINUS, comp_mode, bound, delta); in iv_number_of_iterations() 2235 bound = lowpart_subreg (mode, bound, comp_mode); in iv_number_of_iterations() 2238 bound, tmp); in iv_number_of_iterations() 2241 bound, tmp); in iv_number_of_iterations() 2246 bound = simplify_gen_binary (PLUS, comp_mode, bound, delta); in iv_number_of_iterations() 2247 bound = lowpart_subreg (mode, bound, comp_mode); in iv_number_of_iterations() 2250 tmp, bound); in iv_number_of_iterations() 2377 tmp1, bound); in iv_number_of_iterations() 2389 tmp1, bound); in iv_number_of_iterations() 2421 bound, tmp0); in iv_number_of_iterations() [all …]
|
/openbsd/lib/libcrypto/asn1/ |
H A D | asn_mime.c | 282 char bound[33], c; in SMIME_write_ASN1() local 299 arc4random_buf(bound, 32); in SMIME_write_ASN1() 301 c = bound[i] & 0xf; in SMIME_write_ASN1() 306 bound[i] = c; in SMIME_write_ASN1() 308 bound[32] = 0; in SMIME_write_ASN1() 315 bound, mime_eol, mime_eol); in SMIME_write_ASN1() 319 BIO_printf(bio, "------%s%s", bound, mime_eol); in SMIME_write_ASN1() 334 BIO_printf(bio, "%s------%s--%s%s", mime_eol, bound, in SMIME_write_ASN1() 618 blen = strlen(bound); in multi_split() 627 state = mime_bound_check(linebuf, len, bound, blen); in multi_split() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | ardi.h | 50 int angel_RDI_setbreak(ARMword address, unsigned type, ARMword bound, 55 ARMword bound, PointHandle *handle); 59 ARMword *bound);
|
H A D | dbg_rdi.h | 433 typedef int rdi_setbreak_proc(ARMword address, unsigned type, ARMword bound, 437 ARMword bound, PointHandle *handle); 443 unsigned datatype, ARMword *bound);
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_memory.c | 75 if (agpmem->bound <= offset in agp_remap() 76 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= in agp_remap() 92 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE); in agp_remap()
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | symbolcache.t | 16 sub bound { removed() } 18 is( bound(), 23, 'function still bound' );
|
/openbsd/usr.sbin/mrouted/ |
H A D | cfparse.y | 69 struct addrmask bound; member 98 %type <addrmask> bound boundary addrmask 210 boundlist[numbounds++].bound = $3; 299 | BOUNDARY bound { 344 bound : boundary { $$ = $1; } 349 $$ = boundlist[i].bound;
|
/openbsd/usr.sbin/dhcp6leasectl/ |
H A D | dhcp6leasectl.c | 72 int ch, if_index = 0, maxwait = 10, bound = 0; in main() local 164 bound = 1; in main() 166 if (bound || --maxwait < 0) { in main()
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-02-06-TypeNotationDebateResp2.txt | 18 the upper bound. The lower bound is always implied to be zero, for 22 explicitly. Since the lower bound must always be known in a high level
|
/openbsd/regress/lib/libc/regex/ |
H A D | split.c | 201 register int bound; local 203 bound = (nf > nfp) ? nfp : nf; 205 for (fn = 0; fn < bound; fn++)
|
/openbsd/sys/dev/pci/drm/ttm/ |
H A D | ttm_agp_backend.c | 119 return (agp_be->bound == 1); in ttm_agp_is_bound() 130 if (agp_be->bound) in ttm_agp_destroy()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_vma.c | 943 unsigned int bound; in try_qad_pin() local 945 bound = atomic_read(&vma->flags); in try_qad_pin() 950 return (flags & bound) == flags; in try_qad_pin() 956 if (unlikely(flags & ~bound)) in try_qad_pin() 963 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1)); in try_qad_pin() 1440 unsigned int bound; in i915_vma_pin_ww() local 1537 bound = atomic_read(&vma->flags); in i915_vma_pin_ww() 1538 if (unlikely(bound & I915_VMA_ERROR)) { in i915_vma_pin_ww() 1543 if (unlikely(!((bound + 1) & I915_VMA_PIN_MASK))) { in i915_vma_pin_ww() 1558 if (!(bound & I915_VMA_BIND_MASK)) { in i915_vma_pin_ww() [all …]
|
/openbsd/usr.sbin/dhcpleasectl/ |
H A D | dhcpleasectl.c | 72 int ch, if_index = 0, maxwait = 10, bound = 0; in main() local 198 bound = 1; in main() 200 if (bound || --maxwait < 0) { in main()
|