HomeSort by relevance Sort by last modified time
    Searched defs:warned (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /bionic/libc/arch-mips/bionic/
cacheflush.cpp 51 static bool warned = false; local
52 if (!warned) {
54 warned = true;
  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 69 int bcnt, cnt, nr, warned; local
87 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) {
114 if (!warned) {
117 warned = 1;
dd.c 485 static int warned; local
559 if (out.flags & ISCHR && !warned) {
560 warned = 1;
  /toolchain/binutils/binutils-2.25/gold/
target.cc 167 static bool warned; local
168 if (!warned)
173 warned = true;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Versions.cpp 460 bool warned = false; local
469 warned = true;
472 if (warned)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 511 static bool warned = false; local
513 if (!warned) {
516 warned = true;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-d10v.c 461 bfd_boolean unresolved_reloc, warned, ignored; local
466 unresolved_reloc, warned, ignored);
elf32-fr30.c 553 bfd_boolean unresolved_reloc, warned, ignored;
558 unresolved_reloc, warned, ignored);
548 bfd_boolean unresolved_reloc, warned, ignored; local
elf32-i860.c 1122 bfd_boolean unresolved_reloc, warned, ignored; local
    [all...]
elf32-mcore.c 464 bfd_boolean unresolved_reloc, warned, ignored;
469 unresolved_reloc, warned, ignored);
460 bfd_boolean unresolved_reloc, warned, ignored; local
elf32-moxie.c 245 bfd_boolean unresolved_reloc, warned, ignored;
250 unresolved_reloc, warned, ignored);
242 bfd_boolean unresolved_reloc, warned, ignored; local
elf32-mt.c 347 bfd_boolean warned, ignored;
352 unresolved_reloc, warned, ignored);
346 bfd_boolean warned, ignored; local
elf32-xc16x.c 376 bfd_boolean unresolved_reloc, warned, ignored; local
381 unresolved_reloc, warned, ignored);
elf-m10200.c 375 bfd_boolean unresolved_reloc, warned, ignored;
380 unresolved_reloc, warned, ignored);
374 bfd_boolean unresolved_reloc, warned, ignored; local
    [all...]
elf32-cr16c.c 717 bfd_boolean unresolved_reloc, warned, ignored; local
722 unresolved_reloc, warned, ignored);
elf32-crx.c 867 bfd_boolean unresolved_reloc, warned, ignored; local
872 unresolved_reloc, warned, ignored);
    [all...]
elf32-iq2000.c 634 bfd_boolean warned, ignored;
639 unresolved_reloc, warned, ignored);
629 bfd_boolean warned, ignored; local
elf32-mep.c 497 bfd_boolean warned, unresolved_reloc, ignored;
502 unresolved_reloc, warned, ignored);
492 bfd_boolean warned, unresolved_reloc, ignored; local
elf32-xstormy16.c 823 bfd_boolean unresolved_reloc, warned, ignored;
828 unresolved_reloc, warned, ignored);
820 bfd_boolean unresolved_reloc, warned, ignored; local
elf32-m68hc1x.c 986 bfd_boolean unresolved_reloc, warned, ignored; local
991 warned, ignored);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rclex.c 720 int warned = 0; local
752 if (! warned && val >= base)
754 warned = 1;
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 881 static int warned = 0; local
882 if(!warned) {
884 warned = 1;
899 static int warned = 0; local
900 if(!warned) {
904 warned = 1;
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 943 static int warned = 0; local
947 warned = 0;
955 if (!warned)
958 warned = 1;
    [all...]
  /external/fio/
gettime.c 29 int warned; member in struct:tv_valid
179 else if (cycles_wrap && t >= cycles_start && !tv->warned) {
181 tv->warned = 1;
  /external/stressapptest/src/
os.cc 298 static bool warned = false; local
310 if (!warned) {
313 warned = true;

Completed in 503 milliseconds

1 2 3 4