Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/aarch32/
A Darm32_aeabi_divmod.c25 unsigned int q_n; /* specifies if quotient shall be negative */ member
92 if (qr->q_n) in uint_div_qr()
100 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_uidiv()
109 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_uidivmod()
118 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idiv()
122 qr.q_n = 1; /* quotient shall be negate */ in __aeabi_idiv()
139 struct qr qr = { .q_n = 0, .r_n = 0 }; in __aeabi_idivmod()
143 qr.q_n = 1; /* quotient shall be negate */ in __aeabi_idivmod()

Completed in 1 milliseconds