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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmisc.h154 inline void memcpy_s(void *dest, size_t sizeInBytes, const void *src, size_t count) argument
156 if (count > sizeInBytes)
161 inline void memmove_s(void *dest, size_t sizeInBytes, const void *src, size_t count) argument
163 if (count > sizeInBytes)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzFind.c154 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); local
155 if (sizeInBytes / sizeof(CLzRef) != num)
157 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);

Completed in 83 milliseconds