Home
last modified time | relevance | path

Searched refs:copy_byte (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/tile/lib/
Dstring-endian.h41 static inline uint64_t copy_byte(uint8_t byte) in copy_byte() function
Dstrchr_64.c29 const uint64_t goal = copy_byte(c); in strchr()
Dmemchr_64.c39 goal = copy_byte(c); in memchr()
Dmemset_64.c71 v64 = copy_byte(c); in memset()
/linux-4.1.27/lib/
Ddecompress_unlzma.c330 static inline int INIT copy_byte(struct writer *wr, uint32_t offs) in copy_byte() function
339 if (copy_byte(wr, rep0)) in copy_bytes()
422 return copy_byte(wr, cst->rep0); in process_bit1()