Home
last modified time | relevance | path

Searched refs:guess (Results 1 – 25 of 122) sorted by relevance

12345

/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/
H A Dlib.rs15 let mut guess = String::new(); in guess_the_number() localVariable
18 .read_line(&mut guess) in guess_the_number()
21 let guess: u32 = match guess.trim().parse() { in guess_the_number() localVariable
26 println!("You guessed: {}", guess); in guess_the_number()
28 match guess.cmp(&secret_number) { in guess_the_number()
/openbmc/linux/net/atm/
H A Datm_misc.c30 int guess = SKB_TRUESIZE(pdu_size); in atm_alloc_charge() local
32 atm_force_charge(vcc, guess); in atm_alloc_charge()
37 atomic_add(skb->truesize-guess, in atm_alloc_charge()
42 atm_return(vcc, guess); in atm_alloc_charge()
/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/
H A Dgnu-config_git.bb2 DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a directory tree"
6 LIC_FILES_CHKSUM = "file://config.guess;beginline=9;endline=29;md5=10922f9231863a06f6efb67691fa46e0"
35 install -m 0644 config.guess config.sub ${D}${datadir}/gnu-config/
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A Ddont-use-internal-configs.patch13 -cp $srcdir/configure.guess $srcdir/config.guess
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py164 guess = guess_oeselftest_metadata(base['result'])
165 if guess is None:
169 base_configuration['OESELFTEST_METADATA'] = guess
171 guess = guess_oeselftest_metadata(target['result'])
172 if guess is None:
176 target_configuration['OESELFTEST_METADATA'] = guess
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-cppguess-perl_0.27.bb1 SUMMARY = "ExtUtils::CppGuess - guess C++ compiler and flags"
2 DESCRIPTION = "ExtUtils::CppGuess attempts to guess the system's C++ \
/openbmc/phosphor-user-manager/
H A D.gitignore30 /config.guess
76 config.guess~
/openbmc/openbmc/poky/meta/recipes-devtools/m4/
H A Dm4-native_1.4.19.bb10 install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess .
/openbmc/linux/Documentation/fb/
H A Dpvr2fb.rst52 composite. If none is specified, we guess.
55 vga. If none is specified, we guess.
/openbmc/libmctp/
H A D.gitignore7 config.guess
/openbmc/openpower-host-ipmi-flash/
H A D.gitignore36 config.guess
/openbmc/openpower-sbe-interface/
H A D.gitignore36 config.guess
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-langtable_0.0.68.bb1 DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
/openbmc/openpower-debug-collector/
H A D.gitignore10 /config.guess
/openbmc/pam-ipmi/
H A D.gitignore36 config.guess
/openbmc/linux/tools/usb/usbip/
H A D.gitignore7 config.guess
/openbmc/ibm-logging/
H A D.gitignore18 /config.guess
/openbmc/linux/arch/arm/include/debug/
H A Dvexpress.S25 @ Make an educated guess regarding the memory map:
/openbmc/openpower-host-ipmi-oem/
H A D.gitignore20 /config.guess
/openbmc/openpower-dbus-interfaces/
H A D.gitignore20 /config.guess
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libmcrypt/
H A Dlibmcrypt_2.5.8.bb19 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/
H A Dlibcrypt-openssl-random-perl_0.17.bb15 libcrypt-openssl-guess-perl-native \
H A Dlibcrypt-openssl-guess-perl_0.15.bb33 PROVIDES += "libcrypt-openssl-guess"
/openbmc/ibm-dbus-interfaces/
H A D.gitignore20 /config.guess
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fwknop/
H A Dfwknop_2.6.11.bb20 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config

12345