Searched refs:hibit (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_mem.c217 sda_mem_getbits(uint32_t *resp, int hibit, int len) argument
222 for (bit = hibit; len--; bit--) {
230 sda_mem_getstring(uint32_t *resp, char *s, int hibit, int len) argument
233 *s++ = sda_mem_getbits(resp, hibit, 8);
234 hibit -= 8;
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c369 register time_t hibit;
371 for (hibit = 1; (hibit * 2) != 0; hibit *= 2)
373 absolute_min_time = hibit;
374 absolute_max_time = -(hibit + 1);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c160 Lword hibit; local
214 hibit = 0;
263 * the actual offset into the file in the 'hibit' variable.
269 if (hibit == 0)
270 hibit = hi;
272 if (hibit) {
273 hi = hibit;
274 hibit = 0;
291 if (hibit) {
292 hi = hibit;
[all...]
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c350 int lobit, hibit, data, check; local
411 if (mcamd_cksym_decode(hdl, sym, &lobit, &hibit, &data,
415 if (data && hibit <= 63 || check && hibit <= 7) {
418 data ? "data" : "check", lobit, hibit);
423 data ? "data" : "check", lobit, hibit);

Completed in 85 milliseconds