Lines Matching refs:uint32_t
45 constexpr uint32_t PROP_AREA_MAGIC = 0x504f5250;
46 constexpr uint32_t PROP_AREA_VERSION = 0xfc6ed0ab;
157 prop_bt* prop_area::new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off) { in new_prop_bt()
169 prop_info* prop_area::new_prop_info(const char* name, uint32_t namelen, const char* value, in new_prop_info()
170 uint32_t valuelen, uint_least32_t* const off) { in new_prop_info()
177 uint32_t long_value_offset = 0; in new_prop_info()
217 static int cmp_prop_name(const char* one, uint32_t one_len, const char* two, uint32_t two_len) { in cmp_prop_name()
226 prop_bt* prop_area::find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, in find_prop_bt()
275 const prop_info* prop_area::find_property(prop_bt* const trie, const char* name, uint32_t namelen, in find_property()
276 const char* value, uint32_t valuelen, in find_property()
285 const uint32_t substr_size = (want_subtree) ? sep - remaining_name : strlen(remaining_name); in find_property()