Searched refs:tot_len (Results 1 - 2 of 2) sorted by relevance

/device/google/contexthub/util/stm32_flash/
H A Dflash.c47 static inline size_t tot_len(ssize_t length) function
226 buffer = calloc(tot_len(buf.st_size), 1);
252 tot_len(length), buffer);
301 buffer = calloc(tot_len(length), 1);
303 tot_len(length), buffer);
305 crc = stm32f4_crc32(buffer, tot_len(length));
306 if (fwrite(buffer, 1, tot_len(length), file) < tot_len(length))
/device/generic/goldfish/dhcp/common/
H A Dsocket.cpp178 ip.tot_len = htons(sizeof(ip) + sizeof(udp) + message.size());

Completed in 7 milliseconds