/illumos-gate/usr/src/cmd/refer/ |
H A D | hunt2.c | 18 int hh[50]; variable 76 hh[i] = hash(qitem[i])%nhash; in doquery() 78 fprintf(stderr, "query wd X%sX has hash %d\n", qitem[i], hh[i]); in doquery() 87 qitem[i], hh[i], hfreq[hh[i]]); in doquery() 93 fprintf(stderr, "item hash %d frq %d\n", hh[i], hfreq[hh[i]]); in doquery() 95 lp = hpt [hh[0]]; in doquery() 97 fprintf(stderr, "first item hash %d lp %ld 0%lo\n", hh[0], lp, lp); in doquery() 123 fprintf(stderr, "item %d, hash %d\n", nterm, hh[nterm]); in doquery() 134 lp = hpt[hh[nterm]]; in doquery() 138 nterm, hh[nterm], lp); in doquery() [all …]
|
/illumos-gate/usr/src/cmd/sa/ |
H A D | timex.c | 212 long hh; /* number of hours */ in printt() local 220 hh = total / 60; /* ticks / hz / 60 / 60 */ in printt() 225 if (hh == 0L) { in printt() 228 (void) fprintf(stderr, "%5ld:", hh); in printt() 235 if (mm == 0L && hh == 0L) { in printt() 237 } else if (mm != 0L && hh == 0L) { in printt() 247 if (hh == 0L && mm == 0L) { in printt()
|
H A D | README | 63 sa2 [-options] [-s hh:mm] [-e hh:mm] [-i ss]
|
/illumos-gate/usr/src/cmd/date/ |
H A D | date.c | 223 int hh; in setdate() local 282 hh = atoi(&date[minidx-2]); in setdate() 295 if (hh == 24) in setdate() 296 hh = 0, dd++; in setdate() 306 (hh >= 0 && hh <= 23) && (min >= 0 && min <= 59))) { in setdate() 323 clock_val += (time_t)hh; in setdate()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | init_color.c | 123 _rgb_to_hls(float r, float g, float b, int *hh, int *ll, int *ss) in _rgb_to_hls() argument 171 *hh = (int) h; in _rgb_to_hls()
|
/illumos-gate/usr/src/cmd/zic/ |
H A D | zic.c | 929 long hh; local 940 if (sscanf(string, scheck(string, "%ld"), &hh) == 1) 942 else if (sscanf(string, scheck(string, "%ld:%d"), &hh, &mm) == 2) 945 &hh, &mm, &ss) != 3) { 949 if (hh < 0 || 955 if (LONG_MAX / SECSPERHOUR < hh) { 959 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0) 962 if (noise && (hh > HOURSPERDAY || 963 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) 967 return (oadd(eitol(sign) * hh * eitol(SECSPERHOUR),
|
/illumos-gate/usr/src/cmd/power/ |
H A D | power.conf.sparc | 32 # Auto-Shutdown Idle(min) Start/Finish(hh:mm) Behavior
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 83 sethi %hh(.L_##x##1), %o0; \
|
/illumos-gate/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; \
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm.h | 113 sethi %hh(.L_##x##1), %o0; \
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.S | 215 srlx %i1, 42, %o2 ! get %hh(function address) 541 srlx %o1, 42, %o2 ! get %hh(function address)
|
/illumos-gate/usr/src/common/crypto/des/sun4u/ |
H A D | des_crypt_asm.s | 2278 sethi %hh(des_enc_const),%o1
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 555 05-04-11 tm/tmxscan.c: handle yyy.mm.dd[-+.]hh.mm.ss.nnnnnn 1460 tmdate,tmgoff: handle (+|-)hh[[:]mm[[:]ss]] absolute timezone
|
/illumos-gate/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.S | 455 sethi %hh(RUNTIME_PATCH), tmp ;\
|