| /OK3568_Linux_fs/u-boot/board/siemens/common/ |
| H A D | board.c | 193 unsigned char i, idx, pos1, pos2, ccount; in set_env_gpios() local 207 pos1 = 0; in set_env_gpios() 213 pos1 = idx; in set_env_gpios() 219 if (pos2 <= pos1 || ccount > 2) in set_env_gpios() 224 strncpy(str_tmp, ptr_env, pos1*sizeof(char)); in set_env_gpios() 236 strncpy(str_tmp, ptr_env+pos1+1, in set_env_gpios() 237 (pos2-pos1-1)*sizeof(char)); in set_env_gpios()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-ssa-alias.h | 183 ranges_overlap_p (HOST_WIDE_INT pos1, in ranges_overlap_p() argument 190 if (pos1 >= pos2 in ranges_overlap_p() 192 || pos1 < (pos2 + (HOST_WIDE_INT) size2))) in ranges_overlap_p() 194 if (pos2 >= pos1 in ranges_overlap_p() 196 || pos2 < (pos1 + (HOST_WIDE_INT) size1))) in ranges_overlap_p()
|
| H A D | poly-int.h | 2559 ranges_maybe_overlap_p (const T1 &pos1, const T2 &size1, 2562 if (maybe_in_range_p (pos2, pos1, size1)) 2564 if (maybe_in_range_p (pos1, pos2, size2)) 2575 ranges_known_overlap_p (const T1 &pos1, const T2 &size1, 2596 - start_span::cast (lower_bound (pos1, pos2)), 2598 && known_lt (start_span::cast (pos1) 2599 - start_span::cast (lower_bound (pos1, pos2)), 2609 known_subrange_p (const T1 &pos1, const T2 &size1, 2619 && known_ge (pos1, pos2) 2621 && known_le (start_span::cast (pos1) - start_span::cast (pos2),
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-ssa-alias.h | 183 ranges_overlap_p (HOST_WIDE_INT pos1, in ranges_overlap_p() argument 190 if (pos1 >= pos2 in ranges_overlap_p() 192 || pos1 < (pos2 + (HOST_WIDE_INT) size2))) in ranges_overlap_p() 194 if (pos2 >= pos1 in ranges_overlap_p() 196 || pos2 < (pos1 + (HOST_WIDE_INT) size1))) in ranges_overlap_p()
|
| H A D | poly-int.h | 2559 ranges_maybe_overlap_p (const T1 &pos1, const T2 &size1, 2562 if (maybe_in_range_p (pos2, pos1, size1)) 2564 if (maybe_in_range_p (pos1, pos2, size2)) 2575 ranges_known_overlap_p (const T1 &pos1, const T2 &size1, 2596 - start_span::cast (lower_bound (pos1, pos2)), 2598 && known_lt (start_span::cast (pos1) 2599 - start_span::cast (lower_bound (pos1, pos2)), 2609 known_subrange_p (const T1 &pos1, const T2 &size1, 2619 && known_ge (pos1, pos2) 2621 && known_le (start_span::cast (pos1) - start_span::cast (pos2),
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | tail_conversion.c | 216 loff_t pos, pos1; /* position of first byte of the tail */ in indirect2direct() local 237 pos1 = pos; in indirect2direct() 259 if (pos != pos1) in indirect2direct() 267 pos1 + 1, TYPE_DIRECT, round_tail_len, in indirect2direct() 315 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1; in indirect2direct()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utprint.c | 169 const char *pos1; in acpi_ut_print_number() local 172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number() 175 while (pos1 != ascii_string) { in acpi_ut_print_number() 176 *(pos2++) = *(--pos1); in acpi_ut_print_number()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_base.cpp | 149 RK_S32 pos1 = idx - pos; in mpp_data_get_pre_val_v2() local 150 pos = p->size - pos1; in mpp_data_get_pre_val_v2()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | thermal_core.c | 832 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device() local 840 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device() 841 if (pos1 == tz) in thermal_zone_bind_cooling_device() 849 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | get_turn_info_for_endpoint.hpp | 549 turn_position pos0, turn_position pos1, in assign() 564 tp.operations[1].position = pos1; in assign()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | rs600.c | 71 u32 pos1, pos2; in avivo_is_counter_moving() local 73 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 76 if (pos1 != pos2) in avivo_is_counter_moving()
|
| H A D | evergreen.c | 1361 u32 pos1, pos2; in dce4_is_counter_moving() local 1363 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1366 if (pos1 != pos2) in dce4_is_counter_moving()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | string_view | 114 constexpr int compare(size_type pos1, size_type n1, basic_string_view s) const; 115 constexpr int compare(size_type pos1, size_type n1, 118 constexpr int compare(size_type pos1, size_type n1, const charT* s) const; 119 constexpr int compare(size_type pos1, size_type n1,
|
| H A D | string | 209 basic_string& insert(size_type pos1, const basic_string& str); 211 basic_string& insert(size_type pos1, const T& t); 212 basic_string& insert(size_type pos1, const basic_string& str, 215 basic_string& insert(size_type pos1, const T& t, size_type pos2, size_type n); // C++17 229 basic_string& replace(size_type pos1, size_type n1, const basic_string& str); 231 basic_string& replace(size_type pos1, size_type n1, const T& t); // C++17 232 basic_string& replace(size_type pos1, size_type n1, const basic_string& str, 235 basic_string& replace(size_type pos1, size_type n1, const T& t, 308 int compare(size_type pos1, size_type n1, const basic_string& str) const; 310 int compare(size_type pos1, size_type n1, const T& t) const; // C++17 [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | string_view | 114 constexpr int compare(size_type pos1, size_type n1, basic_string_view s) const; 115 constexpr int compare(size_type pos1, size_type n1, 118 constexpr int compare(size_type pos1, size_type n1, const charT* s) const; 119 constexpr int compare(size_type pos1, size_type n1,
|
| H A D | string | 209 basic_string& insert(size_type pos1, const basic_string& str); 211 basic_string& insert(size_type pos1, const T& t); 212 basic_string& insert(size_type pos1, const basic_string& str, 215 basic_string& insert(size_type pos1, const T& t, size_type pos2, size_type n); // C++17 229 basic_string& replace(size_type pos1, size_type n1, const basic_string& str); 231 basic_string& replace(size_type pos1, size_type n1, const T& t); // C++17 232 basic_string& replace(size_type pos1, size_type n1, const basic_string& str, 235 basic_string& replace(size_type pos1, size_type n1, const T& t, 308 int compare(size_type pos1, size_type n1, const basic_string& str) const; 310 int compare(size_type pos1, size_type n1, const T& t) const; // C++17 [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | intel8x0.c | 2669 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local 2712 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock() 2713 if (pos1 == 0) { in intel8x0_measure_ac97_clock() 2718 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock() 2721 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock() 2725 pos -= pos1 << ichdev->pos_shift; in intel8x0_measure_ac97_clock()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfgvendor.c | 2042 char *pos, *pos1; in wl_cfgvendor_get_ndev() local 2052 pos1 = strstr(pos, " "); in wl_cfgvendor_get_ndev() 2053 if (!pos1) { in wl_cfgvendor_get_ndev() 2057 memcpy(ifname, pos, (pos1 - pos)); in wl_cfgvendor_get_ndev() 2069 *out_addr = (unsigned long int)(pos1 + 1); in wl_cfgvendor_get_ndev()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/ |
| H A D | 0001-mesa-demos-Add-missing-data-files.patch | 515 + vec4 pos1 = mat1 * gl_Vertex; 516 + vec4 pos = mix(pos0, pos1, weight);
|
| /OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-core.c | 1824 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() local 1828 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line() 1829 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pip-defs.h | 264 uint64_t pos1:7; member 270 uint64_t pos1:7;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgvendor.c | 2760 char *pos, *pos1; in wl_cfgvendor_get_ndev() local 2771 pos1 = strstr(pos, " "); in wl_cfgvendor_get_ndev() 2772 if (!pos1) { in wl_cfgvendor_get_ndev() 2777 ifname_len = pos1 - pos; in wl_cfgvendor_get_ndev() 2790 *out_addr = (unsigned long int)(pos1 + 1); in wl_cfgvendor_get_ndev()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgvendor.c | 2821 char *pos, *pos1; in wl_cfgvendor_get_ndev() local 2832 pos1 = strstr(pos, " "); in wl_cfgvendor_get_ndev() 2833 if (!pos1) { in wl_cfgvendor_get_ndev() 2838 ifname_len = pos1 - pos; in wl_cfgvendor_get_ndev() 2851 *out_addr = (unsigned long int)(pos1 + 1); in wl_cfgvendor_get_ndev()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgvendor.c | 2819 char *pos, *pos1; in wl_cfgvendor_get_ndev() local 2830 pos1 = strstr(pos, " "); in wl_cfgvendor_get_ndev() 2831 if (!pos1) { in wl_cfgvendor_get_ndev() 2836 ifname_len = pos1 - pos; in wl_cfgvendor_get_ndev() 2849 *out_addr = (unsigned long int)(pos1 + 1); in wl_cfgvendor_get_ndev()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgvendor.c | 2849 char *pos, *pos1; in wl_cfgvendor_get_ndev() local 2860 pos1 = strstr(pos, " "); in wl_cfgvendor_get_ndev() 2861 if (!pos1) { in wl_cfgvendor_get_ndev() 2866 ifname_len = pos1 - pos; in wl_cfgvendor_get_ndev() 2879 *out_addr = (unsigned long int)(pos1 + 1); in wl_cfgvendor_get_ndev()
|