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

/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp380 uint16_t test_val = 0x2345; local
382 support::endian::write16le(test_buf.c, test_val);
384 support::endian::write16be(test_buf.c, test_val);
386 bool endian_match = test_buf.s == test_val;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dxtensa-isa.c1027 uint32 test_val, orig_val;
1084 (test_val = *valp, (*intop->decode) (&test_val)) ||
1085 test_val != orig_val)
1022 uint32 test_val, orig_val; local

Completed in 70 milliseconds