Home
last modified time | relevance | path

Searched refs:dups (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dcheckincludes.pl68 my $dups = 0;
75 $dups++;
85 if ($dups > 0) {
86 print "$file: removed $dups duplicate includes\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dcheckincludes.pl68 my $dups = 0;
75 $dups++;
85 if ($dups > 0) {
86 print "$file: removed $dups duplicate includes\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dcheckincludes.pl72 my $dups = 0;
79 $dups++;
90 if ($dups > 0) {
91 print "$file: removed $dups duplicate includes\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dcheckincludes.pl72 my $dups = 0;
79 $dups++;
90 if ($dups > 0) {
91 print "$file: removed $dups duplicate includes\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dcheckincludes.pl72 my $dups = 0;
79 $dups++;
90 if ($dups > 0) {
91 print "$file: removed $dups duplicate includes\n";
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckincludes.pl72 my $dups = 0;
79 $dups++;
90 if ($dups > 0) {
91 print "$file: removed $dups duplicate includes\n";
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dcheckincludes.pl72 my $dups = 0;
79 $dups++;
90 if ($dups > 0) {
91 print "$file: removed $dups duplicate includes\n";
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dksm.rst34 more "dups". Each "dup" keeps reverse mapping information for a KSM
37 Every "chain" and all "dups" linked into a "chain" enforce the
54 but N is the number of stable_node "dups", not the number of
57 at the head of the "dups" list.
60 (because there will be fewer stable_node dups queued into the
68 in the stable_node dups, which could be solved by introducing
71 stable_node "dups" with few rmap_items in them, but that may increase
75 The whole list of stable_node "dups" linked in the stable_node
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c82 struct list_head *dups) in ttm_eu_reserve_buffers() argument
97 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
101 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring_util.hpp425 point_ptr<T> dups = nullptr; in get_bottom_point() local
430 dups = nullptr; in get_bottom_point()
433 dups = nullptr; in get_bottom_point()
437 dups = p; in get_bottom_point()
443 if (dups) { in get_bottom_point()
445 while (dups != p) { in get_bottom_point()
446 if (!first_is_bottom_point(p, dups)) { in get_bottom_point()
447 pp = dups; in get_bottom_point()
449 dups = dups->next; in get_bottom_point()
450 while (*dups != *pp) { in get_bottom_point()
[all …]
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dlabel.c226 int i, pos, dups = 0; in unique() local
239 dups++; in unique()
243 if (dups) in unique()
247 AA_BUG(dups < 0); in unique()
249 return dups; in unique()
264 int i, dups = 0; in aa_vec_unique() local
272 dups = unique(vec, n); in aa_vec_unique()
281 for (pos = i - 1 - dups; pos >= 0; pos--) { in aa_vec_unique()
287 dups++; in aa_vec_unique()
295 for (j = i - dups; j > pos; j--) in aa_vec_unique()
[all …]
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_execbuf_util.h100 struct list_head *dups);
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtracing_map.c964 unsigned int dups = 0, total_dups = 0; in detect_dups() local
977 dups++; total_dups++; in detect_dups()
981 dups = 0; in detect_dups()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp824 OutPt* dups = 0; in GetBottomPt() local
831 dups = 0; in GetBottomPt()
837 dups = 0; in GetBottomPt()
841 if (p->Next != pp && p->Prev != pp) dups = p; in GetBottomPt()
846 if (dups) in GetBottomPt()
849 while (dups != p) in GetBottomPt()
851 if (!FirstIsBottomPt(p, dups)) pp = dups; in GetBottomPt()
852 dups = dups->Next; in GetBottomPt()
853 while (dups->Pt != pp->Pt) dups = dups->Next; in GetBottomPt()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsanity.bbclass403 dups = []
407 dups.append(pa)
413 if len(dups):
414 …S variable contains duplicates. The following archs are listed more than once: %s" % " ".join(dups)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info43597 those produced by the GCC option '-feliminate-dwarf2-dups', the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info43597 those produced by the GCC option '-feliminate-dwarf2-dups', the
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...