Home
last modified time | relevance | path

Searched refs:length (Results 1 – 2 of 2) sorted by relevance

/RevoEX-2.4/build/demos/nwc24demo/src/Download/
DDownload.c335 s32 length = 0; in CheckVf() local
336 length = VFGetFileSizeByFd( vfFile ); in CheckVf()
337 OSReport("filename = %s, size = %d\n", bufVfContentName, length); in CheckVf()
/RevoEX-2.4/build/demos/netdemo/src/
Dcrypto.c171 inline static void PrintBinary(const void *buffer, u32 length) in PrintBinary() argument
174 for (i = 0; i < length; ++i) in PrintBinary()