Searched refs:test_val (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 378 uint16_t test_val = 0x2345; in getConstantFieldValue() local 380 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue() 382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue() 384 bool endian_match = test_buf.s == test_val; in getConstantFieldValue()
|
/netbsd-src/sys/arch/macppc/dev/ |
H A D | platinumfb.c | 414 uint8_t test_val[] = {0x34, 0x56, 0x78}; in platinumfb_memory_size() local 416 uint8_t num_elems = sizeof(test_val)/sizeof(test_val[0]); in platinumfb_memory_size() 435 out8(fbuffer + offset, test_val[i]); in platinumfb_memory_size() 440 bank[i] = fbuffer[offset] == test_val[i]; in platinumfb_memory_size()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | xtensa-isa.c | 1011 uint32 test_val, orig_val; in xtensa_operand_encode() local 1067 || (test_val = *valp, (*intop->decode) (&test_val)) in xtensa_operand_encode() 1068 || test_val != orig_val) in xtensa_operand_encode()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | xtensa-isa.c | 1023 uint32 test_val, orig_val; in xtensa_operand_encode() local 1079 || (test_val = *valp, (*intop->decode) (&test_val)) in xtensa_operand_encode() 1080 || test_val != orig_val) in xtensa_operand_encode()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test.c | 981 static int test_val(isl_ctx *ctx) in test_val() function 10905 { "val", &test_val },
|