Searched refs:Pos (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | deflate.h | 90 typedef ush Pos; typedef 91 typedef Pos FAR Posf;
|
H A D | deflate.c | 178 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 D | acmacros.h | 465 #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 D | zlib.c | 351 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)); 1330 ds->head = (Posf *) ZALLOC(dest, ds->hash_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)); [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 208 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 D | ratz.c | 1296 typedef ush Pos; typedef 1297 typedef Pos FAR Posf;
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 21063 0110 HR200 Barcode scanner engine (HID Pos) 21066 0c10 HR100/HR3260 cordless/HR3290 cordless/BS80 Barcode scanner engine (HID Pos) 21069 0d10 EM2028 Barcode scanner engine (HID Pos) 21072 1310 EM30xx/EM20xx/HR3260 corded/HR200C Barcode scanner engine (HID Pos) 21075 1410 HR15-xx Barcode scanner engine (HID Pos) 21078 1610 FM100-M/3250 Barcode scanner engine (HID Pos) 21081 1910 EM1300 Barcode scanner engine (HID Pos) 21084 1a10 HR3290 corded/HR22 Barcode scanner engine (HID Pos) 21087 1c10 HR2150 Barcode scanner engine (HID Pos) 21090 1d10 FM430 Barcode scanner engine (HID Pos) [all …]
|