Home
last modified time | relevance | path

Searched refs:ivalue (Results 1 – 1 of 1) sorted by relevance

/system/core/liblog/
Dlog_event_list.c249 uint32_t ivalue; in android_log_write_float32() local
259 needed = sizeof(uint8_t) + sizeof(ivalue); in android_log_write_float32()
264 ivalue = *(uint32_t *)&value; in android_log_write_float32()
267 copy4LE(&context->storage[context->pos + 1], ivalue); in android_log_write_float32()