Searched defs:windows (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libpz/ |
H A D | pzsplit.c | 49 unsigned long windows; member in struct:Id_s 81 Sfulong_t windows; member in struct:__anon367 145 dp->pz->count.windows++; 147 (*dp->pz->disc->errorf)(dp->pz, dp->pz->disc, 0, "window %I*u %I*u", sizeof(dp->pz->count.windows), dp->pz->count.windows, sizeof(w), w); 164 ip->windows++; 199 (*dp->pz->disc->errorf)(dp->pz, dp->pz->disc, 0, "%8d %12s %2d %4d %4I*u %12I*u%s", ip->seq, ip->name, !!ip->part, ip->use, sizeof(ip->row), ip->row, sizeof(n), n, ip->windows == 1 ? " NEW" : ""); 455 (*pz->disc->errorf)(pz, pz->disc, 0, "%8I*u %12s %2u %4I*u %4I*u %12I*u %12I*u%s", sizeof(ip->windows), ip->windows, ip->name, !!ip->part, sizeof(ip->used), ip->used, sizeof(ip->row), ip->row, sizeof(ip->total), ip->total ? ip->total : ip->modules * ip->row, sizeof(ip->modules), ip->modules, ip->used && !ip->part ? " GENERATE PARTITION" : ""); 516 * loop on all windows [all...] |
H A D | pzip.h | 115 Sfulong_t windows; /* # windows */ member in struct:Pzcount_s
|
Completed in 975 milliseconds