Searched refs:Pointer (Results 26 - 50 of 357) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DAddress.h25 llvm::Value *Pointer; member in class:clang::CodeGen::Address
29 : Pointer(pointer), Alignment(alignment) {
35 bool isValid() const { return Pointer != nullptr; }
39 return Pointer;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp60 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; local
62 Pointer = FunctionDumper::PointerType::Reference;
64 NestedDumper.start(*FuncSig, nullptr, Pointer);
H A DPrettyFunctionDumper.cpp53 const char *Name, PointerType Pointer) {
72 if (Pointer == PointerType::None) {
90 if (Pointer == PointerType::Reference)
116 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { argument
154 if (Pointer == PointerType::Pointer)
156 else if (Pointer == FunctionDumper::PointerType::Reference)
167 if (Pointer != FunctionDumper::PointerType::None)
176 if (Pointer != FunctionDumper::PointerType::None) {
177 if (Pointer
52 start(const PDBSymbolTypeFunctionSig &Symbol, const char *Name, PointerType Pointer) argument
249 PointerType Pointer = local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/tools/examples/
H A Dexamples.c449 ArgList.Pointer = Arg;
452 Arg[0].String.Pointer = "Windows 2001";
453 Arg[0].String.Length = strlen (Arg[0].String.Pointer);
477 Object = ReturnValue.Pointer;
491 AcpiOsFree (ReturnValue.Pointer);
517 ArgList.Pointer = Arg;
520 Arg[0].String.Pointer = "Method [MAIN] is executing";
521 Arg[0].String.Length = strlen (Arg[0].String.Pointer);
534 if (ReturnValue.Pointer)
538 Object = ReturnValue.Pointer;
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeexec.c76 ArgList.Pointer = Arg;
205 BufArg.Buffer.Pointer = Buffer;
208 Params.Pointer = &BufArg;
245 PkgElements[1].String.Pointer = "Top-level package";
249 PkgElements[2].Buffer.Pointer = (UINT8 *) "XXXX";
262 Pkg2Elements[1].String.Pointer = "Nested Package";
267 Params.Pointer = &PkgArg;
321 ArgList.Pointer = Arg;
324 Arg[0].String.Pointer = OsiString;
325 Arg[0].String.Length = strlen (Arg[0].String.Pointer);
[all...]
H A Daeexception.c137 ArgList.Pointer = Arg;
143 Arg[1].String.Pointer = ACPI_CAST_PTR (char, Exception);
151 ReturnObj.Pointer = NULL;
157 if (ReturnObj.Pointer)
162 ((ACPI_OBJECT *) ReturnObj.Pointer)->Integer.Value;
166 AcpiOsFree (ReturnObj.Pointer);
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbtest.c623 AcpiOsPrintf (" %2.2X", Temp1->Buffer.Pointer[i]);
644 WriteValue.Buffer.Pointer = Buffer;
660 if (memcmp (Temp2->Buffer.Pointer, Buffer, ByteLength))
668 WriteValue.Buffer.Pointer = Temp1->Buffer.Pointer;
684 if (memcmp (Temp1->Buffer.Pointer,
685 Temp3->Buffer.Pointer, ByteLength))
736 Temp1->String.Length, Temp1->String.Pointer);
742 WriteValue.String.Pointer = ValueToWrite;
758 if (strcmp (Temp2->String.Pointer, ValueToWrit
[all...]
H A Ddbcmds.c99 * RETURN: Pointer to a NS node
402 if (TableDesc->Pointer)
404 AcpiTbPrintTableHeader (TableDesc->Address, TableDesc->Pointer);
643 ReturnBuffer.Pointer = AcpiGbl_DbBuffer;
663 ReturnBuffer.Pointer));
667 AcpiUtDebugDumpBuffer ((UINT8 *) Node->Object->Buffer.Pointer,
848 OriginalAml = ReturnBuffer.Pointer;
850 AcpiDmCompareAmlResources (OriginalAml->Buffer.Pointer,
852 NewAml.Pointer, (ACPI_RSDESC_SIZE) NewAml.Length);
856 ACPI_FREE (NewAml.Pointer);
[all...]
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_acpi.c52 arg.Pointer = params;
55 params[0].Buffer.Pointer = (char *)__UNCONST(uuid);
68 buf.Pointer = NULL;
73 return (ACPI_OBJECT *)buf.Pointer;
116 mask |= (uint64_t)obj->Buffer.Pointer[i] << (i * 8);
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutalloc.c312 if (!Buffer->Pointer)
377 Buffer->Pointer = AcpiOsAllocate (RequiredLength);
384 Buffer->Pointer = ACPI_ALLOCATE (RequiredLength);
400 if (!Buffer->Pointer)
407 memset (Buffer->Pointer, 0, RequiredLength);
H A Dutcopy.c163 ExternalObject->String.Pointer = (char *) DataSpace;
169 (void *) InternalObject->String.Pointer,
175 ExternalObject->Buffer.Pointer = DataSpace;
181 (void *) InternalObject->Buffer.Pointer,
334 * PARAMETERS: InternalObject - Pointer to the object we are returning
431 RetBuffer->Pointer, &RetBuffer->Length);
439 ACPI_CAST_PTR (ACPI_OBJECT, RetBuffer->Pointer),
440 ACPI_ADD_PTR (UINT8, RetBuffer->Pointer,
522 InternalObject->String.Pointer =
526 if (!InternalObject->String.Pointer)
[all...]
/netbsd-current/sys/dev/acpi/
H A Dacpi_util.c189 buf.Pointer = &obj;
226 arg.Pointer = &obj;
246 obj = buf.Pointer;
265 (void)memcpy(*stringp, obj->String.Pointer, obj->String.Length);
270 ACPI_FREE(buf.Pointer);
276 * Evaluate a structure. Caller must free buf.Pointer by ACPI_FREE().
285 buf->Pointer = NULL;
314 return AcpiGetHandle(NULL, elm->String.Pointer, handle);
352 * Caller must free buf.Pointer by ACPI_FREE().
359 buf->Pointer
[all...]
H A Dvald_acpi.c335 ArgList.Pointer = Arg;
337 buf.Pointer = NULL;
350 param = buf.Pointer;
361 if (buf.Pointer)
362 ACPI_FREE(buf.Pointer);
393 ArgList.Pointer = Arg;
395 buf.Pointer = NULL;
407 param = buf.Pointer;
414 if (buf.Pointer)
415 ACPI_FREE(buf.Pointer);
[all...]
H A Ddalb_acpi.c114 if (ACPI_FAILURE(rv) || ret.Pointer == NULL) {
121 obj = ret.Pointer;
131 sc->sc_usageid = *(uint8_t *)obj->Buffer.Pointer;
134 sc->sc_usageid = le16toh(*(uint16_t *)obj->Buffer.Pointer);
137 sc->sc_usageid = le32toh(*(uint32_t *)obj->Buffer.Pointer);
147 ACPI_FREE(ret.Pointer);
255 if (ret.Pointer)
256 ACPI_FREE(ret.Pointer);
H A Dsmbus_acpi.c211 p = smi_buf.Pointer;
244 info = (struct SMB_INFO *)(e[1].Buffer.Pointer);
249 if (smi_buf.Pointer != NULL)
250 ACPI_FREE(smi_buf.Pointer);
280 args.Pointer = arg;
282 smbuf.Pointer = NULL;
355 arg[4].Buffer.Pointer = buf;
366 p = smbuf.Pointer;
422 xb = e[2].Buffer.Pointer;
449 if (smbuf.Pointer !
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
111 typedef Pointer pointer;
276 typename Pointer,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp56 Pointer, \
67 Pointer, \
78 Pointer, \
89 Pointer, \
99 typename Pointer,
111 typedef Pointer pointer;
276 typename Pointer,
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp101 static bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
112 static bool CheckActive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
121 Pointer U = Ptr.getBase();
131 const Pointer &Field = U.atField(R->getField(I)->Offset);
144 static bool CheckTemporary(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
164 static bool CheckGlobal(InterpState &S, CodePtr OpPC, const Pointer &Ptr) {
181 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) {
194 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr) {
202 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
231 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer
[all...]
H A DInterpFrame.cpp21 CodePtr RetPC, Pointer &&This)
62 void print(llvm::raw_ostream &OS, const Pointer &P, ASTContext &Ctx,
91 llvm::SmallVector<Pointer, 2> Levels;
92 for (Pointer F = P; !F.isRoot(); ) {
155 Pointer InterpFrame::getLocalPointer(unsigned Offset) {
157 return Pointer(
161 Pointer InterpFrame::getParamPointer(unsigned Off) {
165 return Pointer(reinterpret_cast<Block *>(Pt->second.get()));
179 return Pointer(B);
H A DEvalEmitter.cpp26 S.Current = new InterpFrame(S, nullptr, nullptr, CodePtr(), Pointer());
109 std::function<bool(QualType, const Pointer &, APValue &)> Composite;
110 Composite = [this, &Composite](QualType Ty, const Pointer &Ptr, APValue &R) {
123 const Pointer &FP = Ptr.atField(F.Offset);
145 const Pointer &FP = Ptr.atField(FD->Offset);
158 const Pointer &BP = Ptr.atField(BD->Offset);
165 const Pointer &VP = Ptr.atField(VD->Offset);
179 const Pointer &EP = Ptr.atIndex(I);
192 const auto &Ptr = S.Stk.pop<Pointer>();
202 S.Stk.push<Pointer>(reinterpret_cas
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cfi/
H A Dcie-version-4.d13 Pointer Size: .*
/netbsd-current/sys/external/bsd/acpica/dist/executer/
H A Dexconfig.c75 * PARAMETERS: Table - Pointer to raw table
160 Operand[0]->String.Pointer,
161 Operand[1]->String.Pointer,
162 Operand[2]->String.Pointer, &TableIndex);
190 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT,
202 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) &&
203 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX))
215 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT,
280 * Buffer - Pointer to where to put the data
475 ACPI_TABLE_HEADER, ObjDesc->Buffer.Pointer);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
33 internal: Pointer; // not visible by applications
37 AppData: Pointer; // private data object passed to zalloc and zfree
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
134 out OutBuf: Pointer; out OutBytes: Integer);
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
151 procedure DecompressToUserBuf(const InBuf: Pointer; InByte
[all...]
/netbsd-current/common/dist/zlib/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
33 internal: Pointer; // not visible by applications
37 AppData: Pointer; // private data object passed to zalloc and zfree
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
134 out OutBuf: Pointer; out OutBytes: Integer);
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
151 procedure DecompressToUserBuf(const InBuf: Pointer; InByte
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
33 internal: Pointer; // not visible by applications
37 AppData: Pointer; // private data object passed to zalloc and zfree
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
134 out OutBuf: Pointer; out OutBytes: Integer);
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
151 procedure DecompressToUserBuf(const InBuf: Pointer; InByte
[all...]

Completed in 257 milliseconds

1234567891011>>