Searched refs:ilen (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dpr19355-1.C8 unsigned int ilen; local
9 if(!((ilen > 0 ? !is_nil () : 1))) {}
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_20.f9043 subroutine sub1(dcl, ilen)
45 integer(4) :: ilen local in subroutine:sub1
53 if (len(dcl) .NE. ilen) call abort ()
54 if (len(ucp) .NE. ilen) call abort ()
56 if (len(hlp) .NE. ilen) call abort ()
91 subroutine sub4(ucp, ilen)
93 integer(4) :: ilen local in subroutine:sub4
98 if (len(ucp) .ne. ilen) call abort ()
100 if (len(hlp) .ne. ilen) call abort ()
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go95 ilen := len(bytes)
105 fmt.Printf("\n%d\n%d\n%d\n", ilen, clen, len(bytes))
H A Dregex-dna-parallel.go97 ilen := len(bytes)
123 fmt.Printf("\n%d\n%d\n%d\n", ilen, clen, <-lenresult)
H A Dregex-dna.c142 size_t ilen, clen, slen; local
146 ilen = fb_readall(&seq[0], stdin);
152 printf("\n%zu\n%zu\n%zu\n", ilen, clen, slen);
/haiku-buildtools/legacy/gcc/libchill/
H A Dformat.c865 int ilen; local
934 ilen = 1;
939 ilen = 1;
944 ilen = 2;
949 ilen = 2;
954 ilen = 4;
959 ilen = 4;
965 ilen = 1;
970 ilen = 1;
975 ilen
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-microblaze.c644 match_imm (const char *s, int *ilen) argument
656 *ilen = slen;
660 *ilen = 0;
691 int itype, ilen; local
693 ilen = 0;
702 itype = match_imm (atp + 1, &ilen);
712 ilen = 0;
755 new_pointer += ilen + 1; /* sizeof (imm_suffix) + 1 for '@' */
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pragma.c616 size_t ilen = IDENTIFIER_LENGTH (DECL_NAME (decl)); local
618 char *newname = (char *) alloca (plen + ilen + 1);
621 memcpy (newname + plen, id, ilen + 1);
623 return build_string (plen + ilen, newname);
/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c4796 size_t ilen = 0;
4806 ilen = 5;
4808 ilen = 4;
4815 ilen = 5;
4817 ilen = 4;
4822 ilen = 4;
4824 ilen = 3;
4831 if (ilen != 0)
4837 p = obuf + olen - ilen - 1 - 4;
4795 size_t ilen = 0; local
/haiku-buildtools/binutils/bfd/
H A Delf32-rx.c2827 int dcode, icode, reg, ioff, dscale, ilen;
2924 ilen = 2;
2929 ilen += 1;
2932 ilen += 2;
2939 ilen += 1;
2942 ilen += 2;
2945 ilen += 3;
2948 ilen += 4;
2990 SNIPNR (3, ilen - 3);
2824 int dcode, icode, reg, ioff, dscale, ilen; local
H A Delflink.c12860 unsigned int ilen;
12863 ilen = strlen (isec->name);
12879 if (dlen > ilen
12880 && strncmp (dsec->name + (dlen - ilen),
12881 isec->name, ilen) == 0)
12846 unsigned int ilen; local
/haiku-buildtools/gcc/gcc/
H A Dgimple-fold.c858 unsigned ilen = tree_to_uhwi (len); local
859 if (exact_log2 (ilen) != -1)
861 tree type = lang_hooks.types.type_for_size (ilen * 8, 1);
865 == ilen * 8)

Completed in 235 milliseconds