Searched refs:size_ptr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dstdlib.c70 uint32 * size_ptr = ((uint32*)mem) - 1; local
71 FreeMem(size_ptr, *size_ptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframe.c508 id3_byte_t *size_ptr = 0, *flags_ptr = 0, *data = 0; local
529 size_ptr = *ptr;
542 if (size_ptr)
543 id3_render_syncsafe(&size_ptr, size - 10, 4);
620 if (size_ptr)
621 id3_render_syncsafe(&size_ptr, size - 10, 4);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframe.c508 id3_byte_t *size_ptr = 0, *flags_ptr = 0, *data = 0; local
529 size_ptr = *ptr;
542 if (size_ptr)
543 id3_render_syncsafe(&size_ptr, size - 10, 4);
620 if (size_ptr)
621 id3_render_syncsafe(&size_ptr, size - 10, 4);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpeg.c131 static int find_next_start_code(ByteIOContext *pb, int *size_ptr, argument
138 n = *size_ptr;
154 *size_ptr = n;
160 static int find_prev_start_code(ByteIOContext *pb, int *size_ptr)
165 max_size = *size_ptr;
188 *size_ptr = pos_start - pos;

Completed in 101 milliseconds