Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/support/gnuconfig/
H A DREADME.buildroot2 If your package uses config.guess and/or config.sub, then it probably
5 the config.guess and/or config.sub files appropriately. See the
10 infrastructure, you can request the config.guess and/or config.sub
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Ddivide.hpp159 limb_type guess; in divide_unsigned_helper() local
167 guess = 1; in divide_unsigned_helper()
170 guess = static_cast<limb_type>(v); in divide_unsigned_helper()
176 guess = prem[0] / py[y_order]; in divide_unsigned_helper()
184 guess = static_cast<limb_type>(v); in divide_unsigned_helper()
186 BOOST_ASSERT(guess); // If the guess ever gets to zero we go on forever.... in divide_unsigned_helper()
195 if(pr[shift] > guess) in divide_unsigned_helper()
196 pr[shift] -= guess; in divide_unsigned_helper()
200 t.limbs()[shift] = guess; in divide_unsigned_helper()
206 else if(CppInt1::max_limb_value - pr[shift] > guess) in divide_unsigned_helper()
[all …]
/OK3568_Linux_fs/yocto/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=b75d42f59f706ea56d6a8e00216fca6a"
35 install -m 0644 config.guess config.sub ${D}${datadir}/gnu-config/
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A Ddont-use-internal-configs.patch8 -cp $srcdir/configure.guess $srcdir/config.guess
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/
H A Dgcc4.patch26 - /* ?... do nothing I guess */
37 - /* ?... shouldn't happen I guess */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-cppguess-perl_0.26.bb1 SUMMARY = "ExtUtils::CppGuess - guess C++ compiler and flags"
2 DESCRIPTION = "ExtUtils::CppGuess attempts to guess the system's C++ \
/OK3568_Linux_fs/buildroot/package/start-stop-daemon/
H A D0001-add-uclibc-alias-and-musl.patch22 # system part of the output of the GNU config.guess script.
24 # <Debian name> <GNU name> <config.guess regex>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13/
H A D0001-Add-config.guess-config.sub-install-to-destdir.patch4 Subject: [PATCH] Add config.guess config.sub / install to destdir
46 + acmakevars config.guess config.sub; do \
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dpvr2fb.rst52 composite. If none is specified, we guess.
55 vga. If none is specified, we guess.
/OK3568_Linux_fs/buildroot/package/perl-lwp-mediatypes/
H A DConfig.in4 guess media type for a file or a URL.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/m4/
H A Dm4-native_1.4.19.bb10 install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess .
/OK3568_Linux_fs/buildroot/package/perl-crypt-openssl-random/
H A Dperl-crypt-openssl-random.mk11 host-perl-crypt-openssl-guess \
/OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/files/
H A Dconsole-setup9 CODESET="guess"
/OK3568_Linux_fs/buildroot/package/perl-crypt-openssl-rsa/
H A Dperl-crypt-openssl-rsa.mk11 host-perl-crypt-openssl-guess \
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A D.gitignore11 config.guess
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-langtable_0.0.57.bb1 DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
/OK3568_Linux_fs/kernel/tools/usb/usbip/
H A D.gitignore7 config.guess
/OK3568_Linux_fs/kernel/arch/arm/include/debug/
H A Dvexpress.S25 @ Make an educated guess regarding the memory map:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-crypto/libmcrypt/
H A Dlibmcrypt_2.5.8.bb18 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libcrypt/
H A Dlibcrypt-openssl-random-perl_0.15.bb15 libcrypt-openssl-guess-perl-native \
H A Dlibcrypt-openssl-guess-perl_0.15.bb32 PROVIDES_${PN} += "libcrypt-openssl-guess"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/byacc/
H A Dbyacc.inc20 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/
H A Dcpprules.in3 # Delete line numbers from the cpp output (-P is not portable, I guess).
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/fwknop/
H A Dfwknop_2.6.10.bb20 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config

1234567