Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/u-boot/lib/zlib/
A Dinflate.c103 unsigned copy, dist; in updatewindow() local
131 if (dist > copy) dist = copy; in updatewindow()
133 copy -= dist; in updatewindow()
134 if (copy) { in updatewindow()
135 zmemcpy(state->window, strm->next_out - copy, copy); in updatewindow()
455 if (copy > have) copy = have; in inflate()
596 if (copy > have) copy = have; in inflate()
597 if (copy > left) copy = left; in inflate()
824 copy = state->offset - copy; in inflate()
831 if (copy > state->length) copy = state->length; in inflate()
[all …]
/u-boot/env/
A Dmmc.c59 static inline s64 mmc_offset(int copy) in mmc_offset() argument
88 if (copy) { in mmc_offset()
96 static inline s64 mmc_offset(int copy) in mmc_offset() argument
101 if (copy) in mmc_offset()
110 s64 offset = mmc_offset(copy); in mmc_get_env_addr()
195 int ret, copy = 0; in env_mmc_save() local
210 copy = 1; in env_mmc_save()
256 int ret, copy = 0; in env_mmc_erase() local
266 if (mmc_get_env_addr(mmc, copy, &offset)) in env_mmc_erase()
272 copy = 1; in env_mmc_erase()
[all …]
/u-boot/arch/x86/lib/
A Dcrt0_ia32_efi.S18 pushl 12(%ebp) # copy "image" argument
19 pushl 8(%ebp) # copy "systab" argument
/u-boot/doc/sphinx/
A Dload_config.py49 config = namespace.copy()
55 config = namespace.copy()
/u-boot/arch/arm/dts/
A Dkirkwood-ib62x0.dts43 pmx_button_usb_copy: pmx-button-usb-copy {
66 copy {
93 usb-copy {
A Dsun7i-a20-primo73.dts19 * You should have received a copy of the GNU General Public
27 * obtaining a copy of this software and associated documentation
30 * copy, modify, merge, publish, distribute, sublicense, and/or
A Daxp152.dtsi24 * obtaining a copy of this software and associated documentation
27 * copy, modify, merge, publish, distribute, sublicense, and/or
A Daxp809.dtsi24 * obtaining a copy of this software and associated documentation
27 * copy, modify, merge, publish, distribute, sublicense, and/or
A Dimx6ul-isiot-nand.dts22 * obtaining a copy of this software and associated documentation
25 * copy, modify, merge, publish, distribute, sublicense, and/or
A Dsun5i-r8.dtsi25 * obtaining a copy of this software and associated documentation
28 * copy, modify, merge, publish, distribute, sublicense, and/or
A Dsun7i-a20-mk808c.dts21 * You should have received a copy of the GNU General Public
29 * obtaining a copy of this software and associated documentation
32 * copy, modify, merge, publish, distribute, sublicense, and/or
A Darmada-372x.dtsi27 * obtaining a copy of this software and associated documentation
30 * copy, modify, merge, publish, distribute, sublicense, and/or
/u-boot/Licenses/
A Dmit.txt4 Permission is hereby granted, free of charge, to any person obtaining a copy
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
A Dlgpl-2.1.txt6 Everyone is permitted to copy and distribute verbatim copies
50 permission to copy, distribute and/or modify the library.
150 1. You may copy and distribute verbatim copies of the Library's
152 you conspicuously and appropriately publish on each copy an
155 warranty; and distribute a copy of this License along with the
163 of it, thus forming a work based on the Library, and copy and
222 subsequent copies and derivative works made from that copy.
227 4. You may copy and distribute the Library (or a portion or
238 compelled to copy the source along with the object code.
316 materials or that you have already sent this user a copy.
[all …]
A Dlgpl-2.0.txt6 Everyone is permitted to copy and distribute verbatim copies
46 permission to copy, distribute and/or modify the library.
137 1. You may copy and distribute verbatim copies of the Library's
139 you conspicuously and appropriately publish on each copy an
142 warranty; and distribute a copy of this License along with the
150 of it, thus forming a work based on the Library, and copy and
209 subsequent copies and derivative works made from that copy.
214 4. You may copy and distribute the Library (or a portion or
225 compelled to copy the source along with the object code.
295 materials or that you have already sent this user a copy.
[all …]
A Dx11.txt4 Permission is hereby granted, free of charge, to any person obtaining a copy of
7 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
A Dgpl-2.0.txt6 Everyone is permitted to copy and distribute verbatim copies
40 (2) offer you this license which gives you legal permission to copy,
79 1. You may copy and distribute verbatim copies of the Program's
81 conspicuously and appropriately publish on each copy an appropriate
84 and give any other recipients of the Program a copy of this License
91 of it, thus forming a work based on the Program, and copy and
145 machine-readable copy of the corresponding source code, to be
167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
170 compelled to copy the source along with the object code.
[all …]
/u-boot/fs/btrfs/
A DKconfig10 next-generation Linux file system based on the copy-on-write
/u-boot/board/gdsys/p1022/
A Dsdhc_boot.c35 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() argument
/u-boot/doc/
A DREADME.arm-relocation43 For boards which boot from spl, it is possible to save one copy
53 d) this initialize CPU, RAM, ... and copy itself to RAM
56 e) there it copy u-boot to CONFIG_SYS_NAND_U_BOOT_DST and
59 the relocation address and copy itself to it
93 where it has to copy and relocate itself to this address. If
96 to copy, just go on with bss clear and jump to board_init_r.
/u-boot/include/linux/
A Drbtree_augmented.h27 void (*copy)(struct rb_node *old, struct rb_node *new); member
160 augment->copy(node, successor); in __rb_erase_augmented()
184 augment->copy(node, successor); in __rb_erase_augmented()
/u-boot/test/
A Dunicode_ut.c72 u16 *copy = u16_strdup(c4); in unicode_test_u16_strdup() local
74 ut_assert(copy != c4); in unicode_test_u16_strdup()
75 ut_asserteq_mem(copy, c4, sizeof(c4)); in unicode_test_u16_strdup()
76 free(copy); in unicode_test_u16_strdup()
85 u16 copy[10]; in unicode_test_u16_strcpy() local
87 r = u16_strcpy(copy, c1); in unicode_test_u16_strcpy()
88 ut_assert(r == copy); in unicode_test_u16_strcpy()
89 ut_asserteq_mem(copy, c1, sizeof(c1)); in unicode_test_u16_strcpy()
/u-boot/board/freescale/common/
A Dsdhc_boot.c20 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() argument
/u-boot/arch/arm/mach-stm32mp/
A Dconfig.mk29 $(call if_changed,copy)
/u-boot/lib/libfdt/
A DREADME19 * GPL - U-Boot comes with a copy of the GPL license

Completed in 29 milliseconds

12345678910>>...15