Home
last modified time | relevance | path

Searched defs:w (Results 1 – 8 of 8) sorted by relevance

/coreutils/src/blake2/
Dblake2-impl.h40 uint32_t w; in load32() local
55 uint64_t w; in load64() local
74 uint16_t w; in load16() local
84 static BLAKE2_INLINE void store16( void *dst, uint16_t w ) in store16()
95 static BLAKE2_INLINE void store32( void *dst, uint32_t w ) in store32()
108 static BLAKE2_INLINE void store64( void *dst, uint64_t w ) in store64()
136 static BLAKE2_INLINE void store48( void *dst, uint64_t w ) in store48()
147 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32()
152 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
/coreutils/src/
Dfmt.c778 check_punctuation (WORD *w) in check_punctuation()
798 WORD *w; in flush_paragraph() local
861 WORD *start, *w; in fmt_paragraph() local
976 WORD *w; in put_paragraph() local
987 put_line (WORD *w, int indent) in put_line()
1011 put_word (WORD *w) in put_word()
Dseq.c386 int w = width; in get_default_format() local
Dwc.c402 struct wc_lines w = wc_lines (fd); in wc() local
Dbasenc.c1247 intmax_t w; in main() local
Dstat.c774 int w = w_d - precision; in out_epoch_sec() local
Dls.c4503 size_t w = print_name_with_quoting (f, false, &dired_obstack, p - buf); in print_long_format() local
4617 int w; in quote_name_buf() local
/coreutils/gl/lib/
Drandread.c94 isaac_word w[ISAAC_WORDS]; member