Home
last modified time | relevance | path

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

/coreutils/src/
Dlonglong.h568 #define umul_ppmm(w1, w0, u, v) \ argument
573 w0 = __ll; \
589 #define umul_ppmm(w1, w0, u, v) \ argument
596 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
597 #define smul_ppmm(w1, w0, u, v) \ argument
604 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
899 #define umul_ppmm(w1, w0, u, v) \ argument
901 : "=a" (w0), "=d" (w1) \
1036 #define umul_ppmm(w1, w0, u, v) \ argument
1038 : "=r" (w0), "=r" (w1) \
[all …]
Dfactor.c256 # define umul_ppmm(w1, w0, u, v) \ argument
278 (w0) = (__x1 << W_TYPE_SIZE / 2) + __ll_lowpart (__x0); \
/coreutils/tests/ls/
Dw-option.sh37 ls -w0 -x -T1 a b > out || fail=1
42 TERM=xterm ls -w0 -x --color=always || fail=1
/coreutils/
DNEWS1436 ls -w0 is now interpreted as no limit on the length of the outputted line.