Searched defs:DEC (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dnextafterl.c47 #define DEC(px) { \ macro
69 #define DEC(px) { \ macro
95 DEC(px)
100 DEC(px)
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dnextafterl.c47 #define DEC(px) { \ macro
69 #define DEC(px) { \ macro
95 DEC(px)
100 DEC(px)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnexttowardl.c47 #define DEC(px) { \ macro
69 #define DEC(px) { \ macro
95 DEC(px)
100 DEC(px)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h217 #define DEC() --__m_screen->_unget._count macro
220 #define POP() __m_screen->_unget._stack[DEC()]
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c86 /* DEC is the basic 1 character decoding function (historical algorithm) */
87 #define DEC(c) decode_table[c] macro
311 n = DEC(inbuf[0]);
430 unsigned char b0 = DEC(*(in++));
431 unsigned char b1 = DEC(*(in++));
432 unsigned char b2 = DEC(*(in++));
433 unsigned char b3 = DEC(*in);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c193 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon1377
491 base = DEC;
638 base = DEC;
691 case DEC:
/illumos-gate/usr/src/cmd/truss/
H A Dprint.h43 #define DEC 1 /* print value in decimal */ macro

Completed in 76 milliseconds