Searched refs:length (Results 1 – 2 of 2) sorted by relevance
335 s32 length = 0; in CheckVf() local336 length = VFGetFileSizeByFd( vfFile ); in CheckVf()337 OSReport("filename = %s, size = %d\n", bufVfContentName, length); in CheckVf()
171 inline static void PrintBinary(const void *buffer, u32 length) in PrintBinary() argument174 for (i = 0; i < length; ++i) in PrintBinary()