Searched refs:A (Results 1 – 4 of 4) sorted by relevance
| /include/ |
| A D | signatures.h | 22 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument 38 #define SIGNATURE_32(A, B, C, D) \ argument 39 (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16)) 59 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument 60 (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
|
| /include/env/phytec/ |
| A D | rauc.env | 14 echo Booting RAUC A/B system; 24 echo Found valid slot A, ${BOOT_system0_LEFT} attempts remaining;
|
| /include/test/ |
| A D | test.h | 154 ll_entry_declare(struct unit_test, A ## _name, ut_ ## _suite) = { \
|
| /include/env/adi/ |
| A D | adi_boot.env | 2 * A target board needs to set these variables for the commands below to work:
|
Completed in 12 milliseconds