Home
last modified time | relevance | path

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

/freebsd/contrib/libdiff/lib/
H A Ddiff_atomize_text.c35 diff_atom_hash_update(unsigned int hash, unsigned char atom_byte) in diff_atom_hash_update() argument
37 return hash * 23 + atom_byte; in diff_atom_hash_update()
/freebsd/contrib/libdiff/include/
H A Ddiff_main.h45 diff_atom_hash_update(unsigned int hash, unsigned char atom_byte);