Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dload.c579 a_b[3] = ACK_TYPE; in send_ack()
580 a_b[4] = '\0'; in send_ack()
581 a_b[4] = tochar(chk1(&a_b[1])); in send_ack()
582 a_b[5] = his_eol; in send_ack()
583 a_b[6] = '\0'; in send_ack()
593 a_b[4] = '\0'; in send_nack()
594 a_b[4] = tochar(chk1(&a_b[1])); in send_nack()
595 a_b[5] = his_eol; in send_nack()
596 a_b[6] = '\0'; in send_nack()
763 a_b[3] = ACK_TYPE; in handle_send_packet()
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dstruct-member-name-clash.json2 # Reject members that clash when mapped to C names (we would have two 'a_b'
5 { 'struct': 'Oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }
H A Dalternate-clash.json4 # union members a_b.
7 'data': { 'a-b': 'bool', 'a_b': 'int' } }
H A Dstruct-member-name-clash.err2 struct-member-name-clash.json:5: member 'a_b' collides with member 'a-b'
H A Dalternate-clash.err2 alternate-clash.json:6: name of 'data' member 'a_b' must not use uppercase or '_'
H A Dqapi-schema-test.json80 # by intentionally using two branches that both have a C member 'a_b'
82 'data': { 'boolean': 'bool', '*a_b': 'int' } }
H A Dqapi-schema-test.out73 member a_b: int optional=True
/openbmc/qemu/tests/unit/
H A Dtest-clone-visitor.c117 g_assert_cmpint(dst->u.value1.a_b, ==, 0); in test_clone_complex1()
136 src->alt->u.udfu.u.value3.a_b = true; in test_clone_complex2()
147 g_assert_cmpint(dst->alt->u.udfu.u.value3.a_b, ==, true); in test_clone_complex2()