Searched refs:have (Results 26 - 50 of 350) sorted by relevance

1234567891011>>

/external/llvm/autoconf/m4/
H A Dc_printf_a.m42 # Determine if the printf() functions have the %a format character.
29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
/external/proguard/bin/
H A Dproguard.bat7 REM you'll have to add escaped quotes around them, e.g.
H A Dproguardgui.bat7 REM you'll have to add escaped quotes around them, e.g.
H A Dretrace.bat7 REM you'll have to add escaped quotes around them, e.g.
/external/zlib/src/
H A Dinflate.c101 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...]
H A Dgzwrite.c75 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
249 unsigned have; local
[all...]
H A Dinflate.h114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
H A Dgzlib.c78 state->x.have = 0; /* no output data available */
81 state->past = 0; /* have not read past end yet */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
399 state->x.have = 0;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
423 (unsigned)offset : state->x.have;
424 state->x.have -= n;
587 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
589 state->x.have
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.c101 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...]
H A Dgzwrite.c75 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
249 unsigned have; local
[all...]
H A Dinflate.h114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
H A Dgzlib.c78 state->x.have = 0; /* no output data available */
81 state->past = 0; /* have not read past end yet */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
399 state->x.have = 0;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
423 (unsigned)offset : state->x.have;
424 state->x.have -= n;
587 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
589 state->x.have
[all...]
/external/zlib/src/examples/
H A Dzran.c49 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...]
H A Dgzappend.c262 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
[all...]
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid.s3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
/external/llvm/test/MC/Mips/mips64r6/
H A Dvalid.s3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dproperties.rb34 lexer.properties.should have( 3 ).things
55 lexer.properties.should have( 3 ).things
/external/valgrind/gdbserver_tests/
H A Dnlvgdbsigqueue.stdoutB.exp1 continuing to have vgdb interrupted by simulate_control_c
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbasic.rb55 parser.reported_errors.should have( 1 ).thing
136 parser.reported_errors.should have( 1 ).thing
146 parser.reported_errors.should have( 1 ).thing
272 parser.reported_errors.should have( 1 ).thing
279 parser.reported_errors.should have( 2 ).things
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as22 // we dup every node, so don't have to worry about calling dup; short-
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.hpp70 void setHaveMulticolorAtts (bool have) { m_haveMultiColorAtts = have; } argument
/external/gtest/test/
H A DAndroid.mk40 # module's name and to have different module names for the host vs
42 # libraries, typically the host libs have a _host suffix in their
89 # We don't have exceptions.
92 # We don't have tr1::tuple.
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk10 # Then, you can have your local changes remain even if you upgrade or re
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php43 of Eclipse. Once you have read the notes you can click on the Download link
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm49 at your option, any later version of Perl 5 you may have available.

Completed in 1207 milliseconds

1234567891011>>