Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 15 of 15) 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/cmd/zdump/
H A Dzdump.c966 int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->tm_hour; in format_local_time() local
968 ? snprintf(buf, size, "%02d:%02d:%02d", hh, mm, ss) in format_local_time()
970 ? snprintf(buf, size, "%02d:%02d", hh, mm) in format_local_time()
971 : snprintf(buf, size, "%02d", hh)); in format_local_time()
994 long hh; in format_utc_offset() local
1004 hh = off / 60 / 60; in format_utc_offset()
1005 return (ss || 100 <= hh in format_utc_offset()
1006 ? snprintf(buf, size, "%c%02ld%02d%02d", sign, hh, mm, ss) in format_utc_offset()
1008 ? snprintf(buf, size, "%c%02ld%02d", sign, hh, mm) in format_utc_offset()
1009 : snprintf(buf, size, "%c%02ld", sign, hh)); in format_utc_offset()
/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/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/cmd/zic/
H A Dzic.c1788 zic_t hh; in gethms() local
1802 &hh, &hhx, &mm, &mmx, &ss, &ssx, &tenths, &xr, &xs)) { in gethms()
1821 if (hh < 0 || in gethms()
1827 if (ZIC_MAX / SECSPERHOUR < hh) { in gethms()
1832 if (noise && (hh > HOURSPERDAY || in gethms()
1833 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms()
1835 return oadd(sign * hh * SECSPERHOUR, in gethms()
/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 ;\