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

1 2 3 4 5 6 7 8 910

  /build/target/board/emulator/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /build/target/board/generic/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /external/bison/
GNUmakefile 19 # You should have received a copy of the GNU General Public License along
33 have-Makefile := $(shell test -f Makefile && echo yes)
37 ifeq ($(have-Makefile),yes)
  /external/zlib/contrib/infback9/
inflate9.h 42 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
infback9.c 127 if (have == 0) { \
128 have = in(in_desc, &next); \
129 if (have == 0) { \
142 have--; \
227 unsigned have; /* available input */ local
266 have = next != Z_NULL ? strm->avail_in : 0;
333 if (copy > have) copy = have;
336 have -= copy;
363 state->have = 0
    [all...]
  /external/zlib/examples/
fitblk.c 131 unsigned have; /* bytes written by deflate() call */ local
165 have = size + EXCESS - def.avail_out;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
175 size - have, size);
218 have = size - def.avail_out;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
231 size - have, size, def.total_in);
zpipe.c 29 unsigned have; local
59 have = CHUNK - strm.avail_out;
60 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
85 unsigned have; local
125 have = CHUNK - strm.avail_out;
126 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
gun.c 151 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
152 last = have ? (have--, (int)(*next++)) : -1)
156 have offset the index, but it's faster to waste the memory */
171 if (chunk > have) { \
172 chunk -= have; \
173 have = 0; \
177 if (chunk > have) { \
178 chunk = have = 0;
377 unsigned have, flags, len; local
    [all...]
zran.c 44 not be constrained to have access points at block boundaries, but requires
71 int have; /* number of list entries filled in */ member in struct:access
102 index->have = 0;
106 else if (index->have == index->size) {
116 /* fill in entry and increment how many we have */
117 next = index->list + index->have;
125 index->have++;
224 index = realloc(index, sizeof(struct point) * index->have);
225 index->size = index->have;
259 ret = index->have;
    [all...]
gzappend.c 260 unsigned have; local
294 have = full = 0;
304 strm->avail_out = DSIZE - have;
305 strm->next_out = window + have;
315 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out);
317 have = DSIZE - strm->avail_out;
319 have = 0;
361 rotate(window, DSIZE, have);
362 have = DSIZE
    [all...]
  /external/libffi/src/cris/
sysv.S 35 ;; OK, when we get called we should have this (according to
  /external/qemu/distrib/zlib-1.2.3/
infback.c 124 have = strm->avail_in; \
135 strm->avail_in = have; \
151 if (have == 0) { \
152 have = in(in_desc, &next); \
153 if (have == 0) { \
166 have--; \
251 unsigned have, left; /* available input and output */ local
274 have = next != Z_NULL ? strm->avail_in : 0;
336 if (copy > have) copy = have;
    [all...]
inflate.c 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
408 have = strm->avail_in; \
419 strm->avail_in = have; \
435 if (have == 0) goto inf_leave; \
436 have--; \
515 would all have to actually be part of the saved state in case NEEDBITS()
561 unsigned have, left; /* available input and output */ local
584 in = have;
683 if (copy > have) copy = have;
    [all...]
inflate.h 110 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
  /external/zlib/
infback.c 124 have = strm->avail_in; \
135 strm->avail_in = have; \
151 if (have == 0) { \
152 have = in(in_desc, &next); \
153 if (have == 0) { \
166 have--; \
251 unsigned have, left; /* available input and output */ local
274 have = next != Z_NULL ? strm->avail_in : 0;
336 if (copy > have) copy = have;
    [all...]
inflate.c 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
408 have = strm->avail_in; \
419 strm->avail_in = have; \
435 if (have == 0) goto inf_leave; \
436 have--; \
515 would all have to actually be part of the saved state in case NEEDBITS()
561 unsigned have, left; /* available input and output */ local
584 in = have;
683 if (copy > have) copy = have;
    [all...]
inflate.h 110 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
  /build/core/
checktree 78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*')
95 # Python 2.3 -- still default on Mac OS X -- does not have set()
97 have = dict().fromkeys(have, 1)
101 if not file in have:
  /external/bluetooth/bluez/src/
bluetooth.conf 8 <!-- ../system.conf have denied everything, so we just punch some holes -->
  /bootable/recovery/applypatch/
imgpatch.c 104 // deflate chunks have an additional 60 bytes in their chunk header.
156 // We should have filled the output buffer exactly.
199 ssize_t have = temp_size - strm.avail_out; local
201 if (sink(temp_data, have, token) != have) {
203 (long)have);
206 SHA_update(ctx, temp_data, have);
  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 78 +This file should not have gotten created on your system.
  /dalvik/vm/mterp/x86/
OP_MONITOR_ENTER.S 19 SPILL(rPC) # have to - caller save
  /development/samples/ApiDemos/tests/
Android.mk 12 # Notice that we don't have to include the src files of ApiDemos because, by
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 12 # Notice that we don't have to include the src files of SmokeTestApp because, by
  /development/simulator/wrapsim/
SimMgr.c 57 * Once we have established a connection to the simulator and are ready
66 * that, we have no access to input or output devices, and we might
199 ssize_t have; local
201 have = 0;
202 while (have != (ssize_t) count) {
203 actual = _ws_read(fd, ((char*) buf) + have, count - have);
212 have += actual;
215 assert(have <= (ssize_t)count);
231 ssize_t have;
    [all...]

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 910