HomeSort by relevance Sort by last modified time
    Searched refs:alc (Results 1 - 22 of 22) sorted by null

  /external/valgrind/none/tests/s390x/
add.c 34 memsweep(alc, s2, 0);
38 memsweep(alc, s2, 1);
add.stdout.exp 155 alc 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0)
156 alc 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=1)
157 alc 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=1)
158 alc 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=1)
159 alc 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=1)
160 alc 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=1)
161 alc 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=1)
162 alc 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=1)
163 alc 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1)
164 alc 0 + 8000000000000000 + 0000000000000000 = 8000000000000000 (cc=0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
cond.l 1 # This should match the output of gas -alc cond.s.
  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 167 size_t alc; local
171 alc = sizeof(Stringdata) + len;
175 alc = sizeof(Stringdata) + buffer_size;
179 if (len > psd->alc - psd->len)
180 alc = sizeof(Stringdata) + buffer_size;
194 Stringdata* psd = reinterpret_cast<Stringdata*>(new char[alc]);
195 psd->alc = alc - sizeof(Stringdata);
stringpool.h 311 size_t alc; member in struct:gold::Stringpool_template::Stringdata
archive.cc 132 size_t alc = 100 + strlen(sym_name); local
133 char* buf = new char[alc];
134 snprintf(buf, alc, _("script or expression reference to %s"),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-z900.s 43 alc %r6,4095(%r5,%r10)
esa-z900.d 49 .*: e3 65 af ff 00 98 [ ]*alc %r6,4095\(%r5,%r10\)
zarch-z990.s 6 alc %r6,-524288(%r5,%r10)
zarch-z990.d 12 .*: e3 65 a0 00 80 98 [ ]*alc %r6,-524288\(%r5,%r10\)
  /toolchain/binutils/binutils-2.25/bfd/
srec.c 345 bfd_size_type alc; local
363 alc = 10;
364 symbuf = (char *) bfd_malloc (alc + 1);
374 if ((bfd_size_type) (p - symbuf) >= alc)
378 alc *= 2;
379 n = (char *) bfd_realloc (symbuf, alc + 1);
    [all...]
sunos.c 922 bfd_size_type alc;
938 alc = sizeof (struct bfd_link_needed_list);
939 needed = bfd_alloc (abfd, alc);
945 alc = 30;
946 namebuf = bfd_malloc (alc + 1);
970 if ((bfd_size_type) (p - namebuf) >= alc)
974 alc *= 2;
975 n = bfd_realloc (namebuf, alc + 1);
1002 if ((p - namebuf) + strlen (majbuf) + strlen (minbuf) >= alc)
1006 alc = (p - namebuf) + strlen (majbuf) + strlen (minbuf)
921 bfd_size_type alc; local
    [all...]
elflink.c 1962 char *alc; local
5127 char *alc = NULL; local
5195 char *alc = NULL; local
    [all...]
elf.c 3286 char *alc; local
    [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c 288 size_t alc; member in struct:d_growable_string
6011 size_t alc; local
6118 size_t alc; local
6139 size_t alc; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.c 273 size_t alc; member in struct:d_growable_string
5982 size_t alc; local
6089 size_t alc; local
6110 size_t alc; local
    [all...]
  /external/svox/pico/lib/
picopr.c 212 picoos_bool alc; member in struct:pr_ioItem
224 picoos_bool alc; member in struct:pr_ioItem2
1012 item->alc = FALSE;
1054 outItem->alc = inItem->alc;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 5285 size_t alc; local
5364 size_t alc; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 7175 unsigned int alc; local
    [all...]
  /external/llvm/test/MC/SystemZ/
insn-bad.s 145 #CHECK: alc %r0, -524289
147 #CHECK: alc %r0, 524288
149 alc %r0, -524289
150 alc %r0, 524288
    [all...]
insn-good.s 274 #CHECK: alc %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x98]
275 #CHECK: alc %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x98]
276 #CHECK: alc %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x98]
277 #CHECK: alc %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x98]
278 #CHECK: alc %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x98]
279 #CHECK: alc %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x98]
280 #CHECK: alc %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x98]
281 #CHECK: alc %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x98]
282 #CHECK: alc %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x98]
283 #CHECK: alc %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x98
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h 1655 ALC alc; member in struct:tagRC
    [all...]

Completed in 4901 milliseconds