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

12 3 4 5 6 7 8 91011>>

  /external/zlib/src/examples/
gun.c 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
156 last = have ? (have--, (int)(*next++)) : -1)
160 have offset the index, but it's faster to waste the memory */
175 if (chunk > have) { \
176 chunk -= have; \
177 have = 0; \
181 if (chunk > have) { \
182 chunk = have = 0;
386 unsigned have, flags, len; local
    [all...]
  /external/chromium_org/third_party/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...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
infback.c 133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
    [all...]
  /external/zlib/src/
infback.c 133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
    [all...]
  /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/chromium_org/content/test/data/indexeddb/
open_bad_db.js 25 debug("We should have gotten an upgradeneeded event because the new empty");
26 debug("database doesn't have a version.");
open_missing_table.js 26 debug("We should have gotten an upgradeneeded event because the new empty");
27 debug("database doesn't have a version.");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 65 +This file should not have gotten created on your system.
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-function-level-linking.py 28 print 'Found "%s" in %s (and shouldn\'t have)' % (search_for, binary)
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 40 expected-error {{must explicitly initialize the member 'e1' which does not have a default constructor}}
  /build/core/clang/
arm64.mk 21 # We don't have any arm64 flags to substitute yet.
mips.mk 17 # We don't have any mips flags to substitute yet.
mips64.mk 17 # We don't have any mips64 flags to substitute yet.
x86.mk 16 # We don't have any x86 flags to substitute yet.
x86_64.mk 15 # We don't have any x86_64 flags to substitute yet.
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
utils.js 5 // Returns the intersection of the arrays |a| and |b|, which do not have to be
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 41 ' 2. If you have a @google.com account, use that account.\n'
49 'have permission. ' + self._GetConfigInstructions(gsutil_path))
55 'Attempted to access a file from Cloud Storage but you have no '
227 # Read in 1mb chunks, so it doesn't all have to be loaded into memory.
  /external/llvm/autoconf/m4/
c_printf_a.m4 2 # 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/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/proguard/bin/
proguard.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 9 <p>Terms and conditions have changed. You need to accept the new terms
  /hardware/qcom/display/msm8226/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /hardware/qcom/display/msm8960/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions

Completed in 776 milliseconds

12 3 4 5 6 7 8 91011>>