HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 51 - 75 of 1167) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8974/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /external/chromium_org/third_party/zlib/
inflate.c 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
443 have = strm->avail_in; \
454 strm->avail_in = have; \
470 if (have == 0) goto inf_leave; \
471 have--; \
550 would all have to actually be part of the saved state in case NEEDBITS()
596 unsigned have, left; /* available input and output */ local
619 in = have;
720 if (copy > have) copy = have;
    [all...]
inflate.h 114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
  /external/qemu/distrib/zlib-1.2.8/
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
  /external/zlib/src/
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
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_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
  /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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
riprel1.asm 27 ;mov rbx, [qword val] ; illegal (can't have 64-bit disp)
30 ;a32 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
33 ;a64 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
59 ;mov rbx, [qword val] ; illegal (can't have 64-bit disp)
62 ;a32 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
65 ;a64 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
  /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);
  /build/core/combo/arch/x86/
x86.mk 17 # by our toolchain binaries. However, there have been reports that this may
18 # not always work as intended, so keep it unless we have the time to check
  /external/chromium_org/third_party/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/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
  /development/samples/ApiDemos/tests/
Android.mk 12 # Notice that we don't have to include the src files of ApiDemos because, by
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 34 lexer.properties.should have( 3 ).things
55 lexer.properties.should have( 3 ).things
  /external/proguard/bin/
proguardgui.bat 7 REM you'll have to add escaped quotes around them, e.g.
retrace.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /external/valgrind/main/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 1 continuing to have vgdb interrupted by simulate_control_c

Completed in 588 milliseconds

1 23 4 5 6 7 8 91011>>