| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | synth.sh | 3 # SoX script: synth.sh (c) 2008-9 robs@users.sourceforge.net 17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 26 G0="pl %-26 pl %-19 pl %-14 pl %-10 pl %-7 pl %-2" 27 A0="pl %-24 pl %-17 pl %-12 pl %-8 pl %-5 pl %0" 28 C0="pl %-26 pl %-21 pl %-14 pl %-9 pl %-5 pl %-2" 29 D0="pl %-24 pl %-19 pl %-12 pl %-7 pl %-3 pl %0" 30 E0="pl %-22 pl %-17 pl %-10 pl %-5 pl %-1 pl %2" 31 Bb0="pl %-23 pl %-16 pl %-11 pl %-7 pl %-4 pl %1" 33 o="overdrive 27 gain -11" 34 e="delay 0 .02 .04 .06 .08 .1 remix - overdrive 33 gain -8 fade 0" [all …]
|
| H A D | crossfade.sh | 75 first_length=`$SOX --info -D "$first_file"` 78 trim_length=`echo "$first_length - $fade_length" | bc` 83 $SOX "$first_file" -e signed-integer -b 16 fadeout1.wav trim $trim_length $fade_first_opts 91 RMS=`$SOX fadeout1.wav 2>&1 -n stat | grep RMS | grep amplitude | cut -d : -f 2 | cut -f 1` 105 $SOX "$second_file" -e signed-integer -b 16 fadein1.wav trim 0 $fade_length 109 RMS=`$SOX fadein1.wav 2>&1 -n stat | grep RMS | grep amplitude | cut -d : -f 2 | cut -f 1` 123 $SOX -m -v 1.0 fadeout2.wav -v 1.0 fadein2.wav crossfade.wav 126 $SOX crossfade.wav crossfade1.wav trim 0 $crossfade_split_length 127 $SOX crossfade.wav crossfade2.wav trim $crossfade_split_length 131 $SOX "$first_file" -e signed-integer -b 16 song1.wav trim 0 $trim_length [all …]
|
| H A D | crossfade_cat.sh | 69 first_length=`$SOX --info -D "$first_file"` 72 trim_length=`echo "$first_length - $fade_length" | bc` 76 $SOX "$first_file" -e signed-integer -b 16 fadeout1.wav trim $trim_length 84 RMS=`$SOX fadeout1.wav 2>&1 -n stat | grep RMS | grep amplitude | cut -d : -f 2 | cut -f 1` 98 $SOX "$second_file" -e signed-integer -b 16 fadein1.wav trim 0 $fade_length 102 RMS=`$SOX fadein1.wav 2>&1 -n stat | grep RMS | grep amplitude | cut -d : -f 2 | cut -f 1` 116 $SOX -m -v 1.0 fadeout2.wav -v 1.0 fadein2.wav crossfade.wav 120 $SOX "$first_file" -e signed-integer -b 16 song1.wav trim 0 $trim_length 121 $SOX "$second_file" -e signed-integer -b 16 song2.wav trim $fade_length 124 echo -e "Removing temporary files...\n"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | trim.hpp | 1 // Boost string_algo library trim.hpp header file ---------------------------// 3 // Copyright Pavol Droba 2002-2003. 22 #include <boost/algorithm/string/detail/trim.hpp> 27 Defines trim algorithms. 28 Trim algorithms are used to remove trailing and leading spaces from a 41 // left trim -----------------------------------------------// 44 //! Left trim - parametric 58 … \note The second variant of this function provides the strong exception-safety guarantee 79 //! Left trim - parametric 94 //! Left trim - parametric [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/cavium-octeon/ |
| H A D | octeon_68xx.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 7 * use. Because of this, it contains a super-set of the available 11 compatible = "cavium,octeon-6880"; 12 #address-cells = <2>; 13 #size-cells = <2>; 14 interrupt-parent = <&ciu2>; 17 compatible = "simple-bus"; 18 #address-cells = <2>; 19 #size-cells = <2>; [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/clk/ |
| H A D | clk_pic32.c | 4 * SPDX-License-Identifier: GPL-2.0+ 9 #include <clk-uclass.h> 16 #include <dt-bindings/clock/microchip,clock.h> 61 /* Reference Oscillator Trim Register Fields */ 97 v = readl(priv->iobase + SPLLCON); in pic32_get_pll_rate() 123 v = readl(priv->iobase + OSCCON); in pic32_get_sysclk() 159 reg = priv->iobase + PB1DIV + (periph - PB1CLK) * 0x10; in pic32_get_pbclk() 174 u32 div, trim, v; in pic32_set_refclk() local 180 * rate = parent_rate / [2 * (div + (trim / 512))] in pic32_set_refclk() 184 trim = 0; in pic32_set_refclk() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-ata | 8 ------------------------------- 35 persistent links in /dev/disk/by-path. 38 ------------------------------- 65 --------------------------------- 69 - X is ata_port_id of the port where the device is connected, 70 - Y the port of the PM if any, and 71 - Z the device id: for PATA, there is usually 2 devices [0,1], only 1 for SATA. 124 What: /sys/class/ata_device/devX[.Y].Z/trim 129 (RO) Shows the DSM TRIM mode currently used by the device. Valid 132 unsupported: Drive does not support DSM TRIM [all …]
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_discard.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 20 * FUNCTION: TRIM the specified block range on device, if supported 23 * ip - pointer to in-core inode 24 * blkno - starting block number to be trimmed (0..N) 25 * nblocks - number of blocks to be trimmed 34 struct super_block *sb = ip->i_sb; in jfs_issue_discard() 54 * FUNCTION: attempt to discard (TRIM) all free blocks from the 58 * ip - pointer to in-core inode; 59 * range - the range, given by user space 62 * 0 - success [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-trim-schemas | 3 # SPDX-License-Identifier: GPL-2.0-only 24 if len(sys.argv) < 2 or sys.argv[1] in ('-h', '--help'): 25 print('oe-trim-schemas: error: the following arguments are required: schema\n' 26 'Usage: oe-trim-schemas schema\n\n' 27 'OpenEmbedded trim schemas - remove unneeded schema locale translations\n' 30 ' schema gconf schema file to trim\n') 60 xml.write(sys.stdout, "UTF-8")
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-rs5c372.c | 1 // SPDX-License-Identifier: GPL-2.0-only 116 * - we're in the 21st century, so it's safe to ignore the century 118 * - we should use ALARM_A not ALARM_B (may be wrong on some boards) 133 struct i2c_client *client = rs5c->client; in rs5c_get_regs() 136 .addr = client->addr, in rs5c_get_regs() 138 .len = sizeof(rs5c->buf), in rs5c_get_regs() 139 .buf = rs5c->buf in rs5c_get_regs() 150 * The third method on the other hand doesn't work for the SMBus-only in rs5c_get_regs() 154 if (rs5c->smbus) { in rs5c_get_regs() 156 int size = sizeof(rs5c->buf) - 1; in rs5c_get_regs() [all …]
|
| H A D | rtc-x1205.c | 1 // SPDX-License-Identifier: GPL-2.0-only 85 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch 97 .addr = client->addr, in x1205_get_datetime() 102 .addr = client->addr, in x1205_get_datetime() 110 if (i2c_transfer(client->adapter, &msgs[0], 2) != 2) { in x1205_get_datetime() 111 dev_err(&client->dev, "%s: read error\n", __func__); in x1205_get_datetime() 112 return -EIO; in x1205_get_datetime() 115 dev_dbg(&client->dev, in x1205_get_datetime() 116 "%s: raw read data - sec=%02x, min=%02x, hr=%02x, " in x1205_get_datetime() 127 tm->tm_sec = bcd2bin(buf[CCR_SEC]); in x1205_get_datetime() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | nvidia,tegra20-sdhci.txt | 7 by mmc.txt and the properties used by the sdhci-tegra driver. 10 - compatible : should be one of: 11 - "nvidia,tegra20-sdhci": for Tegra20 12 - "nvidia,tegra30-sdhci": for Tegra30 13 - "nvidia,tegra114-sdhci": for Tegra114 14 - "nvidia,tegra124-sdhci": for Tegra124 and Tegra132 15 - "nvidia,tegra210-sdhci": for Tegra210 16 - "nvidia,tegra186-sdhci": for Tegra186 17 - "nvidia,tegra194-sdhci": for Tegra194 18 - clocks: For Tegra210, Tegra186 and Tegra194 must contain two entries. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | bt1-pvt.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Baikal-T1 Process, Voltage, Temperature sensor driver 17 /* Baikal-T1 PVT registers and their bitfields */ 61 * PVT sensors-related limits and default values 70 * @PVT_TRIM_MIN: Minimal temperature sensor trim value. 71 * @PVT_TRIM_MAX: Maximal temperature sensor trim value. 72 * @PVT_TRIM_DEF: Default temperature sensor trim value (set a proper value 73 * when one is determined for Baikal-T1 SoC). 74 * @PVT_TRIM_TEMP: Maximum temperature encoded by the trim factor. 75 * @PVT_TRIM_STEP: Temperature stride corresponding to the trim value. [all …]
|
| H A D | bt1-pvt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 * Baikal-T1 Process, Voltage, Temperature sensor driver 18 #include <linux/hwmon-sysfs.h> 33 #include "bt1-pvt.h" 43 PVT_SENSOR_INFO(1, "CPU Core Low-Vt", hwmon_in, LVT, LTHRES), 44 PVT_SENSOR_INFO(2, "CPU Core High-Vt", hwmon_in, HVT, HTHRES), 45 PVT_SENSOR_INFO(3, "CPU Core Standard-Vt", hwmon_in, SVT, STHRES), 50 * to PVT data and vice-versa are following: 51 * N = 1.8322e-8*(T^4) + 2.343e-5*(T^3) + 8.7018e-3*(T^2) + 3.9269*(T^1) + 53 * T = -1.6743e-11*(N^4) + 8.1542e-8*(N^3) + -1.8201e-4*(N^2) + [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/ |
| H A D | 0001-gcc12-c-compatibility-re-tweak-for-rhel6-use-functio.patch | 3 Date: Fri, 21 Jan 2022 18:21:46 -0500 4 Subject: [PATCH] gcc12 c++ compatibility re-tweak for rhel6: use function 12 Upstream-Status: Backport [https://sourceware.org/git/?p=systemtap.git;a=commit;h=f199d1982ef8a6c6d… 13 Signed-off-by: Khem Raj <raj.khem@gmail.com> 14 --- 15 util.cxx | 13 ++++++++----- 16 1 file changed, 8 insertions(+), 5 deletions(-) 18 --- a/util.cxx 20 @@ -1757,21 +1757,24 @@ flush_to_stream (const string &fname, os 30 // trim from start (in place) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | jfs.rst | 14 iocharset=utf8 for UTF-8 translations. This requires 22 read-write. The resize keyword with no value will grow 38 errors=remount-ro(*) 39 Remount the filesystem read-only on an error. 44 Override on-disk uid with specified value 46 Override on-disk gid with specified value 48 Override on-disk umask with specified octal value. For 53 This enables/disables the use of discard/TRIM commands. 54 The discard/TRIM commands are sent to the underlying 56 devices and sparse/thinly-provisioned LUNs. The FITRIM ioctl [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | parse-maintainers.pl | 1 #!/usr/bin/perl -w 2 # SPDX-License-Identifier: GPL-2.0 21 die "$P: invalid argument - use --help if necessary\n"; 33 --input => MAINTAINERS file to read (default: MAINTAINERS) 34 --output => sorted MAINTAINERS file to write (default: MAINTAINERS.new) 35 --section => new sorted MAINTAINERS file to write to (default: SECTION.new) 36 --order => Use the preferred section content output ordering (default: 0) 51 K: Keyword - patch content regex 84 $a_index = 1000 if ($a_index == -1); 85 $b_index = 1000 if ($b_index == -1); [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | dlmglue.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* -*- mode: c; c-basic-offset: 8; -*- 74 u8 tf_success; /* trim is successful, or not */ 76 u64 tf_start; /* trim start offset in clusters */ 77 u64 tf_len; /* trim end offset in clusters */ 78 u64 tf_minlen; /* trim minimum contiguous free clusters */ 93 /* don't block waiting for the downconvert thread, instead return -EAGAIN */ 151 /* 99% of the time we don't want to supply any additional flags --
|
| /OK3568_Linux_fs/kernel/drivers/clk/microchip/ |
| H A D | clk-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <linux/clk-provider.h> 12 #include <asm/mach-pic32/pic32.h> 15 #include "clk-core.h" 57 /* Reference Oscillator Trim Register Fields */ 78 /* add instruction pipeline delay while CPU clock is in-transition. */ 101 return readl(pb->ctrl_reg) & PB_DIV_ENABLE; in pbclk_is_enabled() 108 writel(PB_DIV_ENABLE, PIC32_SET(pb->ctrl_reg)); in pbclk_enable() 116 writel(PB_DIV_ENABLE, PIC32_CLR(pb->ctrl_reg)); in pbclk_disable() 137 if (abs(rate - divided_rate_down) < abs(rate - divided_rate)) in calc_best_divided_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/ |
| H A D | halrf_kfree.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 39 struct dm_rf_calibration_struct *cali_info = &dm->rf_calibrate_info; in phydm_set_kfree_to_rf_8814a() 43 if ((data % 2) != 0) { /*odd->positive*/ in phydm_set_kfree_to_rf_8814a() 44 data = data - 1; in phydm_set_kfree_to_rf_8814a() 47 } else { /*even->negative*/ in phydm_set_kfree_to_rf_8814a() 57 cali_info->kfree_offset[e_rf_path] = 0; in phydm_set_kfree_to_rf_8814a() 62 cali_info->kfree_offset[e_rf_path] = 0; in phydm_set_kfree_to_rf_8814a() 67 cali_info->kfree_offset[e_rf_path] = 1; in phydm_set_kfree_to_rf_8814a() 72 cali_info->kfree_offset[e_rf_path] = 1; in phydm_set_kfree_to_rf_8814a() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/ |
| H A D | halrf_kfree.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 38 struct dm_rf_calibration_struct *cali_info = &dm->rf_calibrate_info; in phydm_set_kfree_to_rf_8814a() 42 if ((data % 2) != 0) { /*odd->positive*/ in phydm_set_kfree_to_rf_8814a() 43 data = data - 1; in phydm_set_kfree_to_rf_8814a() 46 } else { /*even->negative*/ in phydm_set_kfree_to_rf_8814a() 56 cali_info->kfree_offset[e_rf_path] = 0; in phydm_set_kfree_to_rf_8814a() 61 cali_info->kfree_offset[e_rf_path] = 0; in phydm_set_kfree_to_rf_8814a() 66 cali_info->kfree_offset[e_rf_path] = 1; in phydm_set_kfree_to_rf_8814a() 71 cali_info->kfree_offset[e_rf_path] = 1; in phydm_set_kfree_to_rf_8814a() 76 cali_info->kfree_offset[e_rf_path] = 2; in phydm_set_kfree_to_rf_8814a() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/ |
| H A D | halrf_kfree.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 38 struct dm_rf_calibration_struct *cali_info = &dm->rf_calibrate_info; in phydm_set_kfree_to_rf_8814a() 42 if ((data % 2) != 0) { /*odd->positive*/ in phydm_set_kfree_to_rf_8814a() 43 data = data - 1; in phydm_set_kfree_to_rf_8814a() 46 } else { /*even->negative*/ in phydm_set_kfree_to_rf_8814a() 56 cali_info->kfree_offset[e_rf_path] = 0; in phydm_set_kfree_to_rf_8814a() 61 cali_info->kfree_offset[e_rf_path] = 0; in phydm_set_kfree_to_rf_8814a() 66 cali_info->kfree_offset[e_rf_path] = 1; in phydm_set_kfree_to_rf_8814a() 71 cali_info->kfree_offset[e_rf_path] = 1; in phydm_set_kfree_to_rf_8814a() 76 cali_info->kfree_offset[e_rf_path] = 2; in phydm_set_kfree_to_rf_8814a() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/ |
| H A D | halrf_kfree.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 38 struct dm_rf_calibration_struct *cali_info = &dm->rf_calibrate_info; in phydm_set_kfree_to_rf_8814a() 42 if ((data % 2) != 0) { /*odd->positive*/ in phydm_set_kfree_to_rf_8814a() 43 data = data - 1; in phydm_set_kfree_to_rf_8814a() 46 } else { /*even->negative*/ in phydm_set_kfree_to_rf_8814a() 56 cali_info->kfree_offset[e_rf_path] = 0; in phydm_set_kfree_to_rf_8814a() 61 cali_info->kfree_offset[e_rf_path] = 0; in phydm_set_kfree_to_rf_8814a() 66 cali_info->kfree_offset[e_rf_path] = 1; in phydm_set_kfree_to_rf_8814a() 71 cali_info->kfree_offset[e_rf_path] = 1; in phydm_set_kfree_to_rf_8814a() 76 cali_info->kfree_offset[e_rf_path] = 2; in phydm_set_kfree_to_rf_8814a() [all …]
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skmsg.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (c) 2017 - 2018 Covalent IO, Inc. http://covalent.io */ 14 if (msg->sg.end > msg->sg.start && in sk_msg_try_coalesce_ok() 15 elem_first_coalesce < msg->sg.end) in sk_msg_try_coalesce_ok() 18 if (msg->sg.end < msg->sg.start && in sk_msg_try_coalesce_ok() 19 (elem_first_coalesce > msg->sg.start || in sk_msg_try_coalesce_ok() 20 elem_first_coalesce < msg->sg.end)) in sk_msg_try_coalesce_ok() 30 u32 osize = msg->sg.size; in sk_msg_alloc() 33 len -= msg->sg.size; in sk_msg_alloc() 40 ret = -ENOMEM; in sk_msg_alloc() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | projecttopbar.js | 5 var projectNameForm = $("#project-name-change-form"); 6 var projectNameContainer = $("#project-name-container"); 7 var projectName = $(".project-name"); 8 var projectNameFormToggle = $("#project-change-form-toggle"); 9 var projectNameChangeCancel = $("#project-name-change-cancel"); 11 // this doesn't exist for command-line builds 12 var newBuildTargetInput = $("#build-input"); 14 var newBuildTargetBuildBtn = $("#build-button"); 17 var updateProjectBtn = $("#update-project-button"); 18 var cancelProjectBtn = $("#cancel-project-button"); [all …]
|