Searched refs:T (Results 1 – 7 of 7) sorted by relevance
| /lib/tests/ |
| A D | scanf_kunit.c | 174 (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 D | des.c | 517 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 D | test_dynamic_debug.c | 75 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 D | Kconfig.debug | 797 task has ever had available in the sysrq-T and sysrq-P debug output.
|
| /lib/zstd/common/ |
| A D | compiler.h | 194 # define ZSTD_ALIGNOF(T) __alignof(T) argument
|
| /lib/crypto/mips/ |
| A D | chacha-core.S | 30 #define T(n) T ## n macro
|
| /lib/crc/ |
| A D | Kconfig | 38 The CRC-ITU-T library functions. Select this if your module uses
|
Completed in 19 milliseconds