HomeSort by: relevance | last modified time | path
    Searched defs:discarded (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/sys/
rndio.h 61 uint32_t discarded; member in struct:__anon7670
  /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/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/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/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/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/gpl3/binutils/dist/bfd/
cofflink.c 254 made undefined due to being in a discarded section. */
328 bool discarded = false; local
355 discarded = true;
455 if (discarded)
2407 coming from discarded sections and complain about them. */
2432 "defined in discarded section `%pA' of %pB\n"),
3102 /* If the input section defining the symbol has been discarded
elflink.c 852 in a discarded section, eg. a discarded link-once section symbol. */
2687 /* Hide symbols defined in discarded input sections. */
3193 /* Symbols defined in discarded sections shouldn't be dynamic. */
5025 bool discarded;
5043 discarded = false;
5109 /* Symbols from discarded section are undefined. We keep
5112 discarded = true;
5397 this symbol is defined in a discarded section. */
5398 if (discarded && is_elf_hash_table (&htab->root)
5016 bool discarded; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
cofflink.c 254 made undefined due to being in a discarded section. */
328 bool discarded = false; local
355 discarded = true;
455 if (discarded)
2419 coming from discarded sections and complain about them. */
2444 "defined in discarded section `%pA' of %pB\n"),
3109 /* If the input section defining the symbol has been discarded
elflink.c 167 symbol for a discarded section. */
846 in a discarded section, eg. a discarded link-once section symbol. */
2649 /* Hide symbols defined in discarded input sections. */
3155 /* Symbols defined in discarded sections shouldn't be dynamic. */
4990 bool discarded;
5008 discarded = false;
5074 /* Symbols from discarded section are undefined. We keep
5077 discarded = true;
5355 this symbol is defined in a discarded section. *
4981 bool discarded; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
cofflink.c 253 made undefined due to being in a discarded section. */
327 bool discarded = false; local
354 discarded = true;
454 if (discarded)
2380 coming from discarded sections and complain about them. */
2405 "defined in discarded section `%pA' of %pB\n"),
3070 /* If the input section defining the symbol has been discarded
elflink.c 126 symbol for a discarded section. */
807 in a discarded section, eg. a discarded link-once section symbol. */
2610 /* Hide symbols defined in discarded input sections. */
3127 /* Symbols defined in discarded sections shouldn't be dynamic. */
4962 bool discarded;
4980 discarded = false;
5046 /* Symbols from discarded section are undefined. We keep
5049 discarded = true;
5326 this symbol is defined in a discarded section. *
4953 bool discarded; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
cofflink.c 253 made undefined due to being in a discarded section. */
327 bool discarded = false; local
354 discarded = true;
454 if (discarded)
2380 coming from discarded sections and complain about them. */
2405 "defined in discarded section `%pA' of %pB\n"),
3070 /* If the input section defining the symbol has been discarded
elflink.c 126 symbol for a discarded section. */
807 in a discarded section, eg. a discarded link-once section symbol. */
2596 /* Hide symbols defined in discarded input sections. */
3113 /* Symbols defined in discarded sections shouldn't be dynamic. */
4947 bool discarded;
4965 discarded = false;
5031 /* Symbols from discarded section are undefined. We keep
5034 discarded = true;
5311 this symbol is defined in a discarded section. *
4938 bool discarded; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 280 /* Discarded page? */ member in struct:page_entry
281 bool discarded;
794 if (p->discarded)
796 p->discarded = false;
1048 if (!p->discarded)
1078 if (p->discarded)
1102 start_p->discarded = true;
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 280 /* Discarded page? */ member in struct:page_entry
281 bool discarded;
794 if (p->discarded)
796 p->discarded = false;
1047 if (!p->discarded)
1077 if (p->discarded)
1101 start_p->discarded = true;
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 6090 /* EXPR is an expression, location LOC, whose result is discarded.
6269 int discarded = 0;
6290 discarded |= (TYPE_QUALS_NO_ADDR_SPACE (in_otype)
6300 if (discarded)
6305 discarded);
6307 if (added || discarded)
6249 int discarded = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 5611 /* EXPR is an expression, location LOC, whose result is discarded.
5790 int discarded = 0;
5811 discarded |= (TYPE_QUALS_NO_ADDR_SPACE (in_otype)
5821 if (discarded)
5826 discarded);
5828 if (added || discarded)
5772 int discarded = 0; local
  /src/external/bsd/tmux/dist/
tmux.h 1579 size_t discarded; member in struct:tty
1964 size_t discarded; member in struct:client

Completed in 86 milliseconds