Home
last modified time | relevance | path

Searched refs:BC_UNUSED (Results 1 – 5 of 5) sorted by relevance

/external/bc/src/
Dvm.c473 BC_UNUSED(val);
948 BC_UNUSED(promises);
949 BC_UNUSED(execpromises);
956 BC_UNUSED(path);
957 BC_UNUSED(permissions);
Drand.c237 BC_UNUSED(ptr); in bc_rand_winrand()
264 BC_UNUSED(ptr); in bc_rand_rand()
Dnum.c2170 BC_UNUSED(scale); in bc_num_place()
2187 BC_UNUSED(scale); in bc_num_left()
2202 BC_UNUSED(scale); in bc_num_right()
2702 BC_UNUSED(rdx); in bc_num_printChar()
2703 BC_UNUSED(len); in bc_num_printChar()
2704 BC_UNUSED(bslash); in bc_num_printChar()
2763 BC_UNUSED(len); in bc_num_printHex()
2764 BC_UNUSED(bslash); in bc_num_printHex()
3871 BC_UNUSED(scale); in bc_num_addReq()
3924 BC_UNUSED(scale); in bc_num_powReq()
[all …]
Dhistory.c167 BC_UNUSED(el); in bc_history_promptFunc()
/external/bc/include/
Dstatus.h159 #define BC_UNUSED(e) ((void) (e)) macro