Searched refs:size2 (Results 1 - 25 of 37) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/
H A D1.cc58 int size2 = char_traits<wchar_t>::length(strlit2) - 1; local
67 i2 = coll_c.compare(strlit2, strlit2 + size2, strlit2, strlit2 + 13);
69 i2 = coll_c.compare(strlit2, strlit2 + 13, strlit2, strlit2 + size2);
71 i2 = coll_c.compare(strlit2, strlit2 + size2, strlit2, strlit2 + size2);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate/compare/char/
H A D1.cc58 int size2 = char_traits<char>::length(strlit2) - 1; local
67 i2 = coll_c.compare(strlit2, strlit2 + size2, strlit2, strlit2 + 13);
69 i2 = coll_c.compare(strlit2, strlit2 + 13, strlit2, strlit2 + size2);
71 i2 = coll_c.compare(strlit2, strlit2 + size2, strlit2, strlit2 + size2);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr56694.C9 vector_mismatch(int size1, int size2);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dstack1.C72 int size2 () const { return 3; } function in struct:adaptor
79 if (j < size2 () && i-j < 1)
105 int q = a->size2 ();
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/
H A Dbf-common.h121 int size1, size2; local
128 != (size2 = sizeof (struct class_vars)))
130 printf ("sizes don't match (computed %d, exact %d)\n", size1, size2);
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-alias.h166 unsigned HOST_WIDE_INT size2)
169 && (size2 == (unsigned HOST_WIDE_INT)-1
170 || pos1 < (pos2 + (HOST_WIDE_INT) size2)))
163 ranges_overlap_p(HOST_WIDE_INT pos1, unsigned HOST_WIDE_INT size1, HOST_WIDE_INT pos2, unsigned HOST_WIDE_INT size2) argument
H A Dtree-ssa-sccvn.c1738 HOST_WIDE_INT offset2, size2, maxsize2; local
1739 base2 = get_ref_base_and_extent (ref2, &offset2, &size2, &maxsize2);
1740 size2 = tree_to_uhwi (gimple_call_arg (def_stmt, 2)) * 8;
1741 if ((unsigned HOST_WIDE_INT)size2 / 8
1746 && offset2 + size2 >= offset + maxsize)
1761 HOST_WIDE_INT offset2, size2, maxsize2; local
1763 &offset2, &size2, &maxsize2);
1767 && offset2 + size2 >= offset + maxsize)
1787 HOST_WIDE_INT offset2, size2, maxsize2; local
1789 &offset2, &size2,
1833 HOST_WIDE_INT offset2, size2, maxsize2, off; local
1885 HOST_WIDE_INT offset2, size2, maxsize2; local
[all...]
H A Dtree-affine.c950 const widest_int &size2)
960 return wi::neg_p (diff->offset + size2 - 1);
949 aff_comb_cannot_overlap_p(aff_tree *diff, const widest_int &size1, const widest_int &size2) argument
H A Dtree-ssa-loop-im.c1657 widest_int size1, size2; local
1670 get_inner_reference_aff (mem2->mem.ref, &off2, &size2);
1676 if (aff_comb_cannot_overlap_p (&off2, size1, size2))
H A Dtree-ssa-phiopt.c1921 int offset1, offset2, size2; local
2017 size2 = tree_to_uhwi (tree_size2);
2025 if (align1 + offset2 - offset1 + size2 > param_align_bits)
/haiku-buildtools/gcc/gmp/tests/devel/
H A Dtry.c273 mp_size_t size2; variable
290 #define SRC_SIZE(n) ((n) == 1 && tr->size2 ? size2 : size)
313 #define SIZE_FRACTION 6 /* size2 is fraction for divrem etc */
324 char size2; member in struct:try_t
714 p->size2 = 1;
963 p->size2 = SIZE_FRACTION;
1048 p->size2 = 1;
1061 p->size2 = 1;
1112 p->size2
[all...]
/haiku-buildtools/gcc/gmp/mpz/
H A Dn_pow_ui.c90 #define MPN_MUL(dst, alloc, src, size, src2, size2) \
93 ASSERT ((size) + (size2) <= (alloc)); \
94 cy = mpn_mul (dst, src, size, src2, size2); \
95 (size) += (size2) - (cy == 0); \
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c73 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
74 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
417 const char *string2, int size2,
423 const char *string2, int size2,
441 wchar_t *string2, int size2,
445 const char *string2, int size2,
1179 int size1, const CHAR_T *string2, int size2)
1198 for (this_char = where - string2; this_char < size2; this_char++)
1671 size2); \
1719 `pend', `string1', `size1', `string2', and `size2'
1172 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
5007 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5448 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5528 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
419 const char *string2, int size2,
425 const char *string2, int size2,
443 wchar_t *string2, int size2,
447 const char *string2, int size2,
1181 int size1, const CHAR_T *string2, int size2)
1200 for (this_char = where - string2; this_char < size2; this_char++)
1673 size2); \
1721 `pend', `string1', `size1', `string2', and `size2'
1174 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
5009 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5450 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5530 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
419 const char *string2, int size2,
425 const char *string2, int size2,
443 wchar_t *string2, int size2,
447 const char *string2, int size2,
1181 int size1, const CHAR_T *string2, int size2)
1200 for (this_char = where - string2; this_char < size2; this_char++)
1673 size2); \
1721 `pend', `string1', `size1', `string2', and `size2'
1174 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
5010 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5451 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5531 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]
/haiku-buildtools/binutils/ld/emultempl/
H A Dspu_ovl.S55 #define size2 reserved3 define
252 rotqbyi size2, vma, 4 # 1,4 13
258 andi present2, size2, 1 # 0,2 17
/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.h143 /* int gap; implicit: buf_size - size1 - size2 */
158 inline int size2() { return buf_size - gap_end_pos(); } function in struct:edit_buffer
H A Deditbuf.cc231 p1 = (buf_char *) realloc (data, s1 + size2() + k);
244 lim = p2 - size2();
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c371 const char *string2, int size2,
920 print_double_string (where, string1, size1, string2, size2)
925 int size2;
941 for (this_char = where - string2; this_char < size2; this_char++)
1316 size2); \
1362 `pend', `string1', `size1', `string2', and `size2'. */
1390 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
3513 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
3516 int size1, size2;
3525 int total_size = size1 + size2;
3499 int size1, size2; variable
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Ddriver-i386.c43 char size[100], line[100], size2[100]; local
53 snprintf (size2, sizeof (size2),
56 return concat (size, line, size2, NULL);
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elfweak/
H A Delfweak.exp497 verbose "size2"
498 run_dump_test $srcdir/$subdir/size2
/haiku-buildtools/binutils/ld/testsuite/ld-elfweak/
H A Delfweak.exp506 verbose "size2"
507 run_dump_test $srcdir/$subdir/size2
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c2350 xcalloc (size1, size2)
2351 size_t size1, size2;
2355 if (size1 == 0 || size2 == 0)
2356 size1 = size2 = 1;
2358 value = (PTR) calloc (size1, size2);
H A Dmips-tfile.c5739 xcalloc (size1, size2)
5740 size_t size1, size2;
5742 register PTR value = (PTR) calloc (size1, size2);
5750 fprintf (stderr, ", size1 = %10lu, size2 = %10lu [%lu]\n",
5751 (unsigned long) size1, (unsigned long) size2,
5752 (unsigned long) size1*size2);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-array.c8385 tree size2; local
8542 size2 = gfc_index_one_node;
8551 size2 = fold_build2_loc (input_location, MULT_EXPR,
8553 tmp, size2);
8555 size2 = gfc_evaluate_now (size2, &fblock);
8558 size1, size2);
8695 size2 = fold_build2_loc (input_location, MULT_EXPR,
8697 tmp, size2);
8698 size2
[all...]

Completed in 488 milliseconds

12