/titanic_50/usr/src/cmd/refer/ |
H A D | hunt2.c | 20 int hh[50]; variable 78 hh[i] = hash(qitem[i])%nhash; in doquery() 80 fprintf(stderr, "query wd X%sX has hash %d\n", qitem[i], hh[i]); in doquery() 89 qitem[i], hh[i], hfreq[hh[i]]); in doquery() 95 fprintf(stderr, "item hash %d frq %d\n", hh[i], hfreq[hh[i]]); in doquery() 97 lp = hpt [hh[0]]; in doquery() 99 fprintf(stderr, "first item hash %d lp %ld 0%lo\n", hh[0], lp, lp); in doquery() 125 fprintf(stderr, "item %d, hash %d\n", nterm, hh[nterm]); in doquery() 136 lp = hpt[hh[nterm]]; in doquery() 140 nterm, hh[nterm], lp); in doquery() [all …]
|
/titanic_50/usr/src/cmd/sa/ |
H A D | timex.c | 214 long hh; /* number of hours */ in printt() local 222 hh = total / 60; /* ticks / hz / 60 / 60 */ in printt() 227 if (hh == 0L) { in printt() 230 (void) fprintf(stderr, "%5ld:", hh); in printt() 237 if (mm == 0L && hh == 0L) { in printt() 239 } else if (mm != 0L && hh == 0L) { in printt() 249 if (hh == 0L && mm == 0L) { in printt()
|
H A D | README | 63 sa2 [-options] [-s hh:mm] [-e hh:mm] [-i ss]
|
/titanic_50/usr/src/cmd/date/ |
H A D | date.c | 185 int hh; in setdate() local 244 hh = atoi(&date[minidx-2]); in setdate() 257 if (hh == 24) in setdate() 258 hh = 0, dd++; in setdate() 268 (hh >= 0 && hh <= 23) && (min >= 0 && min <= 59))) { in setdate() 285 clock_val += (time_t)hh; in setdate()
|
/titanic_50/usr/src/lib/libast/common/cdt/ |
H A D | dthdr.h | 44 #define htab hh._htab 45 #define head hh._head
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | init_color.c | 125 _rgb_to_hls(float r, float g, float b, int *hh, int *ll, int *ss) in _rgb_to_hls() argument 173 *hh = (int) h; in _rgb_to_hls()
|
/titanic_50/usr/src/cmd/zic/ |
H A D | zic.c | 927 long hh; local 938 if (sscanf(string, scheck(string, "%ld"), &hh) == 1) 940 else if (sscanf(string, scheck(string, "%ld:%d"), &hh, &mm) == 2) 943 &hh, &mm, &ss) != 3) { 947 if (hh < 0 || 953 if (LONG_MAX / SECSPERHOUR < hh) { 957 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0) 960 if (noise && (hh > HOURSPERDAY || 961 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) 965 return (oadd(eitol(sign) * hh * eitol(SECSPERHOUR),
|
/titanic_50/usr/src/cmd/power/ |
H A D | power.conf.sparc | 34 # Auto-Shutdown Idle(min) Start/Finish(hh:mm) Behavior
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 85 sethi %hh(.L_/**/x/**/1), %o0; \
|
/titanic_50/usr/src/lib/libm/common/C/ |
H A D | libm.h | 113 sethi %hh(.L_/**/x/**/1), %o0; \
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | cheetahasm.h | 291 sethi %hh(C_AFSR_FATAL_ERRS), scr1; \ 320 sethi %hh(C_AFSR_FATAL_ERRS), scr1; \ 476 sethi %hh(C_AFSR_FATAL_ERRS), scr1; \ 664 sethi %hh(C_AFSR_FATAL_ERRS), scr1; \
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.s | 216 srlx %i1, 42, %o2 ! get %hh(function address) 542 srlx %o1, 42, %o2 ! get %hh(function address)
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 81 } hh; member
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 81 } hh; member
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 81 } hh; member
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 81 } hh; member
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 81 } hh; member
|
/titanic_50/usr/src/common/crypto/des/sun4u/ |
H A D | des_crypt_asm.s | 2278 sethi %hh(des_enc_const),%o1
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 367 05-04-11 tm/tmxscan.c: handle yyy.mm.dd[-+.]hh.mm.ss.nnnnnn 1272 tmdate,tmgoff: handle (+|-)hh[[:]mm[[:]ss]] absolute timezone
|
/titanic_50/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 464 sethi %hh(RUNTIME_PATCH), tmp ;\
|