HomeSort by: relevance | last modified time | path
    Searched refs:window_size (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/zlib/pigz/dist/zopfli/
hash.c 29 void ZopfliInitHash(size_t window_size, ZopfliHash* h) {
34 h->prev = (unsigned short*)malloc(sizeof(*h->prev) * window_size);
35 h->hashval = (int*)malloc(sizeof(*h->hashval) * window_size);
39 for (i = 0; i < window_size; i++) {
45 h->same = (unsigned short*)malloc(sizeof(*h->same) * window_size);
46 for (i = 0; i < window_size; i++) {
54 h->prev2 = (unsigned short*)malloc(sizeof(*h->prev2) * window_size);
55 h->hashval2 = (int*)malloc(sizeof(*h->hashval2) * window_size);
59 for (i = 0; i < window_size; i++) {
hash.h 50 void ZopfliInitHash(size_t window_size, ZopfliHash* h);
  /src/usr.bin/vndcompress/
vnduncompress.c 117 uint32_t window_size; local
118 if (ISSET(O->flags, FLAG_w) && (O->window_size < n_offsets)) {
125 window_size = O->window_size;
130 window_size = 0;
132 window_size = DEF_WINDOW_SIZE;
138 offtab_init(&offtab, n_offsets, window_size, cloop2_fd,
offtab.c 95 const uint32_t window_size = offtab_compute_window_size(offtab, local
99 *bytes = (window_size * sizeof(uint64_t));
207 offtab_init(struct offtab *offtab, uint32_t n_offsets, uint32_t window_size,
218 if ((window_size == 0) || (n_offsets < window_size))
221 offtab->ot_window_size = window_size;
main.c 137 O->window_size = strsuftoll("window size", optarg,
common.h 156 uint32_t window_size; /* size of window into offset table */ member in struct:options
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 319 int window_size;
377 window_size = (*ra_ptr >> 30) * 4;
379 window_size = 8;
381 fs->retaddr_column = window_size;
404 int window_size = fs->retaddr_column >> 2;
414 for (i = 1; i < window_size; i++)
415 context->reg[i] = next_cfa - 4 * (1 + window_size - i);
418 for (i = window_size; i < 4; i++)
419 context->reg[i] = orig_context.reg[i - window_size];
314 int window_size; local
398 int window_size = fs->retaddr_column >> 2; local
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 319 int window_size;
377 window_size = (*ra_ptr >> 30) * 4;
379 window_size = 8;
381 fs->retaddr_column = window_size;
404 int window_size = fs->retaddr_column >> 2;
414 for (i = 1; i < window_size; i++)
415 context->reg[i] = next_cfa - 4 * (1 + window_size - i);
418 for (i = window_size; i < 4; i++)
419 context->reg[i] = orig_context.reg[i - window_size];
314 int window_size; local
398 int window_size = fs->retaddr_column >> 2; local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-bd.cc 132 int window_size; /* Number of bytes in the window. */ member in struct:dispatch_windows_s
235 new_list->window_size = 0;
303 gcc_assert (dispatch_window_list->window_size
304 + dispatch_window_list1->window_size <= 48);
528 sum = window_list->prev->window_size + window_list->window_size;
585 window_list->window_size += byte_len;
677 sum = window0_list->window_size + window_list->window_size;
712 fprintf (file, " num_insn = %d, num_uops = %d, window_size = %d\n"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-bd.cc 132 int window_size; /* Number of bytes in the window. */ member in struct:dispatch_windows_s
235 new_list->window_size = 0;
303 gcc_assert (dispatch_window_list->window_size
304 + dispatch_window_list1->window_size <= 48);
528 sum = window_list->prev->window_size + window_list->window_size;
585 window_list->window_size += byte_len;
677 sum = window0_list->window_size + window_list->window_size;
712 fprintf (file, " num_insn = %d, num_uops = %d, window_size = %d\n"
    [all...]
  /src/external/gpl2/texinfo/dist/info/
terminal.c 467 struct winsize window_size;
469 if (ioctl (fileno (stdout), TIOCGWINSZ, &window_size) == 0)
471 screenwidth = (int) window_size.ws_col;
472 screenheight = (int) window_size.ws_row;
466 struct winsize window_size; local
  /src/external/gpl3/gdb/dist/readline/readline/
terminal.c 260 struct winsize window_size; local
266 if (ioctl (tty, TIOCGWINSZ, &window_size) == 0)
268 wc = (int) window_size.ws_col;
269 wr = (int) window_size.ws_row;
  /src/external/gpl3/gdb.old/dist/readline/readline/
terminal.c 260 struct winsize window_size; local
266 if (ioctl (tty, TIOCGWINSZ, &window_size) == 0)
268 wc = (int) window_size.ws_col;
269 wr = (int) window_size.ws_row;
  /src/sys/arch/hpcmips/stand/pbsdboot/
disptest.c 501 int window_size = 0x10000; local
504 for (addr = 0x14000000; addr < 0x18000000; addr += window_size) {
507 p = (char*)VirtualAlloc(0, window_size, MEM_RESERVE,
509 res = VirtualCopy((LPVOID)p, (LPVOID)(addr >> 8), window_size,
515 for (i = 0; i < window_size; i += 2) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
si_dpm.h 80 u8 window_size; member in struct:si_dte_data
  /src/external/gpl3/binutils/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S 156 #define window_size [ rcx + dsWSize] define
267 mov eax, window_size
  /src/external/gpl3/binutils.old/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S 156 #define window_size [ rcx + dsWSize] define
267 mov eax, window_size
  /src/external/gpl3/gdb/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S 156 #define window_size [ rcx + dsWSize] define
267 mov eax, window_size
  /src/external/gpl3/gdb.old/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S 156 #define window_size [ rcx + dsWSize] define
267 mov eax, window_size
  /src/common/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S 155 #define window_size [ rcx + dsWSize] define
263 mov eax, window_size
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 246 * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD
259 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
292 * more == window_size - lookahead - strstart
293 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
294 * => more >= window_size - 2*WSIZE + 2
296 * window_size == input_size + MIN_LOOKAHEAD &&
298 * Otherwise, window_size == 2*WSIZE so more >= 2.
339 if (s->high_water < s->window_size) {
347 init = s->window_size - curr;
359 if (init > s->window_size - s->high_water
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 1237 s->window_size = (ulg)2L*s->w_size;
1321 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1362 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1394 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1439 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1468 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1517 * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD
1532 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1565 * more == window_size - lookahead - strstart
1566 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 1237 s->window_size = (ulg)2L*s->w_size;
1321 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1362 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1394 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1439 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1468 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1517 * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD
1532 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1565 * more == window_size - lookahead - strstart
1566 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 246 * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD
259 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
292 * more == window_size - lookahead - strstart
293 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
294 * => more >= window_size - 2*WSIZE + 2
296 * window_size == input_size + MIN_LOOKAHEAD &&
298 * Otherwise, window_size == 2*WSIZE so more >= 2.
339 if (s->high_water < s->window_size) {
347 init = s->window_size - curr;
359 if (init > s->window_size - s->high_water
    [all...]
  /src/common/dist/zlib/
deflate.c 249 * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD
262 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
302 * more == window_size - lookahead - strstart
303 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
304 * => more >= window_size - 2*WSIZE + 2
306 * window_size == input_size + MIN_LOOKAHEAD &&
308 * Otherwise, window_size == 2*WSIZE so more >= 2.
349 if (s->high_water < s->window_size) {
357 init = s->window_size - curr;
369 if (init > s->window_size - s->high_water
    [all...]

Completed in 35 milliseconds

1 2 3