OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c2_const_checker
(Results
1 - 1
of
1
) sorted by null
/hardware/google/av/codec2/tests/
C2_test.cpp
27
struct
c2_const_checker
struct
39
static_assert(
c2_const_checker
<min_i32_i32>::num() == 1, "should be 1");
40
static_assert(
c2_const_checker
<min_i32_i64>::num() == 2, "should be 2");
41
static_assert(
c2_const_checker
<min_i8_i32>::num() == 0xffffffff, "should be 0xffffffff");
50
static_assert(
c2_const_checker
<min_u32_u32>::num() == 1, "should be 1");
51
static_assert(
c2_const_checker
<min_u32_u64>::num() == 2, "should be 2");
52
static_assert(
c2_const_checker
<min_u32_u8>::num() == 0xff, "should be 0xff");
61
static_assert(
c2_const_checker
<max_i32_i32>::num() == 2, "should be 2");
62
static_assert(
c2_const_checker
<max_i32_i64>::num() == 3, "should be 3");
63
static_assert(
c2_const_checker
<max_i8_i32>::num() == 0xffffffff, "should be 0xffffffff")
[
all
...]
Completed in 151 milliseconds