Searched refs:len (Results 1 – 2 of 2) sorted by relevance
37 int len = *from++; in bcpl_strcpy() local39 while (len) in bcpl_strcpy()42 len--; in bcpl_strcpy()53 int len = *string++; in bstr_print() local58 while (len) in bstr_print()61 len--; in bstr_print()
45 static inline u32 efi_crc32(const void *buf, u32 len) in efi_crc32() argument47 return crc32(0, buf, len); in efi_crc32()
Completed in 8 milliseconds