Searched refs:unsigned_value (Results 1 – 1 of 1) sorted by relevance
216 uint64_t unsigned_value; in transform_to_db_format_one() local228 unsigned_value = strtoull( value->bv_val, &ptr, 10 ); in transform_to_db_format_one()246 if ( unsigned_value < definition->ti_int.lower.u || in transform_to_db_format_one()247 unsigned_value > definition->ti_int.upper.u ) { in transform_to_db_format_one()261 buf.be8 = unsigned_value; in transform_to_db_format_one()270 h16 = unsigned_value; in transform_to_db_format_one()280 h32 = unsigned_value; in transform_to_db_format_one()290 h64 = unsigned_value; in transform_to_db_format_one()379 uint64_t unsigned_value; in transform_from_db_format_one() local403 unsigned_value = (uint8_t)lens->be8; in transform_from_db_format_one()[all …]