Searched refs:rep1 (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dp-lang.c427 unsigned int rep1;
443 rep1 = i + 1;
445 while (rep1 < length
446 && extract_unsigned_integer (string + rep1 * width, width,
449 ++rep1;
464 i = rep1 - 1;
425 unsigned int rep1; variable
H A Dada-valprint.c467 unsigned int rep1;
479 rep1 = i + 1;
481 while (rep1 < length
482 && char_at (string, rep1, type_len, byte_order)
485 rep1 += 1;
502 i = rep1 - 1;
466 unsigned int rep1; local
H A Dvalprint.c1870 unsigned int rep1;
1927 rep1 = i + 1;
1933 while (rep1 < len
1935 val, rep1 * eltlen,
1939 ++rep1;
1954 i = rep1 - 1;
1869 unsigned int rep1; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm2-lang.c177 unsigned int rep1;
189 rep1 = i + 1;
191 while (rep1 < length && string[rep1] == string[i])
193 ++rep1;
206 i = rep1 - 1;
176 unsigned int rep1; local
H A Dada-valprint.c477 unsigned int rep1;
489 rep1 = i + 1;
491 while (rep1 < length
492 && char_at (string, rep1, type_len, byte_order)
495 rep1 += 1;
512 i = rep1 - 1;
476 unsigned int rep1; local
H A Dvalprint.c1933 unsigned int rep1;
1995 rep1 = i + 1;
2001 while (rep1 < len)
2005 rep1 * bit_stride,
2010 ++rep1;
2024 i = rep1 - 1;
1932 unsigned int rep1; local
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_decoder.c188 /// If 0, distance of a repeated match is rep1.
229 uint32_t rep1; ///< Distance of second latest match member in struct:__anon16226
324 uint32_t rep1 = coder->rep1; local
508 rep2 = rep1;
509 rep1 = rep0;
693 // available as rep0, rep1, rep2 and rep3. We will
735 // The distance is rep1, rep2 or rep3. Once
737 // is stored to rep0 and rep1, rep2 and rep3
742 const uint32_t distance = rep1;
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dbench-stringop86 test "$2" "$3" "-mstringop-strategy=rep_byte -malign-stringops" rep1
114 echo " block size libcall rep1 noalg rep4 noalg rep8 noalg loop noalg unrl noalg sse noalg byte PGO dynamic BEST"
116 echo " block size libcall rep1 noalg rep4 noalg loop noalg unrl noalg sse noalg byte PGO dynamic BEST"
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dbench-stringop86 test "$2" "$3" "-mstringop-strategy=rep_byte -malign-stringops" rep1
114 echo " block size libcall rep1 noalg rep4 noalg rep8 noalg loop noalg unrl noalg sse noalg byte PGO dynamic BEST"
116 echo " block size libcall rep1 noalg rep4 noalg loop noalg unrl noalg sse noalg byte PGO dynamic BEST"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc1214 svalue_id rep1 = ec1->get_representative (); local
1217 return rep1.as_int () - rep2.as_int ();
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d1469 auto rep1 = replaceFirst!(cap => cap[0][0]~"o".to!S()~cap[0][1..$])(s1, re1);
1470 assert(rep1 == t1F);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d1485 auto rep1 = replaceFirst!(cap => cap[0][0]~"o".to!S()~cap[0][1..$])(s1, re1);
1486 assert(rep1 == t1F);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc2781 const svalue *rep1 = ec1->get_representative (); local
2784 gcc_assert (rep1);
2787 return svalue::cmp_ptr (rep1, rep2);

Completed in 147 milliseconds