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

/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dclock.h24 unsigned int src1; member in struct:s5pc100_clock
60 unsigned int src1; member in struct:s5pc110_clock
/u-boot/cmd/
H A Dbinop.c71 u8 *result, *src1, *src2; local
94 src1 = malloc(len);
98 read_from_mem(hextoul(src1arg + 1, NULL), src1, len);
100 read_from_env_var(src1arg, src1);
112 result[i] = src1[i] ^ src2[i];
116 result[i] = src1[i] | src2[i];
120 result[i] = src1[i] & src2[i];
144 free(src1);
152 "op count [*]src1 [*]src2 [[*]dest]\n"
153 " - compute binary operation of data at/in src1 an
[all...]
/u-boot/lib/efi_loader/
H A Defi_device_path_utilities.c70 * @src1 1st device path
75 const struct efi_device_path *src1,
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|.
44 * first |n| bytes of |src1| is found, respectively, to be less than,
46 int avb_memcmp(const void* src1,
/u-boot/include/linux/
H A Dbitmap.h199 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, argument
203 *dst = *src1 | *src2;
205 __bitmap_or(dst, src1, src2, nbits);
/u-boot/include/
H A Defi_api.h938 const struct efi_device_path *src1,

Completed in 61 milliseconds