/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utprint.c | 179 char *Pos; in AcpiUtPutNumber() local 182 Pos = String; in AcpiUtPutNumber() 187 *(Pos++) = '0'; in AcpiUtPutNumber() 194 *(Pos++) = Digits[DigitIndex]; in AcpiUtPutNumber() 199 return (Pos); in AcpiUtPutNumber() 299 char *Pos; in AcpiUtFormatNumber() local 357 Pos = AcpiUtPutNumber (ReversedString, Number, Base, Upper); in AcpiUtFormatNumber() 358 i = ACPI_PTR_DIFF (Pos, ReversedString); in AcpiUtFormatNumber() 445 char *Pos; in AcpiUtVsnprintf() local 454 Pos = String; in AcpiUtVsnprintf() [all …]
|
/titanic_41/usr/src/cmd/acpi/common/ |
H A D | utprint.c | 179 char *Pos; in AcpiUtPutNumber() local 182 Pos = String; in AcpiUtPutNumber() 187 *(Pos++) = '0'; in AcpiUtPutNumber() 194 *(Pos++) = Digits[DigitIndex]; in AcpiUtPutNumber() 199 return (Pos); in AcpiUtPutNumber() 299 char *Pos; in AcpiUtFormatNumber() local 357 Pos = AcpiUtPutNumber (ReversedString, Number, Base, Upper); in AcpiUtFormatNumber() 358 i = ACPI_PTR_DIFF (Pos, ReversedString); in AcpiUtFormatNumber() 445 char *Pos; in AcpiUtVsnprintf() local 454 Pos = String; in AcpiUtVsnprintf() [all …]
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | deflate.h | 86 typedef ush Pos; typedef 87 typedef Pos FAR Posf;
|
H A D | deflate.c | 192 s->head[s->ins_h] = (Pos)(str)) 197 s->head[s->ins_h] = (Pos)(str)) 294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); 927 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 928 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 939 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos)); 940 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); 1317 *p = (Pos)(m >= wsize ? m-wsize : NIL); 1325 *p = (Pos)(m >= wsize ? m-wsize : NIL);
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acmacros.h | 278 #define ACPI_REGISTER_PREPARE_BITS(Val, Pos, Mask) \ argument 279 ((Val << Pos) & Mask) 281 #define ACPI_REGISTER_INSERT_VALUE(Reg, Pos, Mask, Val) \ argument 282 Reg = (Reg & (~(Mask))) | ACPI_REGISTER_PREPARE_BITS(Val, Pos, Mask)
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 353 typedef ush Pos; typedef 354 typedef Pos FAR Posf; 818 s->head[s->ins_h] = (Pos)(str)) 823 s->head[s->ins_h] = (Pos)(str)) 919 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof (Pos)); 920 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof (Pos)); 1331 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof (Pos)); 1332 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof (Pos)); 1344 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof (Pos)); 1345 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof (Pos)); [all …]
|
/titanic_41/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);
|