Home
last modified time | relevance | path

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

/system/core/userboot/
A Dvdso-syms.ld.h15 PROVIDE_HIDDEN(name = ALIGN(_end, CONSTANT(MAXPAGESIZE)) + address);
/system/ulib/ddk/include/ddk/
A Ddriver.h139 #define ALIGN(a, b) ROUNDUP(a, b) macro
/system/ulib/inet6/
A Dnetifc.c33 #define ALIGN(n, a) (((n) + ((a) - 1)) & ~((a) - 1)) macro
/system/dev/ethernet/asix-88179/
A Dasix-88179.c311 offset = ALIGN(offset, 8); in ax88179_recv()
357 zx_off_t offset = ALIGN(req->header.length, 4); in ax88179_append_to_tx_req()

Completed in 12 milliseconds