Home
last modified time | relevance | path

Searched refs:LE64 (Results 1 – 2 of 2) sorted by relevance

/src/contrib/file/src/
H A Dsoftmagic.c82 #define LE64(p) ( \ macro
1255 p->q = CAST(uint64_t, LE64(p->hq)); in mconvert()
1290 p->q = LE64(p->hq); in mconvert()
1694 off = SEXT(sgn,64,LE64(hb)); in mget()
1769 if (do_ops(ms, m, &offset, SEXT(sgn,64,LE64(p->hq)), off)) in mget()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td1037 def LE64 : BSWAP<BPF_ALU, 64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;