Searched refs:_ (Results 1 – 9 of 9) sorted by relevance
/lib/ |
D | vsprintf.c | 164 #define _(x) (__force u16) cpu_to_le16(((x % 10) | ((x / 10) << 8)) + 0x3030) macro 165 _( 0), _( 1), _( 2), _( 3), _( 4), _( 5), _( 6), _( 7), _( 8), _( 9), 166 _(10), _(11), _(12), _(13), _(14), _(15), _(16), _(17), _(18), _(19), 167 _(20), _(21), _(22), _(23), _(24), _(25), _(26), _(27), _(28), _(29), 168 _(30), _(31), _(32), _(33), _(34), _(35), _(36), _(37), _(38), _(39), 169 _(40), _(41), _(42), _(43), _(44), _(45), _(46), _(47), _(48), _(49), 170 _(50), _(51), _(52), _(53), _(54), _(55), _(56), _(57), _(58), _(59), 171 _(60), _(61), _(62), _(63), _(64), _(65), _(66), _(67), _(68), _(69), 172 _(70), _(71), _(72), _(73), _(74), _(75), _(76), _(77), _(78), _(79), 173 _(80), _(81), _(82), _(83), _(84), _(85), _(86), _(87), _(88), _(89), [all …]
|
D | build_OID_registry | 122 $hash += $_ * 33; 138 print C_FILE $_, ", " foreach (@octets); 183 printf C_FILE "%02x", $_ foreach (@octets);
|
D | atomic64_test.c | 24 atomic##bit##_##op(val, &v); \ 49 BUG_ON(atomic##bit##_##op(val, &v) != r); \ 58 BUG_ON(atomic##bit##_##op(val, &v) != v0); \ 75 BUG_ON(atomic##bit##_##op(&v, ##args) != ret); \
|
D | test_stackinit.c | 166 var_type var INIT_ ## which ## _ ## init_level; \ 242 DEFINE_TEST(name ## _ ## init, name, SCALAR, init) 252 DEFINE_TEST(name ## _ ## init, \
|
D | test_static_keys.c | 42 static bool key ## _ ## branch(void) \
|
D | locking-selftest.c | 1194 dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \ 1199 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
|
D | Kconfig.debug | 138 fs/aio.c:222 [aio]__put_ioctx =_ "__put_ioctx:\040freeing\040%p\012" 139 fs/aio.c:248 [aio]ioctx_alloc =_ "ENOMEM:\040nr_events\040too\040high\012" 140 fs/aio.c:1770 [aio]sys_io_cancel =_ "calling\040cancel\012"
|
/lib/raid6/ |
D | s390vx.uc | 60 typedef struct { u8 _[16 * $#]; } addrtype; 70 typedef struct { u8 _[16 * $#]; } addrtype;
|
D | recov_s390xc.c | 14 typedef struct { u8 _[256]; } addrtype; in xor_block() member
|