| /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 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 D | tree-ssa-alias.h | 185 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 D | poly-int.h | 2560 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 D | tree-ssa-alias.h | 185 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 D | poly-int.h | 2560 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 D | opencl_info.hpp | 149 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 D | opencl_info.hpp | 149 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 D | opencl_info.hpp | 149 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 D | vc.c | 105 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 D | utprint.c | 170 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 D | sec_wep.c | 147 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 D | dcookies.c | 294 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 D | thermal_core.c | 833 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 D | rs600.c | 71 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 D | evergreen.c | 1361 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 D | wl_android.c | 978 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 D | wl_android.c | 992 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 D | wl_android.c | 997 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 D | v4l2-tpg-core.c | 1825 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 D | cvmx-pip-defs.h | 262 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 D | string | 213 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 D | string_view | 116 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 D | string | 213 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 D | string_view | 116 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 D | wl_android.c | 1200 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()
|