Home
last modified time | relevance | path

Searched refs:Pos (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h90 typedef ush Pos; typedef
91 typedef Pos FAR Posf;
H A Ddeflate.c178 s->head[s->ins_h] = (Pos)(str))
183 s->head[s->ins_h] = (Pos)(str))
213 *p = (Pos)(m >= wsize ? m - wsize : NIL);
220 *p = (Pos)(m >= wsize ? m - wsize : NIL);
318 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
319 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
463 s->head[s->ins_h] = (Pos)str;
1169 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
1170 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1180 zmemcpy((voidpf)ds->prev, (voidpf)ss->prev, ds->w_size * sizeof(Pos));
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h465 #define ACPI_REGISTER_PREPARE_BITS(Val, Pos, Mask) \ argument
466 ((Val << Pos) & Mask)
468 #define ACPI_REGISTER_INSERT_VALUE(Reg, Pos, Mask, Val) \ argument
469 Reg = (Reg & (~(Mask))) | ACPI_REGISTER_PREPARE_BITS(Val, Pos, Mask)
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c351 typedef ush Pos; typedef
352 typedef Pos FAR Posf;
816 s->head[s->ins_h] = (Pos)(str))
821 s->head[s->ins_h] = (Pos)(str))
917 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof (Pos));
918 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof (Pos));
1329 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof (Pos));
1342 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof (Pos));
1343 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof (Pos));
1772 *p = (Pos)(m >= wsize ? m-wsize : NIL);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c208 typedef ush Pos; typedef
209 typedef Pos FAR Posf;
634 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
635 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
862 TRY_FREE(strm, state->prev, state->w_size * sizeof(Pos));
863 TRY_FREE(strm, state->head, state->hash_size * sizeof(Pos));
1151 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1158 *p = (Pos)(m >= wsize ? m-wsize : NIL);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1296 typedef ush Pos; typedef
1297 typedef Pos FAR Posf;
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids21049 0110 HR200 Barcode scanner engine (HID Pos)
21055 0d10 EM2028 Barcode scanner engine (HID Pos)
21061 1410 HR15-xx Barcode scanner engine (HID Pos)
21064 1610 FM100-M/3250 Barcode scanner engine (HID Pos)
21067 1910 EM1300 Barcode scanner engine (HID Pos)
21073 1c10 HR2150 Barcode scanner engine (HID Pos)
21076 1d10 FM430 Barcode scanner engine (HID Pos)
21079 1e10 HR42 Barcode scanner engine (HID Pos)
21082 1f10 HR11+ Barcode scanner engine (HID Pos)
21085 2010 EM2037v2 Barcode scanner engine (HID Pos)
[all …]