/u-boot/lib/zlib/ |
A D | inflate.c | 103 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 D | mmc.c | 59 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 D | crt0_ia32_efi.S | 18 pushl 12(%ebp) # copy "image" argument 19 pushl 8(%ebp) # copy "systab" argument
|
/u-boot/doc/sphinx/ |
A D | load_config.py | 49 config = namespace.copy() 55 config = namespace.copy()
|
/u-boot/arch/arm/dts/ |
A D | kirkwood-ib62x0.dts | 43 pmx_button_usb_copy: pmx-button-usb-copy { 66 copy { 93 usb-copy {
|
A D | sun7i-a20-primo73.dts | 19 * 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 D | axp152.dtsi | 24 * obtaining a copy of this software and associated documentation 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
A D | axp809.dtsi | 24 * obtaining a copy of this software and associated documentation 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
A D | imx6ul-isiot-nand.dts | 22 * obtaining a copy of this software and associated documentation 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
A D | sun5i-r8.dtsi | 25 * obtaining a copy of this software and associated documentation 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
A D | sun7i-a20-mk808c.dts | 21 * 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 D | armada-372x.dtsi | 27 * obtaining a copy of this software and associated documentation 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
/u-boot/Licenses/ |
A D | mit.txt | 4 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 D | lgpl-2.1.txt | 6 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 D | lgpl-2.0.txt | 6 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 D | x11.txt | 4 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 D | gpl-2.0.txt | 6 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 D | Kconfig | 10 next-generation Linux file system based on the copy-on-write
|
/u-boot/board/gdsys/p1022/ |
A D | sdhc_boot.c | 35 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() argument
|
/u-boot/doc/ |
A D | README.arm-relocation | 43 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 D | rbtree_augmented.h | 27 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 D | unicode_ut.c | 72 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 D | sdhc_boot.c | 20 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 D | config.mk | 29 $(call if_changed,copy)
|
/u-boot/lib/libfdt/ |
A D | README | 19 * GPL - U-Boot comes with a copy of the GPL license
|