Home
last modified time | relevance | path

Searched refs:SIGNED (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c65 #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 Dparseproto.y105 %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 Ddiv.s103 ! RTENTRY(.div) ! SIGNED DIVIDE
H A Drem.s102 ! RTENTRY(.rem) ! SIGNED REMAINDER