/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...] |
/prebuilt/linux-x86/toolchain/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
|
/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...] |
deflate.c | 1272 uInt wsize = s->w_size; local [all...] |
/external/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...] |
deflate.c | 1311 uInt wsize = s->w_size; local [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/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;
|
inffasx64.asm | 268 mov eax, [rsp+92] ; /* eax = wsize, prepare for dist cmp */
272 jb L_invalid_distance_too_far ; /* if (dist > wsize) */
280 add rsi, rax ; /* from += wsize - nbytes */
298 mov esi, [rsp+92] ; /* from = wsize */
|
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios_centscreen.h | 63 unsigned short wsize; /* screen width (mm) */ member in struct:__anon9655
|
/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);
|
/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;
|
/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...] |
/external/ipsec-tools/src/libipsec/ |
pfkey.c | 1360 p = pfkey_setsadbsa(p, ep, sa_parms->spi, sa_parms->wsize, [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysevents.c | 98 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, LPWSTR wchars, int wsize, UINT flags); 914 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, PBYTE keystate, LPWSTR wchars, int wsize, UINT flags) 919 return MultiByteToWideChar(codepage, 0, chars, 1, wchars, wsize);
|
/external/ipsec-tools/src/racoon/ |
backupsa.c | 76 * src dst satype spi mode reqid wsize \ 153 sa_args->mode, sa_args->reqid, sa_args->wsize, sa_args->e_type, 272 GETNEXTNUM(sa_args.wsize, strtoul);
|