Searched refs:have (Results 1 - 25 of 551) sorted by relevance

1234567891011>>

/external/libopus/celt/arm/
H A Darmopts.s.in27 ; Set the following to 1 if we have EDSP instructions
31 ; Set the following to 1 if we have ARMv6 media instructions.
34 ; Set the following to 1 if we have NEON (some ARMv7)
H A Darmopts_gnu.s28 @ Set the following to 1 if we have EDSP instructions
32 @ Set the following to 1 if we have ARMv6 media instructions.
35 @ Set the following to 1 if we have NEON (some ARMv7)
/external/clang/test/Preprocessor/
H A Dwarning_tests.c3 #error Should have __has_warning
9 // expected-warning@+2 {{Should have -Wparentheses}}
11 #warning Should have -Wparentheses
44 #error Expansion should have occurred
H A Dfeature_tests.c4 #error Should have __has_feature
19 #error Clang should have these
23 #error Clang should not have this
30 // Make sure we have x86 builtins only (forced with target triple).
54 #error Expansion should have occurred
/external/clang/test/Modules/
H A Dmacro-masking.cpp14 # error should have been undefined!
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h16 #error Every target should have __INTPTR_TYPE__
/external/valgrind/drd/tests/
H A Dsem_wait.stderr.exp3 Wait would have blocked
/external/python/cpython2/Modules/zlib/
H A Dgzread.c20 local int gz_load(state, buf, len, have)
24 unsigned *have;
28 *have = 0;
30 ret = read(state->fd, buf + *have, len - *have);
33 *have += ret;
34 } while (*have < len);
77 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
149 state->x.have = 0;
159 state->x.have
[all...]
/external/clang/test/ARCMT/Inputs/Module.framework/Headers/
H A DModule.h12 # error Module should have been built without -DFOO
/external/llvm/test/MC/Mips/
H A Dmips_directives_bad.s4 .abicalls should have no operands
6 # CHECK-NEXT: .abicalls should have no operands
H A Dset-mips16-directive.s2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
/external/skia/src/opts/
H A DSkOpts_avx.cpp12 #error We have included ucrt\math.h without protecting it against ODR violation.
/external/skqp/src/opts/
H A DSkOpts_avx.cpp12 #error We have included ucrt\math.h without protecting it against ODR violation.
/external/zlib/src/contrib/infback9/
H A Dinflate9.h42 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
H A Dinfback9.c127 if (have == 0) { \
128 have = in(in_desc, &next); \
129 if (have == 0) { \
142 have--; \
227 unsigned have; /* available input */ local
264 have = next != Z_NULL ? strm->avail_in : 0;
331 if (copy > have) copy = have;
334 have -= copy;
361 state->have
[all...]
/external/python/cpython3/Modules/zlib/
H A Dgzread.c21 local int gz_load(state, buf, len, have)
25 unsigned *have;
30 *have = 0;
32 get = len - *have;
35 ret = read(state->fd, buf + *have, get);
38 *have += (unsigned)ret;
39 } while (*have < len);
82 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
152 state->x.have = 0;
162 state->x.have
[all...]
/external/zlib/src/
H A Dgzread.c21 local int gz_load(state, buf, len, have)
25 unsigned *have;
30 *have = 0;
32 get = len - *have;
35 ret = read(state->fd, buf + *have, get);
38 *have += (unsigned)ret;
39 } while (*have < len);
82 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
152 state->x.have = 0;
162 state->x.have
[all...]
/external/zlib/src/examples/
H A Dfitblk.c131 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);
H A Dzpipe.c39 unsigned have; local
69 have = CHUNK - strm.avail_out;
70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
95 unsigned have; local
135 have = CHUNK - strm.avail_out;
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
/external/llvm/test/MC/ARM/
H A Dmulti-section-mapping.s25 @ + .text to have $a at 0 and no others
26 @ + .wibble to have $a at 0
27 @ + .starts_thumb to have $t at 0
28 @ + .starts_data to have $d at 0
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php9 <p>Terms and conditions have changed. You need to accept the new terms
/external/clang/test/Modules/Inputs/Module.framework/Headers/
H A DModule.h12 # error Module should have been built without -DFOO
/external/curl/docs/cmdline-opts/
H A Dtrace.d7 descriptive information, to the given output file. Use "-" as filename to have
8 the output sent to stdout. Use "%" as filename to have the output sent to
/external/libffi/src/cris/
H A Dsysv.S35 ;; OK, when we get called we should have this (according to
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
H A Dsysv.S35 ;; OK, when we get called we should have this (according to

Completed in 2719 milliseconds

1234567891011>>