| /openbsd-src/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-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 | 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 | 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-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-loop-niter.c | 141 tree s, c, d, bits, assumption, tmp, bound; in number_of_iterations_ne() local 144 niter->bound = final; in number_of_iterations_ne() 176 bound = build_low_bits_mask (niter_type, in number_of_iterations_ne() 197 tmp = fold_build2 (MULT_EXPR, niter_type, c, inverse (s, bound)); in number_of_iterations_ne() 198 niter->niter = fold_build2 (BIT_AND_EXPR, niter_type, tmp, bound); in number_of_iterations_ne() 218 tree assumption = boolean_true_node, bound, noloop; in number_of_iterations_lt_to_ne() local 233 bound = fold_build2 (MINUS_EXPR, type, in number_of_iterations_lt_to_ne() 236 iv1->base, bound); in number_of_iterations_lt_to_ne() 252 bound = fold_build2 (PLUS_EXPR, type, in number_of_iterations_lt_to_ne() 255 iv0->base, bound); in number_of_iterations_lt_to_ne() [all …]
|
| H A D | tree-ssa-phiopt.c | 715 tree lhs, rhs, op0, op1, bound; in minmax_replacement() local 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() [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 | 1992 rtx op0, op1, delta, step, bound, may_xform, tmp, tmp0, tmp1; in iv_number_of_iterations() local 2233 bound = simplify_gen_binary (PLUS, comp_mode, mmin, step); in iv_number_of_iterations() 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() 2245 bound = simplify_gen_binary (MINUS, comp_mode, mmax, step); 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() [all …]
|
| /openbsd-src/lib/libcrypto/asn1/ |
| H A D | asn_mime.c | 105 static int mime_bound_check(char *line, int linelen, char *bound, int blen); 106 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret); 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() 322 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eo in SMIME_write_ASN1() 608 multi_split(BIO * bio,char * bound,STACK_OF (BIO)** ret) multi_split() argument 975 mime_bound_check(char * line,int linelen,char * bound,int blen) mime_bound_check() argument [all...] |
| /openbsd-src/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-src/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-src/gnu/usr.bin/perl/t/op/ |
| H A D | symbolcache.t | 16 sub bound { removed() } 18 is( bound(), 23, 'function still bound' );
|
| /openbsd-src/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-src/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-src/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-src/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-src/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-src/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() 959 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR))) in try_qad_pin() 962 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0); 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() [all …]
|
| /openbsd-src/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()
|