Home
last modified time | relevance | path

Searched refs:portion (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/external/rkupdate/
H A Dmain.cpp20 void handle_upgrade_progress_callback(float portion, float seconds) in handle_upgrade_progress_callback() argument
26 fprintf(cmd_pipe, "set_progress %f\n", portion); in handle_upgrade_progress_callback()
30 fprintf(cmd_pipe, "progress %f %d\n", portion, seconds); in handle_upgrade_progress_callback()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c160 int portion = f->dft_length / p->L; in dft_stage_fn() local
161 memcpy(output, input, (unsigned)portion * sizeof(*output)); in dft_stage_fn()
162 lsx_safe_rdft(portion, 1, output); in dft_stage_fn()
163 for (i = portion + 2; i < (portion << 1); i += 2) in dft_stage_fn()
164 output[i] = output[(portion << 1) - i], in dft_stage_fn()
165 output[i+1] = -output[(portion << 1) - i + 1]; in dft_stage_fn()
166 output[portion] = output[1]; in dft_stage_fn()
167 output[portion + 1] = 0; in dft_stage_fn()
169 for (portion <<= 1; i < f->dft_length; i += portion, portion <<= 1) { in dft_stage_fn()
170 memcpy(output + i, output, portion * sizeof(*output)); in dft_stage_fn()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DIntel17 make derivatives, distribute, use and display any portion of the Covered
35 Redistribution of source code of any substantial portion of the Covered
47 Redistribution of source code of any substantial portion of the Covered
52 portion of the Covered Code, and must include terms to the effect that the
59 substantial portion of the Covered Code or modification must reproduce the
H A DMS-PL16 (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark…
17portion of the software in source code form, you may do so only under this license by including a …
H A DIntel-ACPI12 … Intel Code") to copy, make derivatives, distribute, use and display any portion of the Covered Co…
18 …ther Distribute Source. Redistribution of source code of any substantial portion of the Covered Co…
20portion of the Covered Code or modification without rights to further distribute source must inclu…
22 …tion of Executable. Redistribution in executable form of any substantial portion of the Covered Co…
H A DMS-RL20 (D) If you distribute any portion of the software, you must retain all copyright, patent, trademark…
21portion of the software in source code form, you may do so only under this license by including a …
H A DFrameworx-1.014 … depends for its intended functioning on, the Frameworx Code Base or any portion or element thereo…
26 (c) create larger works or derivative works including the Frameworx Code Base or any portion or…
32 …pends for its intended functionality on, the Frameworx Code Base, or any portion or element thereo…
40 …(ii) include, in each file containing any portion or element of the Frameworx Code Base…
54 …y direct or indirect distributee of Your Downstream Distribution (or any portion or element thereo…
H A DAPL-1.020 1.3. "DISTRIBUTOR" means any Person that distributes the Licensed Work or any portion thereof to at…
28 …that is not a derivative work of or copied from the Licensed Work or any portion thereof. In addit…
87 …buted by the Initial Contributor which includes the Initial Work (or any portion thereof) and/or a…
89portion of the Licensed Work under the Patents-Included License, then all licensing of such copies…
91portion thereof) licensed under a copy of the License having a Patents-Excluded License with any c…
111 A Distributor may choose to distribute the Licensed Work, or any portion thereof, in Executable for…
117 For greater certainty, the above-noted requirements apply to any Licensed Work or portion thereof d…
121 When a Distributor makes the Licensed Work, or any portion thereof, available to any Person in Sour…
137 …hat the requirements of this License are fulfilled for the Licensed Work portion of the Larger Wor…
183 Once the Licensed Work or any portion thereof has been published by Initial Contributor under a par…
H A DO-UDA-1.045portion of the Data on which the use is based. Results may include de minimis portions of the Dat…
/OK3568_Linux_fs/external/chromium/licenses/
H A DMs-PL.txt20 (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark…
21portion of the software in source code form, you may do so only under this license by including a …
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dcheatsheet.txt27 R: Read, for example, READ_ONCE(), or read portion of RMW
28 W: Write, for example, WRITE_ONCE(), or write portion of RMW
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dk3-dw-mshc.txt28 /* SoC portion */
39 /* Board portion */
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-firmware-dmi-entries61 the "formatted" portion of the entry. This
67 "formatted" portion of the entry, the
68 "unformatted" strings portion of the entry,
/OK3568_Linux_fs/buildroot/package/perl-role-tiny/
H A DConfig.in4 Roles: a nouvelle cuisine portion size slice of Moose.
/OK3568_Linux_fs/external/recovery/
H A Dnoui.c44 void ui_show_progress(float portion, int seconds) in ui_show_progress() argument
H A Dcommon.h65 void ui_show_progress(float portion, int seconds);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-portion_2.2.0.bb2 HOMEPAGE = "https://github.com/AlexandreDecan/portion"
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp15 byte I/O controller GUID portion of the 16-byte target port
34 identifier extension portion of the SRP initiator port
125 Description: Eight-byte identifier extension portion of the 16-byte target
132 Description: Eight-byte I/O controller GUID portion of the 16-byte target
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dprogressbar.py214 portion = max(int(math.ceil(width * 1. / count)), 0)
218 widget = result[index].update(self, portion)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/exynos/
H A Dexynos_dp.txt75 SOC specific portion:
88 Board Specific portion:
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Daspeed-lpc.txt17 here labeled the "host" portion of the controller, includes, but is not limited
35 configuration, therefore the host portion of the controller is exposed as a
163 in the "host" portion of the Aspeed LPC controller, which must be the parent of
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A DTODO16 * A large portion of cpqphp_ctrl.c and cpqphp_pci.c concerns resource
48 * A large portion of ibmphp_res.c and ibmphp_pci.c concerns resource
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dsubmitting-patches.rst13 1) The Documentation/ and include/dt-bindings/ portion of the patch should
40 5) The Documentation/ portion of the patch should come in the series before
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/librole/
H A Dlibrole-tiny-perl_2.002004.bb1 SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose."
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/
H A Disil,isl12026.txt5 at bus address 0x57. The canonical "reg" value will be for the RTC portion.

12345678910>>...15