Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/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
416 while (smaller->next_local) { in link_cache_lists()
417 if (smaller->next_local == bigger) in link_cache_lists()
419 smaller = smaller->next_local; 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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dnormalize_spheroidal_box_coordinates.hpp39 return ! math::smaller(math::abs(longitude1 - longitude2), in is_band()
81 BOOST_GEOMETRY_ASSERT(! math::smaller(latitude1, constants::min_latitude())); in apply()
86 BOOST_GEOMETRY_ASSERT(! math::smaller(longitude1, constants::min_longitude())); in apply()
H A Dmath.hpp206 struct smaller struct
215 struct smaller<Type, true> struct
568 inline bool smaller(T1 const& a, T2 const& b) in smaller() function
570 return detail::smaller in smaller()
579 return detail::smaller in larger()
H A Dnormalize_spheroidal_coordinates.hpp154 else if (math::smaller(latitude, -constants::half_period())) in apply()
191 BOOST_GEOMETRY_ASSERT(math::smaller(constants::min_longitude(), longitude)); in apply()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipsec.rst20 defined in section 3, is not smaller than the size of the original
31 where IP datagrams of size smaller than the threshold are sent in the
37 is smaller than the threshold or the compressed len is larger than original
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Drange_of_boxes.hpp83 return math::smaller(i1.template get<Index>(), in operator ()()
126 (! math::smaller(lon_min, constants::min_longitude())); in apply()
133 (! math::smaller(max_gap_left, constants::min_longitude())); in apply()
226 return math::smaller(geometry::get<Index, 1>(box1), in operator ()()
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0005-Disable-spurious-Wstringop-overflow-for-setjmp-longj.patch9 pointer to a pthread_unwind_buf that is smaller than jmp_buf. As
48 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp
77 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp
106 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp542 cJSON *smaller = NULL; in sort_list() local
545 smaller = first; in sort_list()
549 smaller = second; in sort_list()
555 result_tail = smaller; in sort_list()
556 result = smaller; in sort_list()
561 result_tail->next = smaller; in sort_list()
562 smaller->prev = result_tail; in sort_list()
563 result_tail = smaller; in sort_list()
566 if (first == smaller) in sort_list()
/OK3568_Linux_fs/kernel/Documentation/filesystems/spufs/
H A Dspufs.rst87 If a count smaller than four is requested, read returns -1 and
101 If a count smaller than four is requested, read returns -1 and
121 operations on an open wbox file are: write(2) If a count smaller than
146 If a count smaller than four is requested, read returns -1 and
198 If a count smaller than four is requested, read returns -1 and
204 If a count smaller than four is requested, write returns -1 and
219 If a count smaller than four is requested, read returns -1 and
225 If a count smaller than four is requested, write returns -1 and
/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/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp240 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local
242 if (smaller) in modify()
/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/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp240 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local
242 if (smaller) in modify()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-reqbufs.rst54 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev…
57 at ``size``, and can be smaller than what's requested.
/OK3568_Linux_fs/buildroot/package/bsdiff/
H A DConfig.in5 Binary patch/diff like xdelta but creates smaller diffs.
/OK3568_Linux_fs/kernel/arch/x86/
H A DKconfig.cpu412 makes the kernel a tiny bit smaller. Disabling it on an Intel
426 makes the kernel a tiny bit smaller. Disabling it on a Cyrix
439 makes the kernel a tiny bit smaller. Disabling it on an AMD
453 makes the kernel a tiny bit smaller. Disabling it on an Hygon
466 makes the kernel a tiny bit smaller. Disabling it on a Centaur
480 makes the kernel a tiny bit smaller. Disabling it on a Transmeta
494 makes the kernel a tiny bit smaller. Disabling it on a UMC
507 makes the kernel a tiny bit smaller. Disabling it on a Zhaoxin
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/expand/
H A Dpoint.hpp190 if (math::smaller(p_lon, b_lon_min)) in apply()
197 if (math::smaller(b_lon_min - p_lon, p_lon_shifted - b_lon_max)) in apply()
/OK3568_Linux_fs/buildroot/package/msgpack/
H A DConfig.in9 but it's faster and smaller.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h170 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger() local
172 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
/OK3568_Linux_fs/buildroot/package/musepack/
H A DConfig.in10 smaller MPC file.
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst89 then, if the scheduling deadline is smaller than the current time, or
353 If, instead, the total utilization is smaller than M, then non real-time
360 maximum tardiness of each task is smaller or equal than
376 of the tasks running on such a CPU is smaller or equal than 1.
380 running on such a CPU is smaller or equal than 1:
401 such a time with the interval size t. If h(t) is smaller than t (that is,
403 smaller than the size of the interval) for all the possible values of t, then
426 period smaller than the one of the first task. Hence, if all the tasks
429 smaller than the absolute deadline of Task_1, which is t + P). As a
452 As seen, enforcing that the total utilization is smaller than M does not
[all …]
/OK3568_Linux_fs/kernel/fs/befs/
H A DTODO7 smaller peices.
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-r2d/
H A DKconfig11 R2D-PLUS is the smaller of the two R2D board versions, equipped
/OK3568_Linux_fs/kernel/Documentation/
H A DCOPYING-logo8 scale down to smaller sizes and are better for letterheads or whatever
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/
H A Dwolfssl_5.2.0.bb4 be up to 20 times smaller than OpenSSL while still supporting \
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Domfs.rst51 have a smaller size than a data block, but since they are both addressed by the
52 same 64-bit block number, any remaining space in the smaller sysblock is
/OK3568_Linux_fs/buildroot/package/lrzip/
H A DConfig.in15 your files (ie: faster / smaller size), especially if the

12345678910>>...15