Searched refs:DATA_SIZE (Results 1 – 5 of 5) sorted by relevance
24 static constexpr auto DATA_SIZE = 8; variable26 const uint8_t data[DATA_SIZE] = {0xa0, 0xa1, 0xa2, 0xa3,39 char src[DATA_SIZE]{0}; in main()
20 static constexpr auto DATA_SIZE = 8; variable22 const uint8_t data[DATA_SIZE] = {0xa0, 0xa1, 0xa2, 0xa3,35 char src[DATA_SIZE]{0}; in main()
8 DATA_SIZE="__not_set__"83 --hash-offset=${DATA_SIZE} \
28 #define DATA_SIZE (PACKET_SIZE - sizeof(struct fastboot_header)) macro261 char fastboot_data[DATA_SIZE] = {0}; in fastboot_handler()
83 echo "DATA_SIZE=$SIZE" >> $ENV