Lines Matching defs:use
5 * Redistribution and use in source and binary forms, with or without
11 * features or use of this software display the following acknowledgement:
58 * This is intended for libpcap developers, not for general use.
83 * This is intended for libpcap developers, not for general use.
120 * Visual Studio; we support only 2005 and later, so use
192 * Register numbers for use-def values.
202 * x register in use-def computations.
203 * Currently, the use-def code assumes only one definition per instruction.
625 atomset def = 0, use = 0, killed = 0;
635 use |= ATOMMASK(X_ATOM);
637 use |= ATOMMASK(A_ATOM);
641 use |= ATOMMASK(atom);
648 if (!ATOMELEM(use, atom))
661 use |= ATOMMASK(X_ATOM);
663 use |= ATOMMASK(A_ATOM);
667 use |= ATOMMASK(atom);
676 b->in_use = use;
1536 * This is a special case: if we don't use anything from this
1542 * the heading of "if we don't use anything from this block",
1543 * i.e., if we use any memory location set to a different
1544 * value by this block, then we use something from this block.
1546 * XXX - why does it matter whether we use anything from this
1548 * its value, isn't that OK even if we use that value?
1598 atomset use = succ->out_use;
1600 if (use == 0)
1604 if (ATOMELEM(use, atom))
2585 * in a u_int; we use it as a u_int number-of-iterations
2609 * in a u_int; we use it as a u_int number-of-iterations
2878 * must be valid - it's being returned for use in a bpf_program structure.
2886 * the program.) Change the program to use pcap_freecode() when it's