Lines Matching refs:UWord
833 const Addr WS = sizeof(UWord); /* 8 or 4 */ \
845 /* s and d have same UWord alignment. */ \
846 /* Pull up to a UWord boundary. */ \
851 { *(UWord*)d = *(UWord*)s; s += WS; d += WS; n -= WS; } \
872 /* s and d have same UWord alignment. */ \
873 /* Back down to a UWord boundary. */ \
878 { s -= WS; d -= WS; *(UWord*)d = *(UWord*)s; n -= WS; } \
1417 UWord nlen = 0; \
1431 UWord i; \
1466 UWord nacc = 0; \
1474 UWord i; \
1508 UWord nrej = 0; \
1511 UWord len = 0; \
1513 UWord i; \
1551 UWord nacc = 0; \
1555 UWord len = 0; \
1557 UWord i; \
1596 UWord nlen = 0; \
1610 UWord i; \