Searched refs:otf_checksum (Results 1 – 2 of 2) sorted by relevance
234 csum+=otf_checksum(tmp,len); in otf_do_load()439 unsigned int csum=otf_checksum(ret,table->length); in otf_get_table()846 unsigned int csum=otf_checksum(data,ret-4); in otf_action_replace()851 *(unsigned int *)context=otf_checksum(data,length); in otf_action_replace()966 globalSum+=otf_checksum(start,ret); in otf_write_sfnt()
53 static inline unsigned int otf_checksum(const char *buf, unsigned int len) // {{{ in otf_checksum() function