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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggparseogm.c65 uint8_t acid[5] = { 0 }; local
69 bytestream2_get_buffer(&p, acid, 4);
70 acid[4] = 0;
71 cid = strtol(acid, NULL, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggparseogm.c62 uint8_t acid[5]; local
66 bytestream_get_buffer(&p, acid, 4);
67 acid[4] = 0;
68 cid = strtol(acid, NULL, 16);

Completed in 76 milliseconds