Searched refs:CHECK (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | percpu_test.c | 5 #define CHECK(native, pcp, expected) \ macro 36 CHECK(l, long_counter, -1); in percpu_test_init() 40 CHECK(l, long_counter, 0); in percpu_test_init() 47 CHECK(ul, ulong_counter, 1); in percpu_test_init() 51 CHECK(ul, ulong_counter, 0); in percpu_test_init() 55 CHECK(ul, ulong_counter, -1); in percpu_test_init() 62 CHECK(ul, ulong_counter, -1); in percpu_test_init() 63 CHECK(ul, ulong_counter, ULONG_MAX); in percpu_test_init() 67 CHECK(l, long_counter, 0xffffffff); in percpu_test_init() 71 CHECK(l, long_counter, (long)0x100000000LL); in percpu_test_init() [all …]
|
D | test_bitfield.c | 102 #define CHECK(tp, mask) do { \ macro 112 CHECK(u8, 0x0f); in test_variables() 113 CHECK(u8, 0xf0); in test_variables() 114 CHECK(u8, 0x38); in test_variables() 116 CHECK(u16, 0x0038); in test_variables() 117 CHECK(u16, 0x0380); in test_variables() 118 CHECK(u16, 0x3800); in test_variables() 119 CHECK(u16, 0x8000); in test_variables() 121 CHECK(u32, 0x80000000); in test_variables() 122 CHECK(u32, 0x7f000000); in test_variables() [all …]
|
/lib/zlib_inflate/ |
D | inflate.h | 40 CHECK, /* i: waiting for 32-bit check value */ enumerator
|
D | inflate.c | 400 state->mode = CHECK; in zlib_inflate() 689 case CHECK: in zlib_inflate() 729 if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) in zlib_inflate()
|