Searched refs:PACKETSIZE (Results 1 – 2 of 2) sorted by relevance
38 #define PACKETSIZE 16909318 macro48 unsigned char *in = malloc(PACKETSIZE); in test_overflow()58 memset(in + 2, 0xff, PACKETSIZE - 3); in test_overflow()59 in[PACKETSIZE-1] = 0x0b; in test_overflow()62 result = opus_decode(decoder, in, PACKETSIZE, out, FRAMESIZE, 0); in test_overflow()
51 #define PACKETSIZE 64 macro61 char msg[PACKETSIZE - sizeof(struct icmphdr)];