Searched refs:SIGNED (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 65 #define SIGNED 1 macro 195 number = getnum(BASE10, width, SIGNED); in mks_vfscanf() 205 number = getnum(BASE16, width, SIGNED); in mks_vfscanf() 210 number = getnum(BASE8, width, SIGNED); in mks_vfscanf() 215 number = getnum(NOBASE, width, SIGNED); in mks_vfscanf()
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 105 %token <stt_val> FLOAT DOUBLE SIGNED UNSIGNED 275 | SIGNED 661 { "signed", SIGNED, TS_SIGNED }, in lookup_keyword()
|
/titanic_41/usr/src/cmd/sgs/rtld.4.x/ |
H A D | div.s | 103 ! RTENTRY(.div) ! SIGNED DIVIDE
|
H A D | rem.s | 102 ! RTENTRY(.rem) ! SIGNED REMAINDER
|