Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/refer/
H A Dhunt2.c20 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_41/usr/src/cmd/sa/
H A Dtimex.c214 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 DREADME63 sa2 [-options] [-s hh:mm] [-e hh:mm] [-i ss]
/titanic_41/usr/src/cmd/date/
H A Ddate.c185 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_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DCheckboxPanelShadow.java82 double hh[] = new double[rows]; in postCreate() local
91 hh[y] = 0.0; in postCreate()
106 c.setRowWeights(hh); in postCreate()
/titanic_41/usr/src/lib/libast/common/cdt/
H A Ddthdr.h44 #define htab hh._htab
45 #define head hh._head
/titanic_41/usr/src/lib/libcurses/screen/
H A Dinit_color.c125 _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_41/usr/src/cmd/zic/
H A Dzic.c927 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_41/usr/src/cmd/power/
H A Dpower.conf.sparc34 # Auto-Shutdown Idle(min) Start/Finish(hh:mm) Behavior
/titanic_41/usr/src/uts/sparc/sys/
H A Dasm_linkage.h85 sethi %hh(.L_/**/x/**/1), %o0; \
/titanic_41/usr/src/lib/libm/common/C/
H A Dlibm.h113 sethi %hh(.L_/**/x/**/1), %o0; \
/titanic_41/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; \
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s216 srlx %i1, 42, %o2 ! get %hh(function address)
542 srlx %o1, 42, %o2 ! get %hh(function address)
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h81 } hh; member
/titanic_41/usr/src/lib/libast/common/include/
H A Dcdt.h81 } hh; member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h81 } hh; member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h81 } hh; member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h81 } hh; member
/titanic_41/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s2278 sethi %hh(des_enc_const),%o1
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE367 05-04-11 tm/tmxscan.c: handle yyy.mm.dd[-+.]hh.mm.ss.nnnnnn
1272 tmdate,tmgoff: handle (+|-)hh[[:]mm[[:]ss]] absolute timezone
/titanic_41/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s464 sethi %hh(RUNTIME_PATCH), tmp ;\