Searched refs:src2 (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dclock.h25 unsigned int src2; member in struct:s5pc100_clock
61 unsigned int src2; member in struct:s5pc110_clock
/u-boot/cmd/
H A Dbinop.c71 u8 *result, *src1, *src2; local
95 src2 = malloc(len);
103 read_from_mem(hextoul(src2arg + 1, NULL), src2, len);
105 read_from_env_var(src2arg, src2);
112 result[i] = src1[i] ^ src2[i];
116 result[i] = src1[i] | src2[i];
120 result[i] = src1[i] & src2[i];
143 free(src2);
152 "op count [*]src1 [*]src2 [[*]dest]\n"
153 " - compute binary operation of data at/in src1 and\n src2 (eithe
[all...]
/u-boot/lib/efi_loader/
H A Defi_device_path_utilities.c71 * @src2 2nd device path
76 const struct efi_device_path *src2)
78 EFI_ENTRY("%pD, %pD", src1, src2);
79 return EFI_EXIT(efi_dp_concat(src1, src2, false));
74 append_device_path( const struct efi_device_path *src1, const struct efi_device_path *src2) argument
/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c13 int avb_memcmp(const void* src1, const void* src2, size_t n) { argument
14 return memcmp(src1, src2, n);
H A Davb_sysdeps.h41 /* Compare |n| bytes in |src1| and |src2|.
45 * to match, or be greater than the first |n| bytes of |src2|. */
47 const void* src2,
/u-boot/include/linux/
H A Dbitmap.h200 const unsigned long *src2, unsigned int nbits)
203 *dst = *src1 | *src2;
205 __bitmap_or(dst, src1, src2, nbits);
199 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) argument
/u-boot/include/
H A Defi_api.h939 const struct efi_device_path *src2);

Completed in 129 milliseconds