| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/ |
| H A D | range_return.hpp | 39 static type pack(BOOST_DEDUCED_TYPENAME range_iterator<SinglePassRange>::type found, in pack() 42 return type(found, boost::end(rng)); in pack() 51 static type pack(type found, SinglePassRange&) in pack() 53 return found; in pack() 62 static type pack(type found, SinglePassRange& rng) in pack() 64 return found == boost::end(rng) in pack() 65 ? found in pack() 66 : boost::next(found); in pack() 75 static type pack(type found, BidirectionalRange& rng) in pack() 77 return found == boost::begin(rng) in pack() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_ipack.c | 10 p->found = 0; in av7110_ipack_reset() 114 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6) in av7110_ipack_flush() 116 p->plength = p->found - 6; in av7110_ipack_flush() 117 p->found = 0; in av7110_ipack_flush() 152 (p->mpeg == 1 && p->found < 7) || in av7110_ipack_instant_repack() 153 (p->mpeg == 2 && p->found < 9)) in av7110_ipack_instant_repack() 154 && (p->found < 5 || !p->done)) { in av7110_ipack_instant_repack() 155 switch (p->found) { in av7110_ipack_instant_repack() 159 p->found++; in av7110_ipack_instant_repack() 161 p->found = 0; in av7110_ipack_instant_repack() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/ |
| H A D | parsedate.cpp | 336 bool found= FALSE; in checkday() local 343 found=TRUE; in checkday() 348 return found?i:-1; in checkday() 355 bool found= FALSE; in checkmonth() local 360 found=TRUE; in checkmonth() 365 return found?i:-1; /* return the offset or -1, no real offset is -1 */ in checkmonth() 375 bool found= FALSE; in checktz() local 380 found=TRUE; in checktz() 385 return found?what->offset*60:-1; in checktz() 476 bool found=FALSE; in parsedate() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/cache_shape/ |
| H A D | cache_shape.c | 55 int found; in test_cache_shape() local 59 found = 0; in test_cache_shape() 63 found++; in test_cache_shape() 69 found++; in test_cache_shape() 75 found++; in test_cache_shape() 81 found++; in test_cache_shape() 87 found++; in test_cache_shape() 93 found++; in test_cache_shape() 99 found++; in test_cache_shape() 105 found++; in test_cache_shape() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Option.c | 501 p->found = FALSE; in ParseOptionValue() 506 p->found = TRUE; in ParseOptionValue() 514 p->found = FALSE; in ParseOptionValue() 525 p->found = FALSE; in ParseOptionValue() 529 p->found = TRUE; in ParseOptionValue() 534 p->found = TRUE; in ParseOptionValue() 543 p->found = FALSE; in ParseOptionValue() 548 p->found = TRUE; in ParseOptionValue() 556 p->found = FALSE; in ParseOptionValue() 562 p->found = TRUE; in ParseOptionValue() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-gpr.h | 23 int i, found = 1; in validate_gpr() local 29 found = 0; in validate_gpr() 33 if (!found) in validate_gpr() 41 int i, found = 1; in validate_fpr() local 46 found = 0; in validate_fpr() 50 if (!found) in validate_fpr() 58 int i, found = 1; in validate_fpr_float() local 63 found = 0; in validate_fpr_float() 67 if (!found) in validate_fpr_float()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | stackdepot.c | 206 struct stack_record *found; in find_stack() local 208 for (found = bucket; found; found = found->next) { in find_stack() 209 if (found->hash == hash && in find_stack() 210 found->size == size && in find_stack() 211 !stackdepot_memcmp(entries, found->entries, size)) in find_stack() 212 return found; in find_stack() 263 struct stack_record *found = NULL, **bucket; in stack_depot_save() local 281 found = find_stack(smp_load_acquire(bucket), entries, in stack_depot_save() 283 if (found) in stack_depot_save() 310 found = find_stack(*bucket, entries, nr_entries, hash); in stack_depot_save() [all …]
|
| H A D | test_linear_ranges.c | 148 bool found; in range_test_get_selector_high() local 152 &sel, &found); in range_test_get_selector_high() 155 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_high() 159 &sel, &found); in range_test_get_selector_high() 163 &sel, &found); in range_test_get_selector_high() 165 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high() 181 bool found; in range_test_get_selector_low() local 186 &found); in range_test_get_selector_low() 189 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_low() 194 &found); in range_test_get_selector_low() [all …]
|
| H A D | linear_ranges.c | 140 bool *found) in linear_range_get_selector_low() argument 142 *found = false; in linear_range_get_selector_low() 152 *found = true; in linear_range_get_selector_low() 184 unsigned int *selector, bool *found) in linear_range_get_selector_low_array() argument 193 found); in linear_range_get_selector_low_array() 197 if (*found) in linear_range_get_selector_low_array() 221 bool *found) in linear_range_get_selector_high() argument 223 *found = false; in linear_range_get_selector_high() 233 *found = true; in linear_range_get_selector_high()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/ |
| H A D | rocker_ofdpa.c | 744 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_find() local 745 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_find() 747 hash_for_each_possible(ofdpa->flow_tbl, found, in ofdpa_flow_tbl_find() 749 if (memcmp(&found->key, &match->key, key_len) == 0) in ofdpa_flow_tbl_find() 750 return found; in ofdpa_flow_tbl_find() 760 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_add() local 761 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_add() 768 found = ofdpa_flow_tbl_find(ofdpa, match); in ofdpa_flow_tbl_add() 770 if (found) { in ofdpa_flow_tbl_add() 771 match->cookie = found->cookie; in ofdpa_flow_tbl_add() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | renesas,mmcif.txt | 11 - "renesas,mmcif-r7s72100" for the MMCIF found in r7s72100 SoCs 12 - "renesas,mmcif-r8a73a4" for the MMCIF found in r8a73a4 SoCs 13 - "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs 14 - "renesas,mmcif-r8a7742" for the MMCIF found in r8a7742 SoCs 15 - "renesas,mmcif-r8a7743" for the MMCIF found in r8a7743 SoCs 16 - "renesas,mmcif-r8a7744" for the MMCIF found in r8a7744 SoCs 17 - "renesas,mmcif-r8a7745" for the MMCIF found in r8a7745 SoCs 18 - "renesas,mmcif-r8a7778" for the MMCIF found in r8a7778 SoCs 19 - "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs 20 - "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_mm.c | 64 unsigned int found, start_search, cur_size; in rknpu_mm_alloc() local 82 found = find_next_zero_bit(mm->bitmap, mm->total_chunks, start_search); in rknpu_mm_alloc() 85 if (found == mm->total_chunks) in rknpu_mm_alloc() 89 (*mm_obj)->range_start = found; in rknpu_mm_alloc() 90 (*mm_obj)->range_end = found; in rknpu_mm_alloc() 94 set_bit(found, mm->bitmap); in rknpu_mm_alloc() 102 mm->bitmap, mm->total_chunks, ++found); in rknpu_mm_alloc() 108 if ((*mm_obj)->range_end != found) { in rknpu_mm_alloc() 109 start_search = found; in rknpu_mm_alloc() 116 if (found == mm->total_chunks) in rknpu_mm_alloc() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/ |
| H A D | 0001-meson-import-changes-from-3.0.-version.patch | 37 -gnt_config.set('NO_LIBXML', not libxml.found()) 51 -if not ncurses_libs[0].found() or not ncurses_libs[1].found() 67 +if ncurses[0].found() and ncurses[1].found() 94 + if ncurses_libs[0].found() and ncurses_libs[1].found() 125 # ncursesw was not found. Look for plain old ncurses 135 - ncurses_available = ncurses_libs[0].found() and ncurses_libs[1].found() 137 + if ncurses[0].found() and ncurses_libs[1].found() 144 + ncurses_available = ncurses_libs[0].found() and ncurses_libs[1].found() 154 + ncurses_available = compiler.has_header(ncurses_header) and ncurses_libs.found() 159 error('ncurses could not be found!') [all …]
|
| /OK3568_Linux_fs/buildroot/package/php/ |
| H A D | 0001-acinclude.m4-don-t-unset-variables.patch | 26 unset found 27 AC_CHECK_LIB($2, $1, [found=yes], [ 28 AC_CHECK_LIB($2, __$1, [found=yes], [found=no]) 30 dnl HAVE_library if found and adds the library to LIBS. 35 unset found 37 AC_CHECK_FUNC($1, [found=yes],[ AC_CHECK_FUNC(__$1,[found=yes],[found=no]) ])
|
| /OK3568_Linux_fs/kernel/drivers/misc/lkdtm/ |
| H A D | stackleak.c | 16 unsigned long *sp, left, found, i; in lkdtm_STACKLEAK_ERASING() local 49 for (i = 0, found = 0; i < left && found <= check_depth; i++) { in lkdtm_STACKLEAK_ERASING() 51 found++; in lkdtm_STACKLEAK_ERASING() 53 found = 0; in lkdtm_STACKLEAK_ERASING() 56 if (found <= check_depth) { in lkdtm_STACKLEAK_ERASING() 64 (i - found) * sizeof(unsigned long)); in lkdtm_STACKLEAK_ERASING()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | 0002-build-php.m4-don-t-unset-cache-variables.patch | 31 unset found 32 AC_CHECK_LIB($2, $1, [found=yes], [ 33 AC_CHECK_LIB($2, __$1, [found=yes], [found=no]) 35 dnl HAVE_library if found and adds the library to LIBS. 40 unset found 42 AC_CHECK_FUNC($1, [found=yes],[ AC_CHECK_FUNC(__$1,[found=yes],[found=no]) ])
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winconfig.c | 760 p->found = FALSE; in ParseOptionValue() 765 p->found = TRUE; in ParseOptionValue() 771 p->found = FALSE; in ParseOptionValue() 779 p->found = FALSE; in ParseOptionValue() 783 p->found = TRUE; in ParseOptionValue() 788 p->found = TRUE; in ParseOptionValue() 795 p->found = FALSE; in ParseOptionValue() 800 p->found = TRUE; in ParseOptionValue() 806 p->found = FALSE; in ParseOptionValue() 812 p->found = TRUE; in ParseOptionValue() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/ |
| H A D | Kconfig | 20 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 29 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 38 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 47 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 56 the Qualcomm Technologies Inc. TLMM block found on the 67 the Qualcomm Technologies Inc. TLMM block found on the 77 Qualcomm Technologies Inc TLMM block found on the Qualcomm 87 Qualcomm TLMM block found in the Qualcomm 8660 platform. 96 Qualcomm TLMM block found in the Qualcomm 8960 platform. 105 Qualcomm TLMM block found in the Qualcomm 9615 platform. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-uclogic-params.c | 144 bool found = false; in uclogic_params_pen_init_v1() local 226 found = true; in uclogic_params_pen_init_v1() 228 *pfound = found; in uclogic_params_pen_init_v1() 272 bool found = false; in uclogic_params_pen_init_v2() local 371 found = true; in uclogic_params_pen_init_v2() 373 *pfound = found; in uclogic_params_pen_init_v2() 453 bool found = false; in uclogic_params_frame_init_v1_buttonpad() local 494 found = true; in uclogic_params_frame_init_v1_buttonpad() 497 *pfound = found; in uclogic_params_frame_init_v1_buttonpad() 715 bool found; in uclogic_params_huion_init() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | keep-tracking.c | 37 int i, found; in find_comm() local 39 found = 0; in find_comm() 49 found += 1; in find_comm() 54 return found; in find_comm() 78 int found, err = -1; in test__keep_tracking() local 123 found = find_comm(evlist, comm); in test__keep_tracking() 124 if (found != 1) { in test__keep_tracking() 145 found = find_comm(evlist, comm); in test__keep_tracking() 146 if (found != 1) { in test__keep_tracking()
|
| /OK3568_Linux_fs/buildroot/package/bash/ |
| H A D | bash.bashrc | 56 # if the command-not-found package is installed, use it 57 if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then 60 if [ -x /usr/lib/command-not-found ]; then 61 /usr/lib/command-not-found -- "$1" 63 elif [ -x /usr/share/command-not-found/command-not-found ]; then 64 /usr/share/command-not-found/command-not-found -- "$1" 67 printf "%s: command not found\n" "$1" >&2
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/ |
| H A D | rockchip-thermal.txt | 5 "rockchip,px30-tsadc": found on PX30 SoCs 6 "rockchip,rv1108-tsadc": found on RV1108 SoCs 7 "rockchip,rv1126-tsadc": found on RV1126 SoCs 8 "rockchip,rk1808-tsadc": found on RK1808 SoCs 9 "rockchip,rk3228-tsadc": found on RK3228 SoCs 10 "rockchip,rk3288-tsadc": found on RK3288 SoCs 11 "rockchip,rk3308-tsadc": found on RK3308 SoCs 12 "rockchip,rk3328-tsadc": found on RK3328 SoCs 13 "rockchip,rk3368-tsadc": found on RK3368 SoCs 14 "rockchip,rk3399-tsadc": found on RK3399 SoCs [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/pcie/ |
| H A D | pme.c | 104 bool found = false; in pcie_pme_from_pci_bridge() local 116 found = true; in pcie_pme_from_pci_bridge() 121 return found; in pcie_pme_from_pci_bridge() 134 bool found = false; in pcie_pme_handle_request() local 143 found = true; in pcie_pme_handle_request() 154 found = pcie_pme_walk_bus(port->subordinate); in pcie_pme_handle_request() 166 found = pcie_pme_from_pci_bridge(bus, devfn); in pcie_pme_handle_request() 167 if (found) in pcie_pme_handle_request() 175 found = true; in pcie_pme_handle_request() 182 if (found) { in pcie_pme_handle_request() [all …]
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | mod.c | 97 struct p9_trans_module *t, *found = NULL; in v9fs_get_trans_by_name() local 104 found = t; in v9fs_get_trans_by_name() 109 return found; in v9fs_get_trans_by_name() 120 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local 126 found = t; in v9fs_get_default_trans() 130 if (!found) in v9fs_get_default_trans() 133 found = t; in v9fs_get_default_trans() 138 return found; in v9fs_get_default_trans()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_llc.c | 29 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local 44 found = (val >> 0) & 0xff; in gen6_verify_ring_freq() 45 if (found != ia_freq) { in gen6_verify_ring_freq() 49 found, ia_freq); in gen6_verify_ring_freq() 54 found = (val >> 8) & 0xff; in gen6_verify_ring_freq() 55 if (found != ring_freq) { in gen6_verify_ring_freq() 59 found, ring_freq); in gen6_verify_ring_freq()
|