/external/pdfium/third_party/zlib_v128/ |
inflate.c | 101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf, 464 have = strm->avail_in; \ 475 strm->avail_in = have; \ 491 if (have == 0) goto inf_leave; \ 492 have--; \ 566 would all have to actually be part of the saved state in case NEEDBITS() 612 unsigned have, left; /* available input and output */ local 635 in = have; 736 if (copy > have) copy = have; [all...] |
gzwrite.c | 75 unsigned have; local 100 have = (unsigned)(strm->next_out - state->x.next); 101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 || 102 (unsigned)got != have)) { 114 have = strm->avail_out; 121 have -= strm->avail_out; 122 } while (have); 210 unsigned have, copy; local 214 have = (unsigned)((strm->next_in + strm->avail_in) - state->in) 249 unsigned have; local [all...] |
inflate.h | 114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
|
/toolchain/binutils/binutils-2.25/gas/ |
configure.com | 4 $! do not have /bin/sh to execute it. 18 $! You should have received a copy of the GNU General Public License 96 /* Define to 1 if you have `alloca', as a function or macro. */ 101 /* Define to 1 if you have the `basename' function. */ 107 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 111 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 115 /* Define to 1 if you have the <errno.h> header file. */ 118 /* Define to 1 if you have the <limits.h> header file. */ 121 /* Define to 1 if you have the `remove' function. */ 124 /* Define to 1 if you have the <stdarg.h> header file. * [all...] |
/external/zlib/src/examples/ |
zran.c | 49 not be constrained to have access points at block boundaries, but requires 76 int have; /* number of list entries filled in */ member in struct:access 107 index->have = 0; 111 else if (index->have == index->size) { 121 /* fill in entry and increment how many we have */ 122 next = index->list + index->have; 130 index->have++; 229 index->list = realloc(index->list, sizeof(struct point) * index->have); 230 index->size = index->have; 264 ret = index->have; [all...] |
gzappend.c | 262 unsigned have; local 296 have = full = 0; 306 strm->avail_out = DSIZE - have; 307 strm->next_out = window + have; 317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); 319 have = DSIZE - strm->avail_out; 321 have = 0; 363 rotate(window, DSIZE, have); 364 have = DSIZE [all...] |
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.c | 95 AKFVEC have, aave; local 109 if (AKFS_VbAve(nhvec, hvec, hnave, &have) != AKFS_SUCCESS) { 120 AKFS_Azimuth(&have, pitchRad, rollRad, &azimuthRad);
|
/external/llvm/test/MC/Mips/mips32r6/ |
valid.s | 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
|
/external/llvm/test/MC/Mips/mips64r6/ |
valid.s | 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
|
/external/opencv3/3rdparty/zlib/ |
gzwrite.c | 75 unsigned have; local 100 have = (unsigned)(strm->next_out - state->x.next); 101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 || 102 (unsigned)got != have)) { 114 have = strm->avail_out; 121 have -= strm->avail_out; 122 } while (have); 210 unsigned have, copy; local 214 have = (unsigned)((strm->next_in + strm->avail_in) - state->in) 249 unsigned have; local [all...] |
inflate.h | 114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
|
/external/skia/tools/copyright/ |
main.py | 10 - For files that already have a copyright header, the header is modified 12 - For files that don't have a copyright header, we add one with the current
|
/external/v8/test/mjsunit/es6/ |
no-unicode-regexp-flag.js | 5 // Before Unicode RegExps are shipped, we shouldn't have the 'unicode' 16 // If we were going to be really strict, we could have a test like this,
|
/external/zlib/src/ |
gzwrite.c | 75 unsigned have; local 100 have = (unsigned)(strm->next_out - state->x.next); 101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 || 102 (unsigned)got != have)) { 114 have = strm->avail_out; 121 have -= strm->avail_out; 122 } while (have); 210 unsigned have, copy; local 214 have = (unsigned)((strm->next_in + strm->avail_in) - state->in) 249 unsigned have; local [all...] |
inflate.h | 114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
regreg.s | 4 ; Note that sizes have to be tested by iterating over them; they
|
separator.s | 1 ; Testing separators. This file should only have nops. See
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
err-dsp.s | 8 ! two have operands only recognized with -dsp; the other has an opcode not
|
relax-2.s | 2 ! have bugs in the slight differences in limit-checking compared to PT and
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_cortex_a8_blx.s | 31 # We have no mapping symbols for stubs. This make the disassembler
|
/build/core/clang/ |
mips.mk | 23 # We don't have any mips flags to substitute yet.
|
mips64.mk | 23 # We don't have any mips64 flags to substitute yet.
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
Android.mk | 3 ## sources have been created from Drystone-2.1.sh with below command:
|
/development/samples/ApiDemos/tests/ |
Android.mk | 12 # Notice that we don't have to include the src files of ApiDemos because, by
|
/device/generic/armv7-a-neon/ |
BoardConfig.mk | 6 # The generic product target doesn't have any hardware-specific pieces.
|