HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 126 - 150 of 2719) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 110 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
  /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/pdfium/third_party/zlib_v128/
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/syslinux/com32/lib/zlib/
inflate.h 114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
  /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
  /frameworks/av/services/mediaanalytics/
MetricsSummarizer.h 49 virtual void mergeRecord(MediaAnalyticsItem &have, MediaAnalyticsItem &incoming);
61 // "do these records have same attributes and values in those attrs"
  /prebuilts/go/darwin-x86/test/
gc2.go 9 // An interesting case because they have finalizers and used to
10 // have self loops that kept them from being collected.
  /prebuilts/go/linux-x86/test/
gc2.go 9 // An interesting case because they have finalizers and used to
10 // have self loops that kept them from being collected.
  /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
  /external/zlib/src/examples/
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...]
  /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 14 # 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.
  /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/autotest/client/common_lib/cros/
tpm_utils.py 76 'need to have the firmware clear the TPM, for instance '
85 'have the firmware clear the TPM, for instance by toggling '

Completed in 1147 milliseconds

1 2 3 4 56 7 8 91011>>