Home
last modified time | relevance | path

Searched refs:T (Results 1 – 7 of 7) sorted by relevance

/lib/tests/
A Dscanf_kunit.c174 (is_signed_type(T) \
175 ? ((long long)(val) >= type_min(T)) && ((long long)(val) <= type_max(T)) \
181 const T expect_val = (T)(val); \
272 #define random_for_type(T) \ argument
273 ((T)(sizeof(T) <= sizeof(u32) \
341 T expect[8], result[8]; \
369 T expect[8], result[8]; \
609 T result[2] = { (T)~expect[0], (T)~expect[1] }; \
684 T got; \
705 _test_simple_strtoxx(T, fn, gen_fmt, (T)numbers[i], base); \
[all …]
/lib/crypto/
A Ddes.c517 T = L; \
521 L ^= T; \
523 T = L; \
527 L ^= T; \
529 T = L; \
533 L ^= T; \
535 T = L; \
539 L ^= T; \
541 T = L; \
545 L ^= T; \
[all …]
/lib/
A Dtest_dynamic_debug.c75 DD_SYS_WRAP(disjoint_bits, T);
82 DD_SYS_WRAP(disjoint_names, T);
89 DD_SYS_WRAP(level_num, T);
96 DD_SYS_WRAP(level_names, T);
A DKconfig.debug797 task has ever had available in the sysrq-T and sysrq-P debug output.
/lib/zstd/common/
A Dcompiler.h194 # define ZSTD_ALIGNOF(T) __alignof(T) argument
/lib/crypto/mips/
A Dchacha-core.S30 #define T(n) T ## n macro
/lib/crc/
A DKconfig38 The CRC-ITU-T library functions. Select this if your module uses

Completed in 19 milliseconds