Searched refs:test_val (Results 1 – 2 of 2) sorted by relevance
71 def TestFlag(flag, test_val, default_val): argument75 SetEnvVar(env_var, test_val)76 AssertEq(test_val, GetFlag(flag))
375 uint16_t test_val = 0x2345; in getConstantFieldValue() local377 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue()379 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()381 bool endian_match = test_buf.s == test_val; in getConstantFieldValue()