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

1234

/freebsd-9.3-release/sys/contrib/dev/acpica/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-9.3-release/share/doc/psd/20.ipctut/
H A Dsocketpair.c38 #define DATA1 "In Xanadu, did Kublai Khan . . ."
/freebsd-9.3-release/contrib/cvs/contrib/
H A Ddescend.sh81 echo In directory `hostname`:`pwd`
122 echo In directory `hostname`:`pwd`/$file: symbolic link: skipping
/freebsd-9.3-release/contrib/llvm/tools/lli/Unix/
H A DRemoteTargetExternal.inc44 // In the child...
67 // In the parent...
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DInternalize.cpp94 std::ifstream In(Filename);
95 if (!In.good()) {
100 while (In) {
102 In >> Symbol;
H A DLoopExtractor.cpp198 std::ifstream In(Filename);
199 if (!In.good()) {
204 while (In) {
206 In >> FunctionName;
207 In >> BlockName;
/freebsd-9.3-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
913 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit"); local
933 Value *In = ICI->getOperand(0); local
986 Value *In = Builder->CreateAShr(Op0, VSh, Op0->getName()+".lobit"); local
[all...]
/freebsd-9.3-release/contrib/groff/contrib/mm/
H A DNOTES16 In each file there are definitions of all extra macros needed for the
/freebsd-9.3-release/tools/tools/mid/
H A Dmid-index58 } elsif (/^In-Reply-to:\s+[^<]*\<([^$idsep]+)/oi) {
/freebsd-9.3-release/sys/contrib/dev/acpica/utilities/
H A Dutmisc.c594 } In; local
600 In.Value = Value;
602 Out.Bytes[0] = In.Bytes[3];
603 Out.Bytes[1] = In.Bytes[2];
604 Out.Bytes[2] = In.Bytes[1];
605 Out.Bytes[3] = In.Bytes[0];
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h36 RelocToApply(const RelocToApply &In) : Value(In.Value), Width(In.Width) {} argument
/freebsd-9.3-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-9.3-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h26 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon4418
H A Deapol_auth_dump.c47 case In: return "In";
/freebsd-9.3-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-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm19 In theory, the SGI model should allow the crti, crtn and intermediate code
/freebsd-9.3-release/contrib/openpam/
H A Dmkpkgng.in136 Linux-PAM, plus some innovations of its own. In areas where these
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec14 PAM-aware password changing programs, such as passwd(1). In addition
/freebsd-9.3-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-9.3-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
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S270 cld # In case anyone depends on this
/freebsd-9.3-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-9.3-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm11 ! In addition to the permissions in the GNU General Public License, the
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrti.asm9 # In addition to the permissions in the GNU General Public License, the

Completed in 222 milliseconds

1234