| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
| H A D | 0001-Use-stdint-types.patch | 25 if(tok.substr(0, 20) == "setInterruptEnable0:") { 26 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0); 27 + uint8_t bits = (uint8_t)std::stoul(tok.substr(20), nullptr, 0); 30 if(tok.substr(0, 20) == "setInterruptEnable1:") { 31 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0); 32 + uint8_t bits = (uint8_t)std::stoul(tok.substr(20), nullptr, 0); 35 if(tok.substr(0, 20) == "setInterruptEnable2:") { 36 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0); 37 + uint8_t bits = (uint8_t)std::stoul(tok.substr(20), nullptr, 0); 40 if(tok.substr(0, 17) == "setInterruptMap0:") { [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/ |
| H A D | cnpy.cpp | 104 fortran_order = (header.substr(loc1, 4) == "True" ? true : false); in parse_npy_header() 116 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header() 132 std::string str_ws = header.substr(loc1 + 2); in parse_npy_header() 134 word_size = atoi(str_ws.substr(0, loc2).c_str()); in parse_npy_header() 135 if (header.substr(loc1 + 1, 1) == "i") { in parse_npy_header() 137 } else if (header.substr(loc1 + 1, 1) == "u") { in parse_npy_header() 139 } else if (header.substr(loc1 + 1, 1) == "f") { in parse_npy_header() 162 fortran_order = (header.substr(loc1, 4) == "True" ? true : false); in parse_npy_header() 176 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header() 195 std::string str_ws = header.substr(loc1 + 2); in parse_npy_header() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/ |
| H A D | cnpy.cpp | 104 fortran_order = (header.substr(loc1, 4) == "True" ? true : false); in parse_npy_header() 116 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header() 132 std::string str_ws = header.substr(loc1 + 2); in parse_npy_header() 134 word_size = atoi(str_ws.substr(0, loc2).c_str()); in parse_npy_header() 135 if (header.substr(loc1 + 1, 1) == "i") { in parse_npy_header() 137 } else if (header.substr(loc1 + 1, 1) == "u") { in parse_npy_header() 139 } else if (header.substr(loc1 + 1, 1) == "f") { in parse_npy_header() 162 fortran_order = (header.substr(loc1, 4) == "True" ? true : false); in parse_npy_header() 176 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header() 195 std::string str_ws = header.substr(loc1 + 2); in parse_npy_header() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/ |
| H A D | modify_srcu.awk | 143 update_fieldsep(substr($0, RSTART, RLENGTH), p); 145 $0 = substr($0, RSTART + RLENGTH); 172 update_fieldsep(substr($0, RSTART, RLENGTH), 1); 174 $0 = substr($0, RSTART + RLENGTH); 242 last_fs = substr(last_fs, index(last_fs, ",") + 1); 249 initializer = substr(old_record, start_loc, len); 297 barrier_letter = substr($0, RLENGTH, 1);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | url.cpp | 135 return str.substr(url.path.first, url.path.second); in transformURL() 137 return str.substr(url.domain.first, url.domain.second); in transformURL() 139 return str.substr(url.scheme.first, url.scheme.second); in transformURL() 142 return str.substr(path.directory.first, path.directory.second); in transformURL() 145 return str.substr(path.filename.first, path.filename.second); in transformURL() 148 return str.substr(path.extension.first, path.extension.second); in transformURL()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A D | gen-insn-x86-dat.awk | 30 useful_line = substr($0, colon_pos + 1) 32 useful_line = substr(useful_line, first_pos) 56 useful_line = substr($0, expecting_pos + expecting_len)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/csscolorparser/ |
| H A D | csscolorparser.cpp | 197 int64_t iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing. in parse() 209 int64_t iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing. in parse() 227 const std::string fname = str.substr(0, op); in parse() 228 const std::vector<std::string> params = split(str.substr(op + 1, ep - (op + 1)), ','); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/ |
| H A D | resource.cpp | 66 base.substr(0, url.path.first + url.path.second) + in spriteImage() 68 base.substr(url.query.first, url.query.second) }; in spriteImage() 74 base.substr(0, url.path.first + url.path.second) + in spriteJSON() 76 base.substr(url.query.first, url.query.second) }; in spriteJSON()
|
| /OK3568_Linux_fs/kernel/Documentation/arm/samsung/ |
| H A D | clksrc-change-registers.awk | 14 return substr(s, eqat+2, (comat-eqat)-2) 19 return substr(b, 2, length(b)-2) 56 return substr(s, id+2)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | check-sysctl-docs | 42 value = substr(value, 1, length(value) - 1) 73 if (!inbrackets && substr($i, 1, 1) == "(") { 83 if (inbrackets && substr($i, length($i), 1) == ")") {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | mdev-mount.sh | 17 DEVBASE=`expr substr $MDEV 1 3` 19 DEVBASE=`expr substr $MDEV 1 7`
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/ |
| H A D | switchers.js | 64 var series = version.substr(0, 3); 209 var current_series = release.substr(0, 3); 225 var series = version.substr(0, 3);
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | ver_linux | 38 ver = substr(procmaps[n], RSTART, RLENGTH) 74 ver = substr($0, RSTART, RLENGTH)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | ver_linux | 38 ver = substr(procmaps[n], RSTART, RLENGTH) 74 ver = substr($0, RSTART, RLENGTH)
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch | 91 + if (p.substr(0, pos) != refP.substr(0, pos)) 95 + p = p.substr(pos); 96 + refP = refP.substr(pos); 198 + string fileDir = fileName.substr(0, fileName.find_last_of("/")); 224 + string path = fileDir + dirName.substr(7); 257 + concatToRPath(newRPath, canonicalPath.substr(rootDir.length()));
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | generate.php | 47 $returnedstring = substr($filestring,$pos,$newlinepos-$pos); 85 $top["Icon"] = substr($icon_path,strlen($webserver_root));
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | generate.php | 47 $returnedstring = substr($filestring,$pos,$newlinepos-$pos); 85 $top["Icon"] = substr($icon_path,strlen($webserver_root));
|
| /OK3568_Linux_fs/u-boot/board/gdsys/common/ |
| H A D | osd.c | 426 char substr[5]; in osd_write() local 428 memcpy(substr, rp, 4); in osd_write() 429 substr[4] = 0; in osd_write() 430 *wp = simple_strtoul(substr, NULL, 16); in osd_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.c | 412 char *substr, *pstr = str; in mlx5_tracer_get_num_of_params() local 416 substr = strstr(pstr, VAL_PARM); in mlx5_tracer_get_num_of_params() 417 while (substr) { in mlx5_tracer_get_num_of_params() 418 memcpy(substr, REPLACE_64_VAL_PARM, 4); in mlx5_tracer_get_num_of_params() 419 pstr = substr; in mlx5_tracer_get_num_of_params() 420 substr = strstr(pstr, VAL_PARM); in mlx5_tracer_get_num_of_params() 424 substr = strstr(str, PARAM_CHAR); in mlx5_tracer_get_num_of_params() 425 while (substr) { in mlx5_tracer_get_num_of_params() 427 str = substr + 1; in mlx5_tracer_get_num_of_params() 428 substr = strstr(str, PARAM_CHAR); in mlx5_tracer_get_num_of_params()
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_proc.c | 40 char *substr; in dasd_devices_show() local 71 substr = (device->features & DASD_FEATURE_READONLY) ? "(ro)" : " "; in dasd_devices_show() 72 seq_printf(m, "%4s: ", substr); in dasd_devices_show()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0009-support-apxs.in-force-destdir-to-be-empty-string.patch | 36 - $destdir = substr($0, 0, $ddi); 42 +# $destdir = substr($0, 0, $ddi);
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | Upgrade.cpp | 123 strLen = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo() 145 strOffset = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo() 160 strName = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo() 190 strLine = strLine.substr(0, line_size - 1); in parse_parameter() 203 strPartition = strLine.substr(posColon + 1); in parse_parameter() 209 strPartInfo = strPartition.substr(pos, posComma - pos); in parse_parameter() 221 strPartInfo = strPartition.substr(pos); in parse_parameter()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/opencl/ |
| H A D | opencl_info.hpp | 47 s = s.substr(0, s.size() - 1); in bytesToStringRepr() 154 String extensionName = extensionsStr.substr(pos, pos2 - pos); in dumpOpenCLInformation()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/opencl/ |
| H A D | opencl_info.hpp | 47 s = s.substr(0, s.size() - 1); in bytesToStringRepr() 154 String extensionName = extensionsStr.substr(pos, pos2 - pos); 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 | 47 s = s.substr(0, s.size() - 1); in bytesToStringRepr() 154 String extensionName = extensionsStr.substr(pos, pos2 - pos); in dumpOpenCLInformation()
|