HomeSort by relevance Sort by last modified time
    Searched refs:warned (Results 1 - 25 of 97) 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/ld/testsuite/ld-cris/
globsymw1.s 14 ;# construct is last, but is missing the actual symbol warned about.
warn1.d 8 # There should be no warning, since the symbol warned about is
warn2.d 8 # There should be no warning, since the symbol warned about is
  /toolchain/binutils/binutils-2.25/gold/
target.cc 167 static bool warned; local
168 if (!warned)
173 warned = true;
  /external/elfutils/src/
ldlex.l 232 bool warned = false;
246 if (empty && ! isspace (c) && ! warned)
249 warned = true;
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 223 static bool warned = FALSE; \
224 if (!warned) { \
227 warned = TRUE; \
  /toolchain/binutils/binutils-2.25/bfd/
elf32-moxie.c 245 bfd_boolean unresolved_reloc, warned, ignored;
250 unresolved_reloc, warned, ignored);
242 bfd_boolean unresolved_reloc, warned, ignored; local
elf32-xc16x.c 376 bfd_boolean unresolved_reloc, warned, ignored; local
381 unresolved_reloc, warned, ignored);
elf32-d10v.c 461 bfd_boolean unresolved_reloc, warned, ignored; local
466 unresolved_reloc, warned, ignored);
elf32-epiphany.c 515 bfd_boolean warned ATTRIBUTE_UNUSED;
522 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-mcore.c 464 bfd_boolean unresolved_reloc, warned, ignored;
469 unresolved_reloc, warned, ignored);
460 bfd_boolean unresolved_reloc, warned, ignored; local
elf32-msp430.c 796 static bfd_boolean warned = FALSE; local
797 if (! warned)
803 warned = TRUE;
1104 static bfd_boolean warned = FALSE; local
1279 bfd_boolean unresolved_reloc, warned, ignored; local
    [all...]
elf32-mt.c 347 bfd_boolean warned, ignored;
352 unresolved_reloc, warned, ignored);
346 bfd_boolean warned, ignored; local
elf32-iq2000.c 634 bfd_boolean warned, ignored;
639 unresolved_reloc, warned, ignored);
629 bfd_boolean warned, ignored; local
  /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/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 511 static bool warned = false; local
513 if (!warned) {
516 warned = true;
  /external/mesa3d/src/glx/
glx_pbuffer.c 47 static int warned=1; \
48 if(warned) { \
50 warned=0; \
  /toolchain/binutils/binutils-2.25/binutils/
rclex.c 720 int warned = 0; local
752 if (! warned && val >= base)
754 warned = 1;
  /external/dnsmasq/src/
dnsmasq.c 943 static int warned = 0; local
947 warned = 0;
955 if (!warned)
958 warned = 1;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 228 static int warned; variable
293 if (warned)
320 warned = TRUE;
578 warned = FALSE;
  /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...]

Completed in 684 milliseconds

1 2 3 4