HomeSort by: relevance | last modified time | path
    Searched defs:test_val (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 378 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;
BPFISelDAGToDAG.cpp 378 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;
  /src/sys/arch/macppc/dev/
platinumfb.c 414 uint8_t test_val[] = {0x34, 0x56, 0x78}; local
416 uint8_t num_elems = sizeof(test_val)/sizeof(test_val[0]);
435 out8(fbuffer + offset, test_val[i]);
440 bank[i] = fbuffer[offset] == test_val[i];
platinumfb.c 414 uint8_t test_val[] = {0x34, 0x56, 0x78}; local
416 uint8_t num_elems = sizeof(test_val)/sizeof(test_val[0]);
435 out8(fbuffer + offset, test_val[i]);
440 bank[i] = fbuffer[offset] == test_val[i];
  /src/external/gpl3/binutils/dist/bfd/
xtensa-isa.c 1028 uint32 test_val, orig_val;
1084 || (test_val = *valp, (*intop->decode) (&test_val))
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local
xtensa-isa.c 1028 uint32 test_val, orig_val;
1084 || (test_val = *valp, (*intop->decode) (&test_val))
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local
  /src/external/gpl3/binutils.old/dist/bfd/
xtensa-isa.c 1028 uint32 test_val, orig_val;
1084 || (test_val = *valp, (*intop->decode) (&test_val))
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local
xtensa-isa.c 1028 uint32 test_val, orig_val;
1084 || (test_val = *valp, (*intop->decode) (&test_val))
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local

Completed in 55 milliseconds