Searched refs:Where (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { argument
71 Where = TokenList.insert(Where, T);
74 Where)).second;
77 return Where;
/freebsd-9.3-release/contrib/bmake/lst.lib/
H A DlstInt.h63 } Where; typedef in typeref:enum:__anon821
73 Where atEnd; /* Where in the list the last access was */
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dplist.c424 const char *Where = ".", *last_file = ""; local
444 Where = (p->name == NULL) ? prefix : p->name;
446 printf("Change working directory to %s\n", Where);
450 format_cmd(tmp, FILENAME_MAX, p->name, Where, last_file);
464 sprintf(tmp, "%s/%s", Where, p->name);
520 sprintf(tmp, "%s/%s", Where, p->name);
/freebsd-9.3-release/sys/contrib/dev/acpica/disassembler/
H A Ddmobject.c404 AcpiOsPrintf ("%p", ObjDesc->Reference.Where);
405 if (!ObjDesc->Reference.Where)
412 *(ObjDesc->Reference.Where));
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacdebug.h386 UINT32 Where);
H A Dacpiosxf.h200 ACPI_PHYSICAL_ADDRESS Where,
H A Dacobject.h433 union acpi_operand_object **Where; /* Target of Index */ member in struct:acpi_object_reference
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexresolv.c226 ObjDesc = *StackDesc->Reference.Where;
347 * ReturnType - Where the object type is returned
348 * ReturnDesc - Where the resolved object is returned
476 ObjDesc = *(ObjDesc->Reference.Where);
H A Dexstore.c71 * *DestDesc - Where to store it. Must be an NS node
259 * The object at *(IndexDesc->Reference.Where) is the
263 ObjDesc = *(IndexDesc->Reference.Where);
297 *(IndexDesc->Reference.Where) = NewDesc;
H A Dexoparg2.c68 * Where:
445 ReturnDesc->Reference.Where = &Operand[0]->Package.Elements [Index];
H A Dexoparg1.c69 * Where:
1036 ReturnDesc = *(Operand[0]->Reference.Where);
H A Dexdump.c245 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h536 /// into this MBB right before 'Where'.
539 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { argument
541 if (Where != From)
542 splice(Where, Other, From, llvm::next(From));
546 /// and insert them into this MBB right before 'Where'.
548 /// The instruction at 'Where' must not be included in the range of
550 void splice(iterator Where, MachineBasicBlock *Other, argument
552 Insts.splice(Where.getInstrIterator(), Other->Insts,
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S47 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrftime.c360 #error Where in timezone chaos are you?
/freebsd-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm294 Where,
369 Where,
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfipsalgtest.pl566 Where <alg> can be one of:
/freebsd-9.3-release/sys/contrib/dev/acpica/namespace/
H A Dnsxfeval.c73 * ReturnBuffer - Where to put method's return value (if
173 * ReturnBuffer - Where to put method's return value (if
439 ObjDesc = *(Info->ReturnObject->Reference.Where);
909 * Data - Where the data is returned
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-coff.h360 hey ! Where is the C_LEAFSTAT definition ? i960 - coff support is depending on it.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb-events.sh221 Where a *_p() predicate is present, it must be called before
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S47 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks10 behind hardware. Where possible and not in conflict with the standard,
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm51 Where C<CODE> is the CODE reference used to define macro called C<NAME>
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm78 Where C<CODE> is the CODE reference used to define macro called C<NAME>

Completed in 212 milliseconds

12