/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
v32-err-8.s | 4 ; USP does not have the same register number in v10 as in v32.
|
binop-segref.s | 68 ; Don't have references to addresses immediately after the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
fdpic-shared-8-fail.d | 5 #error: (nonzero addend|may have caused)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-6m.d | 8 # A non-loaded section with relocs would have the SEC_RELOC bit set in the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tlsopt1_32.s | 2 # this section should not be optimised since we have old-style
|
tlsopt2.s | 2 # this section should not be optimised since we have old-style
|
tlsopt2_32.s | 2 # this section should not be optimised since we have old-style
|
/external/zlib/src/contrib/infback9/ |
infback9.c | 127 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 = 0 [all...] |
/external/clang/test/Modules/Inputs/Module.framework/Headers/ |
Module.h | 12 # error Module should have been built without -DFOO
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
builtin1.s | 1 # When disallowing built-in names, we have to treat GET and PUT
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
crange-2i.s | 2 ! no symbols, we will have a symbol of the "wrong kind" before the
|
crange-2a.s | 6 ! Make sure this symbol does not have the expected type.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-inval.s | 18 enterl $0,$0 # can't have 32-bit stack operands 41 leavel # can't have 32-bit stack operands 46 popl %eax # can't have 32-bit stack operands 52 pushl %eax # can't have 32-bit stack operands 53 pushfl # can't have 32-bit stack operands 54 popfl # can't have 32-bit stack operands 55 retl # can't have 32-bit stack operands
|
/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...] |
/toolchain/binutils/binutils-2.25/bfd/ |
configure.com | 4 $! We do not use the configure script, since we do not have /bin/sh 22 $! You should have received a copy of the GNU General Public License 273 /* Define if you have a working `mmap' system call. */ 283 /* Define if you have the fcntl function. */ 285 /* Define if you have the getpagesize function. */ 287 /* Define if you have the madvise function. */ 289 /* Define if you have the mprotect function. */ 291 /* Define if you have the <fcntl.h> header file. */ 293 /* Define if you have the <stddef.h> header file. */ 295 /* Define if you have the <stdlib.h> header file. * [all...] |
/external/libxml2/ |
xzlib.c | 61 unsigned int have; /* amount of output data unused at next */ member in struct:__anon17570 125 state->have = 0; /* no output data available */ 234 unsigned int *have) 238 *have = 0; 240 ret = read(state->fd, buf + *have, len - *have); 243 *have += ret; 244 } while (*have < len); 460 /* we have a gzip header, woo hoo! */ 509 state->have = 1 [all...] |
/external/opencv3/3rdparty/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/pdfium/third_party/zlib_v128/ |
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/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}}
|
/external/llvm/test/MC/MachO/AArch64/ |
classrefs.s | 4 ; an internal relocation. We just have to be careful to not use another symbol.
|
/external/opencv3/modules/videoio/perf/ |
perf_precomp.hpp | 17 #error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
asneed1.d | 15 # all) because the library isn't needed and would have to move 16 # to the end of the link-line to have effect if actually needed.
|
/external/autotest/utils/ |
reindent.py | 195 have = getlspace(lines[thisstmt]) 199 if have: 203 want = have2want.get(have, -1) 209 if have == getlspace(lines[jline]): 219 want = have + getlspace(after[jline-1]) - \ 224 want = have 228 have2want[have] = want 229 diff = want - have 230 if diff == 0 or have == 0:
|