Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/u-boot/board/siemens/common/
H A Dboard.c193 unsigned char i, idx, pos1, pos2, ccount; in set_env_gpios() local
208 pos2 = 0; in set_env_gpios()
215 pos2 = idx; in set_env_gpios()
219 if (pos2 <= pos1 || ccount > 2) in set_env_gpios()
237 (pos2-pos1-1)*sizeof(char)); in set_env_gpios()
246 strcpy(str_tmp, ptr_env+pos2+1); 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 Dtree-ssa-alias.h185 HOST_WIDE_INT pos2, 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 Dpoly-int.h2560 const T3 &pos2, const T4 &size2)
2562 if (maybe_in_range_p (pos2, pos1, size1))
2564 if (maybe_in_range_p (pos1, pos2, size2))
2576 const T3 &pos2, const T4 &size2)
2595 && known_lt (start_span::cast (pos2)
2596 - start_span::cast (lower_bound (pos1, pos2)),
2599 - start_span::cast (lower_bound (pos1, pos2)),
2610 const T3 &pos2, const T4 &size2)
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 Dtree-ssa-alias.h185 HOST_WIDE_INT pos2, 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 Dpoly-int.h2560 const T3 &pos2, const T4 &size2)
2562 if (maybe_in_range_p (pos2, pos1, size1))
2564 if (maybe_in_range_p (pos1, pos2, size2))
2576 const T3 &pos2, const T4 &size2)
2595 && known_lt (start_span::cast (pos2)
2596 - start_span::cast (lower_bound (pos1, pos2)),
2599 - start_span::cast (lower_bound (pos1, pos2)),
2610 const T3 &pos2, const T4 &size2)
2619 && known_ge (pos1, pos2)
2621 && known_le (start_span::cast (pos1) - start_span::cast (pos2),
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/opencl/
H A Dopencl_info.hpp149 size_t pos2 = extensionsStr.find(' ', pos); in dumpOpenCLInformation() local
150 if (pos2 == String::npos) in dumpOpenCLInformation()
151 pos2 = extensionsStr.size(); in dumpOpenCLInformation()
152 if (pos2 > pos) in dumpOpenCLInformation()
154 String extensionName = extensionsStr.substr(pos, pos2 - pos); in dumpOpenCLInformation()
157 pos = pos2 + 1; in dumpOpenCLInformation()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/opencl/
H A Dopencl_info.hpp149 size_t pos2 = extensionsStr.find(' ', pos); in dumpOpenCLInformation() local
150 if (pos2 == String::npos) in dumpOpenCLInformation()
151 pos2 = extensionsStr.size(); in dumpOpenCLInformation()
152 if (pos2 > pos) in dumpOpenCLInformation()
154 String extensionName = extensionsStr.substr(pos, pos2 - pos); in dumpOpenCLInformation()
157 pos = pos2 + 1; in dumpOpenCLInformation()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/opencl/
H A Dopencl_info.hpp149 size_t pos2 = extensionsStr.find(' ', pos); in dumpOpenCLInformation() local
150 if (pos2 == String::npos) in dumpOpenCLInformation()
151 pos2 = extensionsStr.size(); in dumpOpenCLInformation()
152 if (pos2 > pos) in dumpOpenCLInformation()
154 String extensionName = extensionsStr.substr(pos, pos2 - pos); in dumpOpenCLInformation()
157 pos = pos2 + 1; in dumpOpenCLInformation()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dvc.c105 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; in pci_vc_enable() local
126 pos2 = pci_find_ext_capability(dev->bus->self, PCI_EXT_CAP_ID_VC); in pci_vc_enable()
127 if (!pos2) in pci_vc_enable()
130 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1); in pci_vc_enable()
135 ctrl_pos2 = pos2 + PCI_VC_RES_CTRL + in pci_vc_enable()
137 status_pos2 = pos2 + PCI_VC_RES_STATUS + in pci_vc_enable()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutprint.c170 char *pos2; in acpi_ut_print_number() local
173 pos2 = string; in acpi_ut_print_number()
176 *(pos2++) = *(--pos1); in acpi_ut_print_number()
179 *pos2 = 0; in acpi_ut_print_number()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_wep.c147 u8 keyidx, *pos, icv[4], *pos2; in lib80211_wep_decrypt() local
173 pos2 = (pos + plen); in lib80211_wep_decrypt()
/OK3568_Linux_fs/kernel/fs/
H A Ddcookies.c294 struct list_head * pos2; in dcookie_exit() local
300 list_for_each_safe(pos, pos2, list) { in dcookie_exit()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c833 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() local
844 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device()
845 if (pos2 == cdev) in thermal_zone_bind_cooling_device()
849 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Drs600.c71 u32 pos1, pos2; in avivo_is_counter_moving() local
74 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
76 if (pos1 != pos2) in avivo_is_counter_moving()
H A Devergreen.c1361 u32 pos1, pos2; in dce4_is_counter_moving() local
1364 pos2 = 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/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_android.c978 char *pos2 = NULL; in wl_android_hogsqs() local
987 pos2 = pos + strlen("cfg"); in wl_android_hogsqs()
990 pos2 = pos + strlen("duration"); in wl_android_hogsqs()
993 pos2 = pos + strlen("durth"); in wl_android_hogsqs()
996 pos2 = pos + strlen("count"); in wl_android_hogsqs()
1004 if (*pos2 == '\0') { in wl_android_hogsqs()
1022 pos2 = pos2 + 1; in wl_android_hogsqs()
1023 set_val = (uint32)simple_strtol(pos2, NULL, 0); in wl_android_hogsqs()
3509 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local
3556 pos2 = value; in wls_parse_batching_cmd()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_android.c992 char *pos2 = NULL; in wl_android_hogsqs() local
1001 pos2 = pos + strlen("cfg"); in wl_android_hogsqs()
1004 pos2 = pos + strlen("duration"); in wl_android_hogsqs()
1007 pos2 = pos + strlen("durth"); in wl_android_hogsqs()
1010 pos2 = pos + strlen("count"); in wl_android_hogsqs()
1018 if (*pos2 == '\0') { in wl_android_hogsqs()
1036 pos2 = pos2 + 1; in wl_android_hogsqs()
1037 set_val = (uint32)simple_strtol(pos2, NULL, 0); in wl_android_hogsqs()
3701 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local
3748 pos2 = value; in wls_parse_batching_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_android.c997 char *pos2 = NULL; in wl_android_hogsqs() local
1006 pos2 = pos + strlen("cfg"); in wl_android_hogsqs()
1009 pos2 = pos + strlen("duration"); in wl_android_hogsqs()
1012 pos2 = pos + strlen("durth"); in wl_android_hogsqs()
1015 pos2 = pos + strlen("count"); in wl_android_hogsqs()
1023 if (*pos2 == '\0') { in wl_android_hogsqs()
1041 pos2 = pos2 + 1; in wl_android_hogsqs()
1042 set_val = (uint32)simple_strtol(pos2, NULL, 0); in wl_android_hogsqs()
3787 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local
3834 pos2 = value; in wls_parse_batching_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1825 u8 *pos2 = tpg->lines[next_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 Dcvmx-pip-defs.h262 uint64_t pos2:7; member
272 uint64_t pos2:7;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstring213 size_type pos2, size_type n);
215 basic_string& insert(size_type pos1, const T& t, size_type pos2, size_type n); // C++17
233 size_type pos2, size_type n2=npos); // C++14
236 size_type pos2, size_type n); // C++17
312 size_type pos2, size_type n2=npos) const; // C++14
315 size_type pos2, size_type n2=npos) const; // C++17
H A Dstring_view116 basic_string_view s, size_type pos2, size_type n2) const;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstring213 size_type pos2, size_type n);
215 basic_string& insert(size_type pos1, const T& t, size_type pos2, size_type n); // C++17
233 size_type pos2, size_type n2=npos); // C++14
236 size_type pos2, size_type n); // C++17
312 size_type pos2, size_type n2=npos) const; // C++14
315 size_type pos2, size_type n2=npos) const; // C++17
H A Dstring_view116 basic_string_view s, size_type pos2, size_type n2) const;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.c1200 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local
1238 pos2 = value; in wls_parse_batching_cmd()
1246 while ((token2 = strsep(&pos2, in wls_parse_batching_cmd()

12