Changeset ee3b6150 in mainline for uspace/lib/ext4/libext4_hash.c
- Timestamp:
- 2012-04-23T16:01:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc03679
- Parents:
- 6773ff3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_hash.c
r6773ff3 ree3b6150 227 227 } 228 228 229 230 /** Compute hash value of the string. 231 * 232 * @param hinfo hash info structure with information about 233 * the algorithm, hash seed and with the place 234 * for the output hash value 235 * @param len length of the name 236 * @param name name to be hashed 237 * @return error code 238 */ 229 239 int ext4_hash_string(ext4_hash_info_t *hinfo, int len, const char *name) 230 240 {
Note:
See TracChangeset
for help on using the changeset viewer.