Searched refs:In (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-10.0-release/share/doc/psd/20.ipctut/
H A Dsocketpair.c38 #define DATA1 "In Xanadu, did Kublai Khan . . ."
/freebsd-10.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c57 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field)
58 #define ACPI_COPY_ADDRESS(Out, In) \
59 ACPI_COPY_FIELD(Out, In, ResourceType); \
60 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
61 ACPI_COPY_FIELD(Out, In, Decode); \
62 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
63 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
64 ACPI_COPY_FIELD(Out, In, Info); \
65 ACPI_COPY_FIELD(Out, In, Granularit
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c147 } In; local
153 In.Value = Value;
155 Out.Bytes[0] = In.Bytes[3];
156 Out.Bytes[1] = In.Bytes[2];
157 Out.Bytes[2] = In.Bytes[1];
158 Out.Bytes[3] = In.Bytes[0];
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp524 Value *In = ICI->getOperand(0);
525 Value *Sh = ConstantInt::get(In->getType(),
526 In->getType()->getScalarSizeInBits()-1);
527 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit");
528 if (In->getType() != CI.getType())
529 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
532 Constant *One = ConstantInt::get(In
570 Value *In = ICI->getOperand(0); local
903 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit"); local
923 Value *In = ICI->getOperand(0); local
976 Value *In = Builder->CreateAShr(Op0, VSh, Op0->getName()+".lobit"); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInternalize.cpp88 std::ifstream In(Filename);
89 if (!In.good()) {
94 while (In) {
96 In >> Symbol;
H A DLoopExtractor.cpp198 std::ifstream In(Filename);
199 if (!In.good()) {
204 while (In) {
206 In >> FunctionName;
207 In >> BlockName;
/freebsd-10.0-release/contrib/groff/contrib/mm/
H A DNOTES16 In each file there are definitions of all extra macros needed for the
/freebsd-10.0-release/tools/tools/mid/
H A Dmid-index58 } elsif (/^In-Reply-to:\s+[^<]*\<([^$idsep]+)/oi) {
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h35 RelocToApply(const RelocToApply &In) : Value(In.Value), Width(In.Width) {} argument
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/freebsd-10.0-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon4601
H A Deapol_auth_dump.c41 case In: return "In";
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex109 In May 2005 \benh implemented a new approach to handling the device
132 kernel that parses it and the bootloader that generates it. In
138 its internals. In practice that means we must not use pointers
143 having to effectively regenerate the whole flattened tree. In
253 In many cases a flat tree can be simpler than a typical OF provided
269 bindings for many modern buses and devices. In particular, embedded
277 tree. In OF, each node in the tree has an associated phandle, a
278 32-bit integer that uniquely identifies the node\footnote{In practice
290 In the flattened tree, a node's phandle is represented by a special
305 node's \texttt{reg} property. In additio
[all...]
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dirix-crti.asm19 In theory, the SGI model should allow the crti, crtn and intermediate code
/freebsd-10.0-release/contrib/openpam/
H A Dmkpkgng.in136 Linux-PAM, plus some innovations of its own. In areas where these
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec14 PAM-aware password changing programs, such as passwd(1). In addition
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h320 SymbolCast(const SymExpr *In, QualType From, QualType To) : argument
321 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
330 const SymExpr *In, QualType From, QualType To) {
332 ID.AddPointer(In);
329 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *In, QualType From, QualType To) argument
/freebsd-10.0-release/share/mk/
H A Dbsd.dep.mk37 # In "ctags" mode, create a tags file for the source files.
38 # In "gtags" mode, create a (GLOBAL) gtags file for the
H A Dbsd.progs.mk21 # In meta mode, we can capture dependenices for _one_ of the progs.
/freebsd-10.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S259 cld # In case anyone depends on this
/freebsd-10.0-release/contrib/bmake/mk/
H A Dlibs.mk20 # In meta mode, we can capture dependenices for _one_ of the progs.
H A Dprogs.mk20 # In meta mode, we can capture dependenices for _one_ of the progs.
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm11 ! In addition to the permissions in the GNU General Public License, the
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm9 # In addition to the permissions in the GNU General Public License, the
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp181 static bool Check(DecodeStatus &Out, DecodeStatus In);
186 static bool Check(DecodeStatus &Out, DecodeStatus In) { argument
187 switch (In) {
192 Out = In;
195 Out = In;
368 // In the 32-bit variant, bit 6 must be zero. I.e. the immediate must be

Completed in 161 milliseconds

1234