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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtp_h264.c68 #define MAGIC_COOKIE (0xdeadbeef) ///< Cookie for the extradata; to verify we are what we think we are, and that we haven't been freed. macro
177 assert(data->cookie == MAGIC_COOKIE);
324 data->cookie = MAGIC_COOKIE;
343 assert(data->cookie == MAGIC_COOKIE);
359 assert(h264_data->cookie == MAGIC_COOKIE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide.c265 #define MAGIC_COOKIE 0x12345678 macro
270 static unsigned long magic_cookie = MAGIC_COOKIE;
272 if (magic_cookie != MAGIC_COOKIE)

Completed in 100 milliseconds