Searched refs:_ (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | vsprintf.c | 153 #define _(x) (__force u16) cpu_to_le16(((x % 10) | ((x / 10) << 8)) + 0x3030) macro 154 _( 0), _( 1), _( 2), _( 3), _( 4), _( 5), _( 6), _( 7), _( 8), _( 9), 155 _(10), _(11), _(12), _(13), _(14), _(15), _(16), _(17), _(18), _(19), 156 _(20), _(21), _(22), _(23), _(24), _(25), _(26), _(27), _(28), _(29), 157 _(30), _(31), _(32), _(33), _(34), _(35), _(36), _(37), _(38), _(39), 158 _(40), _(41), _(42), _(43), _(44), _(45), _(46), _(47), _(48), _(49), 159 _(50), _(51), _(52), _(53), _(54), _(55), _(56), _(57), _(58), _(59), 160 _(60), _(61), _(62), _(63), _(64), _(65), _(66), _(67), _(68), _(69), 161 _(70), _(71), _(72), _(73), _(74), _(75), _(76), _(77), _(78), _(79), 162 _(80), _(81), _(82), _(83), _(84), _(85), _(86), _(87), _(88), _(89), [all …]
|
D | build_OID_registry | 126 $hash += $_ * 33; 142 print C_FILE $_, ", " foreach (@octets); 187 printf C_FILE "%02x", $_ foreach (@octets);
|
D | atomic64_test.c | 27 atomic##bit##_##op(val, &v); \
|
D | locking-selftest.c | 1023 dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \ 1028 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
|
D | Kconfig.debug | 88 fs/aio.c:222 [aio]__put_ioctx =_ "__put_ioctx:\040freeing\040%p\012" 89 fs/aio.c:248 [aio]ioctx_alloc =_ "ENOMEM:\040nr_events\040too\040high\012" 90 fs/aio.c:1770 [aio]sys_io_cancel =_ "calling\040cancel\012"
|