Home
last modified time | relevance | path

Searched defs:Buffer (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h41 ArrayRef<uint8_t> &Buffer) override { in readBytes()
49 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
76 MemoryBufferByteStream(std::unique_ptr<MemoryBuffer> Buffer, in MemoryBufferByteStream()
100 ArrayRef<uint8_t> &Buffer) override { in readBytes()
105 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes()
147 ArrayRef<uint8_t> &Buffer) override { in readBytes()
160 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
170 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes()
205 StreamImpl(std::unique_ptr<FileOutputBuffer> Buffer, in StreamImpl()
[all …]
H A DMemoryBufferRef.h23 StringRef Buffer; variable
29 MemoryBufferRef(StringRef Buffer, StringRef Identifier) in MemoryBufferRef()
/freebsd-src/contrib/bmake/
H A Dbuf.h83 typedef struct Buffer { struct
87 } Buffer; typedef
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h59 struct Buffer { global() struct
62 NameBuffer global() argument
63 IsCBufferBuffer global() argument
64 BindingBuffer global() argument
83 LayoutStructBuffer global() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h45 char Buffer[kCacheLineSize]; member
54 struct Buffer { struct
69 Buffer Buff; argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOptionalDiagnostic.h42 SmallVector<char, 32> Buffer; variable
59 SmallVector<char, 32> Buffer; variable
68 SmallVector<char, 32> Buffer; variable
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c201 UINT8 *Buffer, in DtCompileOneField() argument
270 DtCompileString(UINT8 * Buffer,DT_FIELD * Field,UINT32 ByteLength) DtCompileString() argument
313 DtCompileUnicode(UINT8 * Buffer,DT_FIELD * Field,UINT32 ByteLength) DtCompileUnicode() argument
352 DtCompileUuid(UINT8 * Buffer,DT_FIELD * Field,UINT32 ByteLength) DtCompileUuid() argument
395 DtCompileInteger(UINT8 * Buffer,DT_FIELD * Field,UINT32 ByteLength,UINT8 Flags) DtCompileInteger() argument
494 DtNormalizeBuffer(char * Buffer,UINT32 * Count) DtNormalizeBuffer() argument
564 DtCompileBuffer(UINT8 * Buffer,char * StringValue,DT_FIELD * Field,UINT32 ByteLength) DtCompileBuffer() argument
633 DtCompileFlag(UINT8 * Buffer,DT_FIELD * Field,ACPI_DMTABLE_INFO * Info) DtCompileFlag() argument
[all...]
H A Dasllistsup.c178 UINT8 *Buffer) in LsDumpAscii() argument
222 UINT8 *Buffer) in LsDumpAsciiInComment() argument
323 UINT8 *Buffer, in LsWriteListingHexBytes() argument
[all...]
H A Daslpld.c200 UINT8 *Buffer; in OpcDoPld() local
727 UINT32 *Buffer; in OpcEncodePldBuffer() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp17 appendChar(char ** Buffer,const char * BufferEnd,char C) appendChar() argument
28 appendNumber(char ** Buffer,const char * BufferEnd,u64 AbsoluteValue,u8 Base,u8 MinNumberLength,bool PadWithZero,bool Negative,bool Upper) appendNumber() argument
71 appendUnsigned(char ** Buffer,const char * BufferEnd,u64 Num,u8 Base,u8 MinNumberLength,bool PadWithZero,bool Upper) appendUnsigned() argument
78 appendSignedDecimal(char ** Buffer,const char * BufferEnd,s64 Num,u8 MinNumberLength,bool PadWithZero) appendSignedDecimal() argument
93 appendString(char ** Buffer,const char * BufferEnd,int Width,int MaxChars,const char * S) appendString() argument
109 appendPointer(char ** Buffer,const char * BufferEnd,u64 ptr_value) appendPointer() argument
118 formatString(char * Buffer,uptr BufferLength,const char * Format,va_list Args) formatString() argument
235 formatString(char * Buffer,uptr BufferLength,const char * Format,...) formatString() argument
/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Dutalloc.c330 char Buffer[7]; in AcpiUtDeleteCaches() local
399 ACPI_BUFFER *Buffer) in AcpiUtValidateBuffer() argument
445 AcpiUtInitializeBuffer(ACPI_BUFFER * Buffer,ACPI_SIZE RequiredLength) AcpiUtInitializeBuffer() argument
[all...]
H A Dutpredef.c267 char *Buffer, in AcpiUtGetExpectedReturnTypes() argument
407 AcpiUtDisplayPredefinedMethod(char * Buffer,const ACPI_PREDEFINED_INFO * ThisName,BOOLEAN MultiLine) AcpiUtDisplayPredefinedMethod() argument
474 AcpiUtGetArgumentTypes(char * Buffer,UINT16 ArgumentTypes) AcpiUtGetArgumentTypes() argument
532 AcpiUtGetResourceBitWidth(char * Buffer,UINT16 Types) AcpiUtGetResourceBitWidth() argument
[all...]
H A Dutbuffer.c180 UINT8 *Buffer, in AcpiUtDumpBuffer() argument
328 AcpiUtDebugDumpBuffer(UINT8 * Buffer,UINT32 Count,UINT32 Display,UINT32 ComponentId) AcpiUtDebugDumpBuffer() argument
370 AcpiUtDumpBufferToFile(ACPI_FILE File,UINT8 * Buffer,UINT32 Count,UINT32 Display,UINT32 BaseOffset) AcpiUtDumpBufferToFile() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDJB.cpp21 static UTF32 chopOneUTF32(StringRef &Buffer) { in chopOneUTF32()
60 static std::optional<uint32_t> fastCaseFoldingDjbHash(StringRef Buffer, in fastCaseFoldingDjbHash()
72 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash()
H A DLineIterator.cpp34 line_iterator::line_iterator(const MemoryBuffer &Buffer, bool SkipBlanks, in line_iterator()
38 line_iterator::line_iterator(const MemoryBufferRef &Buffer, bool SkipBlanks, in line_iterator()
H A DBinaryStreamRef.cpp22 ArrayRef<uint8_t> &Buffer) override { in readBytes()
26 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
43 ArrayRef<uint8_t> &Buffer) override { in readBytes()
47 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp24 template <class T> char *WriteBytes(const T &Pod, char *Buffer) { in WriteBytes() argument
62 const u64 ExpectedNumBytes, char *&Buffer) { in SerializeSegmentsToBuffer() argument
117 const u64 ExpectedNumBytes, char *&Buffer) { in SerializeStackToBuffer() argument
154 SerializeMIBInfoToBuffer(MIBMapTy & MIBMap,const Vector<u64> & StackIds,const u64 ExpectedNumBytes,char * & Buffer) SerializeMIBInfoToBuffer() argument
208 SerializeToRawProfile(MIBMapTy & MIBMap,ArrayRef<LoadedModule> Modules,char * & Buffer) SerializeToRawProfile() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp154 std::vector<uint8_t> Buffer; in visit() local
218 std::vector<uint8_t> Buffer; in visit() local
290 std::vector<uint8_t> Buffer; in visit() local
395 uint32_t Buffer = E.getU32(&OffsetPtr); in visit() local
/freebsd-src/sys/contrib/dev/acpica/components/executer/
H A Dexserial.c180 void *Buffer) in AcpiExReadGpio() argument
235 void *Buffer; in AcpiExWriteGpio() local
413 void *Buffer; in AcpiExWriteSerialBus() local
[all...]
H A Dexstorob.c180 UINT8 *Buffer; in AcpiExStoreBufferToBuffer() local
285 UINT8 *Buffer; AcpiExStoreStringToString() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp83 bool LTOModule::isBitcodeForTarget(MemoryBuffer *Buffer, in isBitcodeForTarget() argument
97 std::string LTOModule::getProducerString(MemoryBuffer *Buffer) { in getProducerString() argument
119 std::unique_ptr<MemoryBuffer> Buffer = std::move(BufferOrErr.get()); in createFromFile() local
141 std::unique_ptr<MemoryBuffer> Buffer = std::move(BufferOrErr.get()); in createFromOpenFileSlice() local
151 MemoryBufferRef Buffer(Data, path); in createFromBuffer() local
160 MemoryBufferRef Buffer(Data, path); createInLocalContext() local
171 parseBitcodeFileImpl(MemoryBufferRef Buffer,LLVMContext & Context,bool ShouldBeLazy) parseBitcodeFileImpl() argument
195 makeLTOModule(MemoryBufferRef Buffer,const TargetOptions & options,LLVMContext & Context,bool ShouldBeLazy) makeLTOModule() argument
344 SmallString<64> Buffer; addDefinedDataSymbol() local
402 SmallString<64> Buffer; addDefinedFunctionSymbol() local
580 SmallString<64> Buffer; parseSymbols() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp65 char *Buffer, int MaxLength) { in __sanitizer_symbolize_code()
97 char *Buffer, int MaxLength) { in __sanitizer_symbolize_data()
120 char *Buffer, int MaxLength) { in __sanitizer_symbolize_frame()
147 bool __sanitizer_symbolize_demangle(const char *Name, char *Buffer, in __sanitizer_symbolize_demangle()
/freebsd-src/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c211 ACPI_BUFFER *Buffer, in AcpiRsValidateParameters() argument
649 ACPI_BUFFER *Buffer; in ACPI_EXPORT_SYMBOL() local
715 AcpiWalkResourceBuffer(ACPI_BUFFER * Buffer,ACPI_WALK_RESOURCE_CALLBACK UserFunction,void * Context) AcpiWalkResourceBuffer() argument
819 ACPI_BUFFER Buffer; ACPI_EXPORT_SYMBOL() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DCOFF.cpp20 static void encodeBase64StringEntry(char *Buffer, uint64_t Value) { in encodeBase64StringEntry()
42 SmallVector<char, COFF::NameSize> Buffer; in encodeSectionName() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp35 Expected<uint16_t> readTargetMachineArch(StringRef Buffer) { in readTargetMachineArch()
75 StringRef Buffer = ObjectBuffer.getBuffer(); in createLinkGraphFromELFObject() local

12345678910>>...17