Home
last modified time | relevance | path

Searched refs:bigger (Results 1 – 25 of 132) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcacheinfo.c414 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument
417 if (smaller->next_local == bigger) in link_cache_lists()
422 smaller->next_local = bigger; in link_cache_lists()
428 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists()
429 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists()
431 smaller->level, smaller->ofnode, bigger->level, bigger->ofnode); in link_cache_lists()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Drockchip-cpu-avs.txt13 adjusted, it must be bigger than or equal to the minimum.
14 - min-freq: The minimum frequency in KHz. If an opp's frequency is bigger
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0003-safemath-Add-some-arithmetic-primitives-that-check-f.patch43 - Experimental support for clang 3.3 or later (results in much bigger binaries)
45 + Experimental support for clang 3.8.0 or later (results in much bigger binaries)
48 - much bigger binaries.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-block94 bigger than the logical block size (for instance a drive
105 bigger than the logical block size (for instance a drive
124 block size but may be bigger. One example is SATA
176 internally allocate space in units that are bigger than
187 internally allocate space in units that are bigger than
198 internally allocate space using units that are bigger
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dandestech,ativic32.txt5 bigger External Vector Interrupt Controller.
/OK3568_Linux_fs/kernel/arch/ia64/scripts/
H A Dtoolchain-flags25 the kernel will be bigger than strictly necessary).
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libgtop/libgtop/
H A D0001-netload-Include-libc-net-headers-unconditionally.patch8 we have other bigger problems
/OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/
H A Dswitchers.js.in45 // A bigger than B
50 // B bigger than A
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dremap_file_pages.rst23 on 32-bit systems to map files bigger than can linearly fit into 32-bit
H A Dsplit_page_table_lock.rst92 - if size of spinlock_t is bigger then size of long, we use page->ptl as
/OK3568_Linux_fs/buildroot/package/glibc/
H A DConfig.in73 bigger and slightly slower glibc library.
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_cmnd.h33 # error MAX_COMMAND_SIZE can not be bigger than BLK_MAX_CDB
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch129 - require creating a hole in the executable. The bigger the size
130 - of the uninitialised data segment, the bigger the hole. */
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci.h32 # error ZPCI_NR_DEVICES can not be bigger than ZPCI_DOMAIN_BITMAP_SIZE
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dvimc.rst88 height, so the image size will be ``sca_mult^2`` bigger than the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Ddynamic_bitset603 * @throw std::out_of_range If @p __pos is bigger the size of @p __str.
844 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
867 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
893 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
1021 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Ddynamic_bitset603 * @throw std::out_of_range If @p __pos is bigger the size of @p __str.
844 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
867 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
893 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
1021 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
/OK3568_Linux_fs/kernel/usr/
H A DKconfig190 kernel size is about 10% bigger than gzip. Despite that, it's
202 size is about 15% bigger than gzip; however its decompression speed
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0005-eglfs-avoid-breaking-compilation-for-obscure-EGLNativeDisplayType-types.patch27 nativeDisplay that is not already a pointer, might be bigger than that
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-lock.c283 int (*bigger)(struct lock_stat *, struct lock_stat *)) in insert_to_result()
293 if (bigger(st, p)) in insert_to_result()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dcxgb3i.rst78 replace with a value no bigger than 15360 (for example 8192)::
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dbitset887 * @throw std::out_of_range If @a pos is bigger the size of @a __s.
908 * @throw std::out_of_range If @a __position is bigger the size
1086 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1108 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1133 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1320 * @throw std::out_of_range If @a pos is bigger the size of the %set.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dbitset887 * @throw std::out_of_range If @a pos is bigger the size of @a __s.
908 * @throw std::out_of_range If @a __position is bigger the size
1086 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1108 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1133 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1320 * @throw std::out_of_range If @a pos is bigger the size of the %set.
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Drpc-server-gss.rst55 A) It can handle tokens that are no bigger than 2KiB
/OK3568_Linux_fs/kernel/Documentation/cpu-freq/
H A Dcpufreq-stats.rst103 If the transition table is bigger than PAGE_SIZE, reading this will

123456