HomeSort by: relevance | last modified time | path
    Searched refs:discarded (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/mit/xorg/server/drivers/xf86-video-suncg6/
Makefile 15 COPTS.cg6_accel.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
  /src/external/mit/xorg/server/drivers/xf86-video-sis/
Makefile 26 COPTS.sis_driver.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
27 COPTS.sis_utility.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :} ${CC_WNO_STRINGOP_OVERFLOW}
28 COPTS.initextx.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
  /src/external/mit/xorg/server/drivers/xf86-video-pnozz/
Makefile 15 COPTS.pnozz_accel.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
  /src/external/mit/xorg/server/drivers/xf86-video-openchrome/
Makefile 52 COPTS.via_driver.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
53 COPTS.via_lvds.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
  /src/external/mit/xorg/server/drivers/xf86-video-sunffb/
Makefile 28 COPTS.ffb_dac.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
29 COPTS.ffb_dga.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
  /src/sys/modules/dtrace/linux32_syscall/
Makefile 18 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-discarded-qualifiers :}
  /src/sys/modules/dtrace/linux_syscall/
Makefile 18 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-discarded-qualifiers :}
  /src/sys/modules/dtrace/netbsd32_syscall/
Makefile 18 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-discarded-qualifiers :}
  /src/sys/modules/dtrace/profile/
Makefile 16 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-discarded-qualifiers :}
  /src/sys/modules/dtrace/syscall/
Makefile 18 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-discarded-qualifiers :}
  /src/external/mit/xorg/server/drivers/xf86-video-siliconmotion/
Makefile 17 COPTS.smi_video.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
  /src/external/cddl/osnet/usr.sbin/dtrace/
Makefile 35 COPTS.dtrace.c += ${${ACTIVE_CC} == "gcc" :? -Wno-discarded-qualifiers :}
  /src/sys/sys/
rndio.h 61 uint32_t discarded; member in struct:__anon7670
  /src/sys/modules/dtrace/dtrace/
Makefile 50 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-discarded-qualifiers :}
  /src/external/gpl2/xcvs/dist/diff/
analyze.c 333 All line numbers are origin-0 and discarded lines are not counted.
396 A line which is discarded will not be considered by the actual
399 (which don't count the discarded lines) into real line numbers;
401 that are comprehensible when the discarded lines are counted.
411 char *discarded[2];
437 /* Set up tables of which lines are going to be discarded. */
439 discarded[0] = xmalloc (sizeof (char)
442 discarded[1] = discarded[0] + filevec[0].buffered_lines;
443 bzero (discarded[0], sizeof (char) * (filevec[0].buffered_line
409 char *discarded[2]; local
    [all...]
  /src/games/hack/
hack.mklev.c 98 /* rscnt..rsmax: discarded */
305 boolean discarded; local
316 if ((discarded = (rsp >= &rs[rscnt]))) {
326 addrsx(lx, ly, hx, lowy - 2, discarded);
328 addrsx(lx, ly, lowx - 2, hy, discarded);
330 addrsx(lx, hiy + 2, hx, hy, discarded);
332 addrsx(hix + 2, ly, hx, hy, discarded);
336 /* discarded: piece of a discarded area */
338 addrsx(int lx, int ly, int hx, int hy, boolean discarded)
    [all...]
  /src/usr.bin/make/unit-tests/
modmisc.mk 40 # When a modifier is applied to the "" variable, the result is discarded.
cmdline.mk 48 # Leading whitespace in the variable value is discarded though, which makes
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_ackm.c 246 * minimum packet number that increases as ranges are discarded is one way to
325 * received, the packet will be discarded unprocessed and the PN is simply
525 * and removed again once ack'd/lost/discarded.
531 * ack-eliciting, and removed again once ack'd/lost/discarded.
547 /* Set to 1 when a PN space has been discarded. */
548 char discarded[QUIC_PN_SPACE_NUM]; member in struct:ossl_ackm_st
619 * discarded.
623 assert(!ackm->discarded[pkt_space]);
630 * discarded.
634 assert(!ackm->discarded[pkt_space])
    [all...]
  /src/external/gpl2/diffutils/dist/src/
analyze.c 331 All line numbers are origin-0 and discarded lines are not counted.
393 A line which is discarded will not be considered by the actual
396 (which don't count the discarded lines) into real line numbers;
398 that are comprehensible when the discarded lines are counted.
408 char *discarded[2];
433 /* Set up tables of which lines are going to be discarded. */
435 discarded[0] = zalloc (filevec[0].buffered_lines
437 discarded[1] = discarded[0] + filevec[0].buffered_lines;
439 /* Mark to be discarded each line that matches no line of the other file
406 char *discarded[2]; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quic_ackm_test.c 26 int lost, acked, discarded; member in struct:pkt_info
44 ++info->discarded;
149 const char *expect_ack; /* 1=ack, 2=lost, 4=discarded */
398 if (!TEST_int_eq(h.pkts[i].discarded, 1))
416 if (!TEST_int_eq(h.pkts[i].discarded,
494 const char *expect; /* 1=ack, 2=lost, 4=discarded */
601 if (!TEST_int_eq(h.pkts[i].discarded,
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev67/
popcount.asm 47 C discarded, and src[0] is repeated by the main loop.
  /src/external/mit/xorg/server/xorg-server/hw/xfree86/common/
Makefile 115 COPTS.xf86Configure.c= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
  /src/sys/dev/bluetooth/
bcsp.c 636 goto discarded;
722 discarded:
802 goto discarded;
807 goto discarded;
812 goto discarded;
840 discarded:
bth5.c 672 goto discarded;
766 discarded:
846 goto discarded;
851 goto discarded;
856 goto discarded;
884 discarded:

Completed in 43 milliseconds

1 2 3 4