Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dhunt2.c18 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 Dtimex.c212 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 DREADME63 sa2 [-options] [-s hh:mm] [-e hh:mm] [-i ss]
/illumos-gate/usr/src/cmd/date/
H A Ddate.c223 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 Dinit_color.c123 _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 Dzic.c929 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 Dpower.conf.sparc32 # Auto-Shutdown Idle(min) Start/Finish(hh:mm) Behavior
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h83 sethi %hh(.L_##x##1), %o0; \
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahasm.h291 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 Dlibm.h113 sethi %hh(.L_##x##1), %o0; \
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S215 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 Ddes_crypt_asm.s2278 sethi %hh(des_enc_const),%o1
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE555 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 Dsfmmu_asm.S455 sethi %hh(RUNTIME_PATCH), tmp ;\