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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd.c817 void *smem_find(unsigned id, unsigned size_in) argument
826 size_in = ALIGN(size_in, 8);
827 if (size_in != size) {
829 id, size_in, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpngdec.c444 static uint8_t *iso88591_to_utf8(const uint8_t *in, size_t size_in) argument
449 for (i = 0; i < size_in; i++)
451 if (size_in == SIZE_MAX || extra > SIZE_MAX - size_in - 1)
453 q = out = av_malloc(size_in + extra + 1);
456 for (i = 0; i < size_in; i++) {

Completed in 59 milliseconds