Searched refs:guess (Results 1 - 25 of 51) sorted by relevance

123

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dbreak.s1 ; No-brainer doing an exhaustive test for this one, I guess.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dbreak.s1 ; No-brainer doing an exhaustive test for this one, I guess.
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/performance/time/
H A Dtiming_test_base.hpp91 std::size_t guess = 0; local
96 guess = guess * 2 + 1;
97 res = run_at_resolution(fn, guess);
100 return guess;
/haiku-buildtools/autoconf/man/
H A Dcommon.x8 .BR config.guess (1),
H A Dconfig.guess.x4 config.guess \- guess the build system triplet
7 config.guess might need to compile and run C code, hence it needs a
24 This script will guess the type of the `build' machine.
/haiku-buildtools/gcc/libgcc/config/tilepro/
H A Datomic.c230 #define __subword_cmpxchg_body(type, size, ptr, guess, val) \
238 if (__builtin_expect((oldval == guess), 1)) { \
254 type guess = *guess_ptr; \
255 type oldval = __subword_cmpxchg_body(type, size, ptr, guess, val); \
257 bool success = (oldval == guess); \
268 __sync_val_compare_and_swap_##size(type* ptr, type guess, type val) \
271 type oldval = __subword_cmpxchg_body(type, size, ptr, guess, val); \
277 __sync_bool_compare_and_swap_##size(type* ptr, type guess, type val) \
279 type oldval = __sync_val_compare_and_swap_##size(ptr, guess, val); \
280 return oldval == guess; \
[all...]
/haiku-buildtools/libtool/
H A DMakefile.am27 pkgdata_DATA = config.guess config.sub install-sh ltmain.sh
47 libltdl/config.guess \
98 chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
101 chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/config.guess
182 ./config.guess \
183 libltdl/config.guess \
199 $(WGETSGO)/config/config/config.guess; \
/haiku-buildtools/gcc/contrib/regression/
H A Dobjs-gcc.sh86 # This script used to use config.guess, but that is not how releng
88 H_BUILD=`$SOURCE/config.guess || exit 1`
H A Dbtest-gcc.sh107 H_BUILD=`$SOURCE/config.guess || exit 1`
/haiku-buildtools/binutils/gold/
H A Dgdb-index.cc671 char* guess = class_name_from_linkage_name(linkage_name); local
672 if (guess != NULL)
674 full_name.assign(guess);
675 free(guess);
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixincl.sh74 # If not from the Makefile, then try config.guess
77 if test -x ./config.guess ; then
78 target_canonical="`config.guess`" ; fi
/haiku-buildtools/gcc/fixincludes/
H A Dfixinc.in72 # If not from the Makefile, then try config.guess
75 if test -x ./config.guess ; then
76 target_canonical="`config.guess`" ; fi
/haiku-buildtools/gcc/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
50 GNU config.guess ($timestamp)
378 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
678 # $ CC_FOR_BUILD=cc ./config.guess
680 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
1376 $0: unable to guess system type
1382 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1391 config.guess timestamp = $timestamp
/haiku-buildtools/binutils/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
50 GNU config.guess ($timestamp)
402 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
702 # $ CC_FOR_BUILD=cc ./config.guess
704 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
1418 $0: unable to guess system type
1422 config.guess and config.sub with the latest versions from:
1424 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
1432 config.guess timestam
[all...]
/haiku-buildtools/legacy/gcc/etc/
H A Dconfigure538 ac_config_guess=$ac_aux_dir/config.guess
/haiku-buildtools/cloog/
H A DREADME75 The configure shell script attempts to guess correct values for various
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dzlibpas.pas44 data_type: Integer; (* best guess about the data type: ascii or binary *)
/haiku-buildtools/binutils/zlib/contrib/pascal/
H A Dzlibpas.pas44 data_type: Integer; (* best guess about the data type: ascii or binary *)
/haiku-buildtools/legacy/gcc/gcc/config/h8300/
H A Dlib1funcs.asm566 add.w A1,A1 ; double the answer guess
622 shll.l A0P ; double the answer guess
/haiku-buildtools/legacy/autoconf/
H A Dconfigure678 ac_config_guess=$ac_aux_dir/config.guess
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconfigure381 elif build=`${srcdir}/../config.guess`
387 echo 'Config.guess failed to determine the host type. Defaulting to target.'
390 echo 'Config.guess failed to determine the host type. You need to specify one.' 1>&2
/haiku-buildtools/legacy/binutils/
H A Dltconfig329 --srcdir=DIR find \`config.guess' in DIR
514 # Check for config.guess and config.sub.
517 if test -f $ac_dir/config.guess; then
523 echo "$progname: cannot find config.guess in $srcdir $srcdir/.. $srcdir/../.." 1>&2
527 ac_config_guess=$ac_aux_dir/config.guess
543 # Force config.guess to use the C compiler.
544 # CC_FOR_BUILD overrides the CC variable in config.guess but I had
550 echo "$progname: cannot guess host type; you must specify one" 1>&2
/haiku-buildtools/legacy/gcc/libobjc/
H A Dconfigure553 ac_config_guess=$ac_aux_dir/config.guess
/haiku-buildtools/legacy/gcc/
H A Dltconfig244 --srcdir=DIR find \`config.guess' in DIR
386 # Check for config.guess and config.sub.
389 if test -f $ac_dir/config.guess; then
395 echo "$progname: cannot find config.guess in $srcdir $srcdir/.. $srcdir/../.." 1>&2
399 ac_config_guess=$ac_aux_dir/config.guess
417 echo "$progname: cannot guess host type; you must specify one" 1>&2
/haiku-buildtools/gcc/zlib/as400/
H A Dzlib.inc104 D zs_data_type 10i 0 ASC/BIN best guess

Completed in 826 milliseconds

123