Searched refs:N_ALIGN (Results 1 – 3 of 3) sorted by relevance
61 #define N_ALIGN(ex,x) \ macro85 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))94 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))98 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
47 #define N_ALIGN(n) (-((-(n)) & (-8UL))) macro128 nextra = N_ALIGN(pconf->extra.len); in libusb_get_config_descriptor()133 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()138 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()146 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()151 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()164 nextra = N_ALIGN(nextra); in libusb_get_config_descriptor()196 pextra += N_ALIGN(pconfd->extra_length); in libusb_get_config_descriptor()236 pextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()253 pextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
412 hdr->text = N_ALIGN(ex, hdr->text); in puthdr()414 hdr->data = N_ALIGN(ex, hdr->data); in puthdr()418 hdr->size = N_ALIGN(ex, sizeof(ex)); in puthdr()