Searched refs:numBytes (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dwatermark.c82 int numBytes; member in struct:__anon762
574 ci->numBytes = avpicture_get_size(PIX_FMT_RGB32, ci->pCodecCtx->width,
576 ci->buffer = av_malloc(ci->numBytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp49 void ZeroMem(void *theMemPtr,const unsigned long numBytes);
H A DCPStringUtils.cpp1212 void ZeroMem(void *theMemPtr,const unsigned long numBytes) argument
1220 theNumBytes = numBytes;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp49 void ZeroMem(void *theMemPtr,const unsigned long numBytes);
H A DCPStringUtils.cpp1212 void ZeroMem(void *theMemPtr,const unsigned long numBytes) argument
1220 theNumBytes = numBytes;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.c1319 int numBytes; local
1342 numBytes = karg.hdr.maxDataSize - sizeof(mpt_ioctl_header);
1343 maxWordsLeft = numBytes/sizeof(int);
1366 pmem = kmalloc(numBytes, GFP_KERNEL);
1372 memset(pmem, 0, numBytes);
1408 if (copy_to_user(uarg->targetInfo, pmem, numBytes)) {
1580 int numBytes, maxEvents, max; local
1597 numBytes = karg.hdr.maxDataSize - sizeof(mpt_ioctl_header);
1598 maxEvents = numBytes/sizeof(MPT_IOCTL_EVENTS);
1614 numBytes
[all...]

Completed in 143 milliseconds