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

1 2 3 4 5

  /bionic/libc/upstream-openbsd/lib/libc/string/
memmove.c 42 #define wsize sizeof(word) macro
43 #define wmask (wsize - 1)
74 if ((t ^ (long)dst) & wmask || length < wsize)
77 t = wsize - (t & wmask);
84 t = length / wsize;
85 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
92 * (t&wmask) bytes to align, not wsize-(t&wmask).
98 if ((t ^ (long)dst) & wmask || length <= wsize)
105 t = length / wsize;
    [all...]
  /device/google/contexthub/firmware/lib/libc/
bcopy.c 45 #define wsize sizeof(word) macro
46 #define wmask (wsize - 1)
93 if ((t ^ (uintptr_t)dst) & wmask || length < wsize)
96 t = wsize - (t & wmask);
103 t = length / wsize;
104 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
111 * (t&wmask) bytes to align, not wsize-(t&wmask).
117 if ((t ^ (uintptr_t)dst) & wmask || length <= wsize)
124 t = length / wsize;
    [all...]
memset.c 40 #define wsize sizeof(u_int) macro
41 #define wmask (wsize - 1)
83 if (length < 3 * wsize) {
104 t = wsize - t;
112 t = length / wsize;
115 dst += wsize;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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;
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
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inffast.c 63 unsigned wsize; /* window size or zero if not using window */ local
66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
  /external/boringssl/src/crypto/fipsmodule/ec/
wnaf.c 258 size_t wsize = window_bits_for_scalar_size(bits); local
260 size_t precomp_len = (size_t)1 << (wsize - 1);
280 if (!compute_wNAF(group, g_wNAF, g_scalar, bits, wsize) ||
289 if (!compute_wNAF(group, p_wNAF, p_scalar, bits, wsize) ||
  /external/python/cpython2/Modules/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;
  /external/python/cpython3/Modules/zlib/
inffast.c 63 unsigned wsize; /* window size or zero if not using window */ local
66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
  /external/syslinux/com32/lib/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;
  /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/zlib/src/
inffast.c 63 unsigned wsize; /* window size or zero if not using window */ local
66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
  /toolchain/binutils/binutils-2.27/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;
  /toolchain/binutils/binutils-2.27/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;
  /bionic/libc/kernel/uapi/linux/
nfs4_mount.h 30 int wsize; member in struct:nfs4_mount_data
nfs_mount.h 33 int wsize; member in struct:nfs_mount_data
  /external/kernel-headers/original/uapi/linux/
nfs4_mount.h 31 int wsize; /* 1 */ member in struct:nfs4_mount_data
  /external/libcups/cups/
testipp.c 39 wsize; /* Max size of buffer */ member in struct:_ippdata_t
328 data.wsize = sizeof(buffer);
602 data.wsize = sizeof(mixed);
857 if ((count = data->wsize - data->rpos) > bytes)
887 if ((count = data->wsize - data->wused) > bytes)
  /external/zlib/src/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...]
  /hardware/qcom/msm8998/json-c/
json_util.c 105 unsigned int wpos, wsize; local
123 wsize = (unsigned int)(strlen(json_str) & UINT_MAX); /* CAW: probably unnecessary, but the most 64bit safe */
125 while(wpos < wsize) {
126 if((ret = write(fd, json_str + wpos, wsize-wpos)) < 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs4_mount.h 30 int wsize; /* 1 */ member in struct:nfs4_mount_data
  /toolchain/binutils/binutils-2.27/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...]
  /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/ipsec-tools/src/libipsec/
libpfkey.h 76 u_int wsize; member in struct:pfkey_send_sa_args

Completed in 356 milliseconds

1 2 3 4 5