Searched refs:guint32_from_le (Results 1 – 3 of 3) sorted by relevance
52 start = guint32_from_le (item->key_start); in gvdb_table_item_get_key()70 start = guint32_from_le (pointer->start); in gvdb_table_dereference()71 end = guint32_from_le (pointer->end); in gvdb_table_dereference()97 n_bloom_words = guint32_from_le (header->n_bloom_words); in gvdb_table_setup_root()98 n_buckets = guint32_from_le (header->n_buckets); in gvdb_table_setup_root()159 guint32_from_le (header->version) == 0) in gvdb_table_new_from_bytes()164 guint32_from_le (header->version) == 0) in gvdb_table_new_from_bytes()237 return (guint32_from_le (file->bloom_words[word]) & mask) == mask; in gvdb_table_bloom_filter()260 parent = guint32_from_le (item->parent); in gvdb_table_check_name()293 itemno = guint32_from_le (file->hash_buckets[bucket]); in gvdb_table_lookup()[all …]
67 static inline guint32 guint32_from_le (guint32_le value) { in guint32_from_le() function
386 g_assert (index == guint32_from_le (item->assigned_index)); in file_builder_add_hash()