Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/u-boot/Licenses/
A DOFL.txt25 fonts, including any derivative works, can be bundled, embedded,
26 redistributed and/or sold with any software provided that any reserved
28 however, cannot be released under any other type of license. The
30 to any document created using the fonts or their derivatives.
37 "Reserved Font Name" refers to any names specified as such after the
48 "Author" refers to any designer, engineer, programmer, technical
57 1) Neither the Font Software nor any of its individual components,
61 redistributed and/or sold with any software, provided that each copy
73 Software shall not be used to promote, endorse or advertise any
80 distributed under any other license. The requirement for fonts to
[all …]
A Dibm-pibs.txt3 copyrights to use it in any way he or she deems fit, including
10 any consequences resulting from the use of this software.
12 Any person who transfers this source code or any derivative work
A Dgpl-2.0.txt16 Foundation's software and to any other program whose authors commit to
50 Finally, any free program is threatened constantly by software
66 means either the Program or any derivative work under copyright law:
80 source code as you receive it, in any medium, provided that you
84 and give any other recipients of the Program a copy of this License
96 stating that you changed the files and the date of any change.
99 whole or in part contains or is derived from the Program or any
143 years, to give any third party, for a charge no more than your
184 modifying or distributing the Program (or any work based on the
192 these terms and conditions. You may not impose any further
[all …]
A Dlgpl-2.0.txt20 specially designated Free Software Foundation software, and to any
55 Finally, any free program is threatened constantly by software
105 0. This License Agreement applies to any software library which
117 Library" means either the Library or any derivative work under
157 stating that you changed the files and the date of any change.
172 application. Therefore, Subsection 2d requires that any
227 5. A program that contains no derivative of any portion of the
298 Library" must include any data and utility programs needed for
320 based on the Library, uncombined with any other library
340 modifying or distributing the Library (or any work based on the
[all …]
A Dlgpl-2.1.txt60 any free program. We wish to make sure that a company cannot
63 any patent license obtained for a version of the library must be
128 The "Library", below, refers to any such software library or work
130 Library" means either the Library or any derivative work under
170 stating that you changed the files and the date of any change.
185 application. Therefore, Subsection 2d requires that any
240 5. A program that contains no derivative of any portion of the
319 Library" must include any data and utility programs needed for
341 based on the Library, uncombined with any other library
361 modifying or distributing the Library (or any work based on the
[all …]
/u-boot/lib/
A Dsscanf.c38 int neg, any; member
62 int neg, any, cutlim; in str_to_int_convert() local
124 for (acc = 0, any = 0;; c = *s++) { in str_to_int_convert()
135 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in str_to_int_convert()
136 any = -1; in str_to_int_convert()
138 any = 1; in str_to_int_convert()
144 info->any = any; in str_to_int_convert()
175 if (info->any < 0) in strtoq()
180 *endptr = __DECONST(char *, info->any ? s - 1 : nptr); in strtoq()
210 if (info->any < 0) in strtouq()
[all …]
/u-boot/arch/arm/dts/
A Domap3-cpu-thermal.dtsi7 * version 2. This program is licensed "as is" without any warranty of any
A Ddra7-dspeve-thermal.dtsi7 * version 2. This program is licensed "as is" without any warranty of any
A Ddra7-iva-thermal.dtsi7 * version 2. This program is licensed "as is" without any warranty of any
A Domap5-core-thermal.dtsi8 * version 2. This program is licensed "as is" without any warranty of any
A Domap5-gpu-thermal.dtsi8 * version 2. This program is licensed "as is" without any warranty of any
A Domap4-cpu-thermal.dtsi8 * version 2. This program is licensed "as is" without any warranty of any
A Domap443x.dtsi7 * version 2. This program is licensed "as is" without any warranty of any
A Domap34xx.dtsi7 * version 2. This program is licensed "as is" without any warranty of any
/u-boot/doc/
A DREADME.serial_multi17 *) The console can be switched to SCC by any of the following commands:
23 *) The console can be switched to SMC by any of the following commands:
46 *) The console can be switched to UART1 by any of the following commands:
51 *) The console can be switched to UART0 by any of the following commands:
A DREADME.omap-ulpi-viewport4 any ulpi phy port access on omap platform.
8 any ulpi phy commands should be passsed using this
A DREADME.kwbimage49 any other information in this file is treated as invalid.
60 NAND_PAGE_SIZE any uint16_t hex value
61 SATA_PIO_MODE any uint32_t hex value
62 DDR_INIT_DELAY any uint32_t hex value
A DREADME.memory-test6 before looking for any other potential causes of any problems.
30 takes a _long_ time before there is any significance in the fact
33 - It is difficult to configure, and to use. And any errors here
80 aware of any freely available code that implements a generic, and
86 controller), varying RAM use, etc. to trigger any weak spots in this
95 Note 2: Ironically enough, the "test_burst" did not catch any RAM
/u-boot/doc/device-tree-bindings/sysinfo/
A Dsysinfo.txt9 - compatible: any suitable string where the driver is in the UCLASS_SYSINFO
/u-boot/doc/device-tree-bindings/pinctrl/
A Dmarvell,armada-apn806-pinctrl.txt2 Function 0x0 for any MPP ID activates GPIO pin mode
/u-boot/board/broadcom/bcmns3/
A DKconfig20 command or any other commands specific to NS3 platform.
/u-boot/drivers/usb/emul/
A DKconfig7 stack on sandbox without needing a real device, or any host machine
/u-boot/scripts/coccinelle/null/
A Dkmerr.cocci36 position any withtest.p;
52 position any withtest.p;
/u-boot/fs/jffs2/
A DLICENCE8 Software Foundation; either version 2 or (at your option) any later
28 This exception does not invalidate any other reasons why a work based on
/u-boot/scripts/
A DKbuild.include230 # if_changed - execute command if any prerequisite is newer than
254 # Find any prerequisites that is newer than target or that does not exist.
256 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
260 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
266 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
274 # Will check if $(cmd_foo) or any of the prerequisites changed,
276 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
303 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \

Completed in 245 milliseconds

12345678910>>...21