Searched refs:multiply_overflow (Results 1 - 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.c34 extern int multiply_overflow(int, int);
47 multiply_overflow(size + 1, sizeof(void *)))
H A Dunsquashfs.c168 int multiply_overflow(int a, int multiplier) function
182 multiply_overflow(size + 1, sizeof(void *)))
2221 multiply_overflow(processors + 3, sizeof(pthread_t)))
H A Dmksquashfs.c371 int multiply_overflow(int a, int multiplier) function
4358 if(multiply_overflow(processors, 3) ||
4359 multiply_overflow(processors * 3, sizeof(pthread_t)))

Completed in 89 milliseconds