Searched refs:uint16_value (Results 1 – 7 of 7) sorted by relevance
444 uint16_t uint16_value) /**< value pushed onto the stack */ in parser_stack_push_uint16() argument453 page_p->bytes[context_p->stack.last_position++] = (uint8_t) (uint16_value >> 8); in parser_stack_push_uint16()454 page_p->bytes[context_p->stack.last_position++] = (uint8_t) uint16_value; in parser_stack_push_uint16()455 context_p->stack_top_uint8 = (uint8_t) uint16_value; in parser_stack_push_uint16()459 parser_stack_push_uint8 (context_p, (uint8_t) (uint16_value >> 8)); in parser_stack_push_uint16()460 parser_stack_push_uint8 (context_p, (uint8_t) uint16_value); in parser_stack_push_uint16()
619 void parser_stack_push_uint16 (parser_context_t *context_p, uint16_t uint16_value);
127 dbus_uint16_t uint16_value; member
892 dbus_message_iter_get_basic(iter, &entry->uint16_value); in _wpa_dbus_dict_fill_value_from_variant()894 __func__, entry->uint16_value); in _wpa_dbus_dict_fill_value_from_variant()
1284 uint16_t uint16_value; /**< a 16-bit value */ in jerry_debugger_send_configuration() member1288 endian_data.uint16_value = 1; in jerry_debugger_send_configuration()