Searched refs:test_val (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp378 uint16_t test_val = 0x2345; local
380 support::endian::write16le(test_buf.c, test_val);
382 support::endian::write16be(test_buf.c, test_val);
384 bool endian_match = test_buf.s == test_val;

Completed in 46 milliseconds