HomeSort by relevance Sort by last modified time
    Searched defs:wsize (Results 1 - 23 of 23) sorted by null

  /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/qemu/distrib/zlib-1.2.3/
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;
inflate.h 89 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
deflate.c 1272 uInt wsize = s->w_size; local
    [all...]
  /external/zlib/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/zlib/
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;
inflate.h 93 unsigned wsize; /* window size or zero if not using window */ member in struct:inflate_state
deflate.c 1394 uInt wsize = s->w_size; local
    [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/zlib/contrib/inflate86/
inffas86.c 86 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
91 /* 92 48 */ unsigned wsize; /* window size */ member in struct:inffast_ar
115 ar.wsize = state->wsize;
358 " movl 92(%%rsp), %%eax\n" /* eax = wsize, prepare for dist cmp */
362 " jb .L_invalid_distance_too_far\n" /* if (dist > wsize) */
370 " addq %%rax, %%rsi\n" /* from += wsize - nbytes */
388 " movl 92(%%rsp), %%esi\n" /* from = wsize */
687 " movl 48(%%esp), %%eax\n" /* eax = wsize */
692 " jb .L_invalid_distance_too_far\n" /* if (dist > wsize) */
    [all...]
inffast.S 153 #define wsize_state 32 /* state->wsize */
175 #define wsize 52 /* unsigned int */ define
272 /* wsize = state->wsize;
305 movl %eax, wsize(%esp)
710 * if (dist > wsize) {
716 * from += wsize - nbytes;
720 movl wsize(%esp), %eax /* prepare for dist compare */
725 jb .L_invalid_distance_too_far /* if (dist > wsize) */
732 addl %eax, from_r /* from += wsize - nbytes *
    [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
  /bootable/bootloader/legacy/arch_msm7k/
nand.c 566 unsigned wsize = 2048 + extra_per_page; local
573 if(bytes < wsize) {
574 dprintf("flash_write_image: image undersized (%d < %d)\n", bytes, wsize);
597 image -= (page & 63) * wsize;
598 bytes += (page & 63) * wsize;
608 image += wsize;
609 bytes -= wsize;
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 125 int wsize = worklist.size(); local
126 SsaBasicBlock v = worklist.get(wsize - 1);
136 worklist.remove(wsize - 1);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 125 int wsize = worklist.size(); local
126 SsaBasicBlock v = worklist.get(wsize - 1);
136 worklist.remove(wsize - 1);
  /external/ipsec-tools/src/libipsec/
libpfkey.h 76 u_int wsize; member in struct:pfkey_send_sa_args
  /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/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_centscreen.h 63 unsigned short wsize; /* screen width (mm) */ member in struct:__anon10952

Completed in 400 milliseconds