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

/freebsd-10.0-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-10.0-release/contrib/bmake/lst.lib/
H A DlstInt.h63 } Where; typedef in typeref:enum:__anon701
73 Where atEnd; /* Where in the list the last access was */
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
/freebsd-10.0-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-10.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmobject.c400 AcpiOsPrintf ("%p", ObjDesc->Reference.Where);
401 if (!ObjDesc->Reference.Where)
408 *(ObjDesc->Reference.Where));
/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c222 ObjDesc = *StackDesc->Reference.Where;
339 * ReturnType - Where the object type is returned
340 * ReturnDesc - Where the resolved object is returned
469 ObjDesc = *(ObjDesc->Reference.Where);
H A Dexstore.c71 * *DestDesc - Where to store it. Must be an NS node
255 * The object at *(IndexDesc->Reference.Where) is the
259 ObjDesc = *(IndexDesc->Reference.Where);
293 *(IndexDesc->Reference.Where) = NewDesc;
H A Dexoparg2.c68 * Where:
440 ReturnDesc->Reference.Where = &Operand[0]->Package.Elements [Index];
H A Dexoparg1.c68 * Where:
1011 ReturnDesc = *(Operand[0]->Reference.Where);
H A Dexdump.c247 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
/freebsd-10.0-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-10.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S36 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacdebug.h440 UINT32 Where);
H A Dacpiosxf.h207 ACPI_PHYSICAL_ADDRESS Where,
H A Dacobject.h436 union acpi_operand_object **Where; /* Target of Index */ member in struct:acpi_object_reference
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dstrftime.c356 #error Where in timezone chaos are you?
/freebsd-10.0-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-10.0-release/contrib/gdb/gdb/
H A Dgdb-events.sh221 Where a *_p() predicate is present, it must be called before
/freebsd-10.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S50 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c73 * ReturnBuffer - Where to put method's return value (if
173 * ReturnBuffer - Where to put method's return value (if
540 ObjDesc = *(Info->ReturnObject->Reference.Where);
1020 * Data - Where the data is returned
/freebsd-10.0-release/sys/cam/
H A DREADME.quirks10 behind hardware. Where possible and not in conflict with the standard,
/freebsd-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S51 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex265 Where they exist, we follow the IEEE1275 bindings that specify how to

Completed in 309 milliseconds