Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 6 of 6) sorted by relevance

/coreutils/src/blake2/
Dblake2-impl.h84 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()
/coreutils/src/
Dstat.c676 char *dst = pformat + 1; in make_format() local
777 char *dst = pformat; in out_epoch_sec() local
Ddigest.c589 char *dst = s; in filename_unescape() local
Ddf.c320 char *dst = cell; in replace_invalid_chars() local
Dcopy.c2079 emit_verbose (char const *src, char const *dst, char const *backup_dst_name) in emit_verbose()
Dlonglong.h229 #define ALPHA_CMPBGE_0(dst, src) \ argument