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

  /src/sys/arch/epoc32/stand/e32boot/exe/
Makefile 12 IN=$(PROG:.exe=.in)
42 $(PROG): $(OBJS) $(IN)
45 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS)
49 $(IN) $(LIBS)
51 --whole-archive $(IN) --no-whole-archive $(LIBS)
57 $(IN): $(OBJS)
62 rm -f $(PROG) $(OBJS) $(IN) $(MAP)
  /src/sys/arch/epoc32/stand/e32boot/ldd/
Makefile 12 IN=$(PROG:.ldd=.in)
64 $(PROG): $(OBJS) $(IN)
66 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS)
70 $(IN) $(LIBS)
72 --whole-archive $(IN) --no-whole-archive $(LIBS)
75 $(IN): $(OBJS)
81 rm -f $(PROG) $(OBJS) $(IN) $(MAP)
  /src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c 28 #define IN 0x2
39 { S|A, 0, 9, 10000, 2048, IN },
42 { A, 0, 10, 10000, 2048, IN },
45 { A, 0, 10, 12000, 2048, IN },
46 { A, 0, 10, 13000, 2048, IN },
48 { A, 0, 10, 11000, 1048, IN },
51 { A, 0, 10, 13000, 2048, IN },
56 { S|A, 0, 9, 10000, 4000, IN },
60 { A, 0, 10, 11000, 4000, IN },
66 { A, 0, 10, 15000, 4000, IN },
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DiffConsumer.cpp 21 unsigned IN = 0;
27 Numbering[&*AI] = IN++;
29 // Walk the basic blocks in order.
32 Numbering[&*FI] = IN++;
34 // Walk the instructions in order.
38 Numbering[&*BI] = IN++;
105 out << "in function " << L->getName()
108 out << "in function " << L->getName() << ":\n";
113 out << " in block %" << L->getName() << ":\n";
115 out << " in block "
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
st-pincfg.h 33 #define IN (0)
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-ldmstm.ml 12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
34 type optype = IN | OUT | INOUT
72 | IN -> ""
85 let indent = " " in
90 Printf.printf "%s" (destreg nregs first IN thumb);
95 let indent = " " in
99 Printf.printf "%s" (destreg nregs first IN thumb);
104 let indent = " " ^ extra_indent in
110 let indent = " " ^ extra_indent in
116 let indent = " " in
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-ldmstm.ml 12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
34 type optype = IN | OUT | INOUT
72 | IN -> ""
85 let indent = " " in
90 Printf.printf "%s" (destreg nregs first IN thumb);
95 let indent = " " in
99 Printf.printf "%s" (destreg nregs first IN thumb);
104 let indent = " " ^ extra_indent in
110 let indent = " " ^ extra_indent in
116 let indent = " " in
    [all...]
  /src/sys/lib/libkern/
entpool.c 10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34 * sponge duplex, following the design described and analyzed in
37 * Assche, `Sponge-Based Pseudo-Random Number Generators', in
46 * Encryption and Other Applications', in Ali Miri and Serge
47 * Vaudenay, eds., Selected Areas in Cryptography—SAC 2011
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
DeltaTree.cpp 23 /// than binary trees, because they store multiple keys/values in each node.
34 /// full delta implied by a whole subtree in constant time.
38 /// SourceDelta - As code in the original input buffer is added and deleted,
65 /// WidthFactor - This controls the number of K/V slots held in the BTree:
71 /// Values - This tracks the SourceDelta's currently in this node.
82 /// FullDelta - This is the full delta of all the values in this node and
174 if (auto *IN = dyn_cast<DeltaTreeInteriorNode>(this))
176 NewFullDelta += IN->getChild(i)->getFullDelta();
199 // leaving an entry with Delta=0, so we just leave an entry with Delta=0 in
209 // For an insertion into a non-full leaf node, just insert the value in
    [all...]
  /src/bin/ksh/
lex.h 65 #define SHEREDQUOTE 10 /* parsing " in <<,<<- delimiter */
77 /* If something is added here, add it to tokentab[] in syn.c as well */
95 #define IN 273
120 #define HERES 10 /* max << in line */
  /src/libexec/getty/
gettytab.h 7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
38 const char *field; /* name to lookup in gettytab */
39 const char *defalt; /* value we find by looking in defaults */
45 long defalt; /* number we find in defaults */
52 char invrt; /* name existing in gettytab --> false *
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 53 // IN - argument is passed into the function
58 #ifndef IN
59 #define IN
  /src/sys/dev/usb/
ugen.c 12 * Effort sponsored in part by the Defense Advanced Research Projects
16 * Redistribution and use in source and binary forms, with or without
21 * 2. Redistributions in binary form must reproduce the above copyright
22 * notice, this list of conditions and the following disclaimer in the
28 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
32 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
145 #define UGEN_BULK_RA 0x08 /* in bulk read-ahead mode */
146 #define UGEN_BULK_WB 0x10 /* in bulk write-behind mode */
157 uint32_t ra_wb_used; /* how much is in buffer *
    [all...]
  /src/sys/dev/ic/
interwavereg.h 12 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce the above copyright
18 * notice, this list of conditions and the following disclaimer in the
24 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
353 #define IN 0
  /src/tests/dev/audio/
audiotest.c 6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
372 * open() will be acceptable immediately in audio layer. But the real
644 * audio2 is merged in 8.99.39.
840 /* This expects that result is expressed in expr. */
966 * All system calls in following tests should be called with these macros
    [all...]

Completed in 38 milliseconds