Searched refs:Pos (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.h | 92 typedef ush Pos; typedef 93 typedef Pos FAR Posf;
|
| H A D | deflate.c | 180 s->head[s->ins_h] = (Pos)(str)) 185 s->head[s->ins_h] = (Pos)(str)) 215 *p = (Pos)(m >= wsize ? m - wsize : NIL); 222 *p = (Pos)(m >= wsize ? m - wsize : NIL); 325 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 326 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); 428 s->head[s->ins_h] = (Pos)str; 1132 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 1133 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 1144 zmemcpy((voidpf)ds->prev, (voidpf)ss->prev, ds->w_size * sizeof(Pos)); [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| 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)
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 597 …| 3 | Key Pos [0 .. 3] | 4 x 4 | If key X is valid (X = 0 .. 3), then Key Pos X repre… 602 …| | | | If key X is not valid, then the value of Key Pos X i…
|