OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uval2
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/experimental/filesystem/fs.enum/
check_bitmask_types.hpp
13
UT
UVal2
= static_cast<UT>(Val2),
24
static_assert((UVal1 &
UVal2
) == 0, "");
42
static_assert(dcast(Val1 & Val2) == (UVal1 &
UVal2
), "");
45
static_assert(dcast(Val1 | Val2) == (UVal1 |
UVal2
), "");
48
static_assert(dcast(Val1 ^ Val2) == (UVal1 ^
UVal2
), "");
57
assert(dcast(eref) == (UVal1 &
UVal2
));
63
assert(dcast(eref) == (UVal1 |
UVal2
));
69
assert(dcast(eref) == (UVal1 ^
UVal2
));
/external/webrtc/webrtc/p2p/base/
stun_unittest.cc
1374
StunUInt32Attribute*
uval2
= StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME);
local
[
all
...]
/system/media/audio_utils/tests/
primitives_tests.cpp
54
uint8_t
uval2
= clamp8_from_float(float_from_u8(uval));
local
55
int diff = abs(uval -
uval2
);
Completed in 199 milliseconds