Lines Matching refs:byte_value

142 	uint8_t byte_value                                        = 0;  in libfsapfs_name_hash_calculate_from_utf8_string()  local
366 byte_value = (uint8_t) ( unicode_character & 0x000000ffUL ); in libfsapfs_name_hash_calculate_from_utf8_string()
367 checksum_table_index = ( calculated_checksum ^ (uint32_t) byte_value ) & 0x000000ffUL; in libfsapfs_name_hash_calculate_from_utf8_string()
374 utf32_stream[ utf32_stream_index++ ] = byte_value; in libfsapfs_name_hash_calculate_from_utf8_string()
378 byte_value = (uint8_t) ( unicode_character & 0x000000ffUL ); in libfsapfs_name_hash_calculate_from_utf8_string()
379 checksum_table_index = ( calculated_checksum ^ (uint32_t) byte_value ) & 0x000000ffUL; in libfsapfs_name_hash_calculate_from_utf8_string()
386 utf32_stream[ utf32_stream_index++ ] = byte_value; in libfsapfs_name_hash_calculate_from_utf8_string()
390 byte_value = (uint8_t) ( unicode_character & 0x000000ffUL ); in libfsapfs_name_hash_calculate_from_utf8_string()
391 checksum_table_index = ( calculated_checksum ^ (uint32_t) byte_value ) & 0x000000ffUL; in libfsapfs_name_hash_calculate_from_utf8_string()
398 utf32_stream[ utf32_stream_index++ ] = byte_value; in libfsapfs_name_hash_calculate_from_utf8_string()
402 byte_value = (uint8_t) ( unicode_character & 0x000000ffUL ); in libfsapfs_name_hash_calculate_from_utf8_string()
403 checksum_table_index = ( calculated_checksum ^ (uint32_t) byte_value ) & 0x000000ffUL; in libfsapfs_name_hash_calculate_from_utf8_string()
409 utf32_stream[ utf32_stream_index++ ] = byte_value; in libfsapfs_name_hash_calculate_from_utf8_string()
463 uint8_t byte_value = 0; in libfsapfs_name_hash_calculate_from_utf16_string() local
687 byte_value = (uint8_t) ( unicode_character & 0x000000ffUL ); in libfsapfs_name_hash_calculate_from_utf16_string()
688 checksum_table_index = ( calculated_checksum ^ (uint32_t) byte_value ) & 0x000000ffUL; in libfsapfs_name_hash_calculate_from_utf16_string()
695 utf32_stream[ utf32_stream_index++ ] = byte_value; in libfsapfs_name_hash_calculate_from_utf16_string()
699 byte_value = (uint8_t) ( unicode_character & 0x000000ffUL ); in libfsapfs_name_hash_calculate_from_utf16_string()
700 checksum_table_index = ( calculated_checksum ^ (uint32_t) byte_value ) & 0x000000ffUL; in libfsapfs_name_hash_calculate_from_utf16_string()
707 utf32_stream[ utf32_stream_index++ ] = byte_value; in libfsapfs_name_hash_calculate_from_utf16_string()
711 byte_value = (uint8_t) ( unicode_character & 0x000000ffUL ); in libfsapfs_name_hash_calculate_from_utf16_string()
712 checksum_table_index = ( calculated_checksum ^ (uint32_t) byte_value ) & 0x000000ffUL; in libfsapfs_name_hash_calculate_from_utf16_string()
719 utf32_stream[ utf32_stream_index++ ] = byte_value; in libfsapfs_name_hash_calculate_from_utf16_string()
723 byte_value = (uint8_t) ( unicode_character & 0x000000ffUL ); in libfsapfs_name_hash_calculate_from_utf16_string()
724 checksum_table_index = ( calculated_checksum ^ (uint32_t) byte_value ) & 0x000000ffUL; in libfsapfs_name_hash_calculate_from_utf16_string()
730 utf32_stream[ utf32_stream_index++ ] = byte_value; in libfsapfs_name_hash_calculate_from_utf16_string()