HomeSort by relevance Sort by last modified time
    Searched refs:wsize (Results 1 - 25 of 42) sorted by null

1 2

  /bionic/libc/string/
bcopy.c 42 #define wsize sizeof(word) macro
43 #define wmask (wsize - 1)
86 if ((t ^ (long)dst) & wmask || length < wsize)
89 t = wsize - (t & wmask);
96 t = length / wsize;
97 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
104 * (t&wmask) bytes to align, not wsize-(t&wmask).
110 if ((t ^ (long)dst) & wmask || length <= wsize)
117 t = length / wsize;
    [all...]
  /external/chromium/net/tools/flip_server/
ring_buffer.cc 58 int wsize; local
59 GetWritablePtr(&wptr, &wsize);
63 while (wsize && bytes_remaining) {
64 if (wsize > bytes_remaining) {
65 wsize = bytes_remaining;
67 memcpy(wptr, bytes + bytes_written, wsize);
68 bytes_written += wsize;
69 bytes_remaining -= wsize;
70 AdvanceWritablePtr(wsize);
71 GetWritablePtr(&wptr, &wsize);
    [all...]
  /external/chromium_org/net/tools/flip_server/
ring_buffer.cc 58 int wsize; local
59 GetWritablePtr(&wptr, &wsize);
63 while (wsize && bytes_remaining) {
64 if (wsize > bytes_remaining) {
65 wsize = bytes_remaining;
67 memcpy(wptr, bytes + bytes_written, wsize);
68 bytes_written += wsize;
69 bytes_remaining -= wsize;
70 AdvanceWritablePtr(wsize);
71 GetWritablePtr(&wptr, &wsize);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs4_mount.h 30 int wsize; /* 1 */ member in struct:nfs4_mount_data
nfs_mount.h 32 int wsize; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs4_mount.h 30 int wsize; /* 1 */ member in struct:nfs4_mount_data
nfs_mount.h 32 int wsize; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs4_mount.h 30 int wsize; /* 1 */ member in struct:nfs4_mount_data
nfs_mount.h 32 int wsize; /* 1 */ member in struct:nfs_mount_data
  /external/chromium_org/third_party/zlib/
inflate.h 93 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
inffast.c 80 unsigned wsize; /* window size or zero if not using window */ local
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
107 wsize = state->wsize;
218 from += wsize - op;
228 from += wsize + wnext - op;
infback.c 56 state->wsize = 1U << windowBits;
205 left = state->wsize; \
278 left = state->wsize;
477 if (state->whave < state->wsize)
478 state->whave = state->wsize - left;
479 inflate_fast(strm, state->wsize);
569 if (state->offset > state->wsize - (state->whave < state->wsize ?
580 copy = state->wsize - state->offset;
601 if (left < state->wsize) {
    [all...]
inflate.c 118 state->wsize = 0;
345 Update the window with the last wsize (normally 32K) bytes written before
376 if (state->wsize == 0) {
377 state->wsize = 1U << state->wbits;
382 /* copy state->wsize or less output bytes into the circular window */
384 if (copy >= state->wsize) {
385 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
387 state->whave = state->wsize;
390 dist = state->wsize - state->wnext
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 89 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
inffast.c 80 unsigned wsize; /* window size or zero if not using window */ local
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
107 wsize = state->wsize;
196 from += wsize - op;
206 from += wsize + write - op;
infback.c 56 state->wsize = 1U << windowBits;
205 left = state->wsize; \
278 left = state->wsize;
468 if (state->whave < state->wsize)
469 state->whave = state->wsize - left;
470 inflate_fast(strm, state->wsize);
560 if (state->offset > state->wsize - (state->whave < state->wsize ?
571 copy = state->wsize - state->offset;
592 if (left < state->wsize) {
    [all...]
inflate.c 118 state->wsize = 0;
310 Update the window with the last wsize (normally 32K) bytes written before
341 if (state->wsize == 0) {
342 state->wsize = 1U << state->wbits;
347 /* copy state->wsize or less output bytes into the circular window */
349 if (copy >= state->wsize) {
350 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
352 state->whave = state->wsize;
355 dist = state->wsize - state->write
    [all...]
  /external/zlib/src/
inflate.h 93 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
inffast.c 80 unsigned wsize; /* window size or zero if not using window */ local
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
107 wsize = state->wsize;
218 from += wsize - op;
228 from += wsize + wnext - op;
infback.c 65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
485 if (state->whave < state->wsize)
486 state->whave = state->wsize - left;
487 inflate_fast(strm, state->wsize);
577 if (state->offset > state->wsize - (state->whave < state->wsize ?
588 copy = state->wsize - state->offset;
609 if (left < state->wsize) {
    [all...]
inflate.c 136 state->wsize = 0;
366 Update the window with the last wsize (normally 32K) bytes written before
398 if (state->wsize == 0) {
399 state->wsize = 1U << state->wbits;
404 /* copy state->wsize or less output bytes into the circular window */
405 if (copy >= state->wsize) {
406 zmemcpy(state->window, end - state->wsize, state->wsize);
408 state->whave = state->wsize;
411 dist = state->wsize - state->wnext
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_mult.c 359 size_t *wsize = NULL; /* individual window sizes */ local
444 wsize = OPENSSL_malloc(totalnum * sizeof wsize[0]);
449 if (!wsize || !wNAF_len || !wNAF || !val_sub)
465 wsize[i] = EC_window_bits_for_scalar_size(bits);
466 num_val += (size_t)1 << (wsize[i] - 1);
468 wNAF[i] = compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], &wNAF_len[i]);
500 wsize[num] = pre_comp->w;
501 tmp_wNAF = compute_wNAF(scalar, wsize[num], &tmp_len);
605 for (j = 0; j < ((size_t)1 << (wsize[i] - 1)); j++
    [all...]
  /external/openssl/crypto/ec/
ec_mult.c 359 size_t *wsize = NULL; /* individual window sizes */ local
444 wsize = OPENSSL_malloc(totalnum * sizeof wsize[0]);
449 if (!wsize || !wNAF_len || !wNAF || !val_sub)
465 wsize[i] = EC_window_bits_for_scalar_size(bits);
466 num_val += (size_t)1 << (wsize[i] - 1);
468 wNAF[i] = compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], &wNAF_len[i]);
500 wsize[num] = pre_comp->w;
501 tmp_wNAF = compute_wNAF(scalar, wsize[num], &tmp_len);
605 for (j = 0; j < ((size_t)1 << (wsize[i] - 1)); j++
    [all...]
  /external/zlib/src/contrib/masmx64/
inffas8664.c 91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
96 /* 92 48 */ unsigned wsize; /* window size */ member in struct:inffast_ar
132 ar.wsize = state->wsize;
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 59 unsigned short wsize; /* screen width (mm) */ member in struct:__anon26968

Completed in 3114 milliseconds

1 2