Home
last modified time | relevance | path

Searched refs:bytes_end (Results 1 – 25 of 50) sorted by relevance

12

/external/elfutils/libdw/
Ddwarf_nextcu.c88 const unsigned char *bytes_end = data + dwarf->sectiondata[sec_idx]->d_size; in INTDEF() local
170 if (bytes_end - bytes < 8) in INTDEF()
176 if (bytes_end - bytes < 2) in INTDEF()
185 if (bytes_end - bytes < 1) in INTDEF()
/external/bazelbuild-rules_rust/test/cc_common_link/with_global_alloc/
Dmain.rs42 let bytes_end = ALLOCATED.load(SeqCst); in test_global_alloc_was_used() localVariable
44 assert_eq!(bytes_end - bytes_start, 5); in test_global_alloc_was_used()
/external/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp115 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
143 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
169 Data = ArrayRef<uint8_t>(Rest.bytes_begin(), Rest.bytes_end()); in consume()
DStreamWriter.cpp46 ArrayRef<uint8_t> Bytes(Str.bytes_begin(), Str.bytes_end()); in writeFixedString()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
DFormatters.cpp23 : FormatAdapter(ArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
DFormatters.cpp21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
/external/llvm/tools/llvm-pdbdump/fuzzer/
Dllvm-pdbdump-fuzzer.cpp38 Buffer->getBuffer().bytes_end())), in InputByteStream()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp128 if ((C - Contents.bytes_end()) % ELF64SledEntrySize != 0) in loadObj()
146 for (; C != Contents.bytes_end(); C += ELF64SledEntrySize) { in loadObj()
/external/pytorch/c10/util/
Dhash.h179 void process_block(void const* bytes_begin, void const* bytes_end) { in process_block()
181 unsigned char const* end = static_cast<unsigned char const*>(bytes_end); in process_block()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
DInstrumentationMap.cpp149 if ((C - Contents.bytes_end()) % ELFSledEntrySize != 0) in loadObj()
168 for (; C != Contents.bytes_end(); C += ELFSledEntrySize) { in loadObj()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
DBinaryStreamRef.cpp76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
Dxxhash.cpp74 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
DBinaryStreamRef.cpp76 : BinaryStreamRef(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp36 Buffer->getBuffer().bytes_end())), in InputByteStream()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp124 ? Data.bytes_end() in emitRawBytes()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp128 ? Data.bytes_end() in emitRawBytes()
/external/llvm/include/llvm/ADT/
DStringRef.h102 const unsigned char *bytes_end() const { in bytes_end() function
106 return make_range(bytes_begin(), bytes_end()); in bytes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStringRef.h118 const unsigned char *bytes_end() const { in bytes_end() function
122 return make_range(bytes_begin(), bytes_end()); in bytes()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h110 const unsigned char *bytes_end() const { in bytes_end() function
114 return make_range(bytes_begin(), bytes_end()); in bytes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h129 const unsigned char *bytes_end() const { in bytes_end() function
133 return make_range(bytes_begin(), bytes_end()); in bytes()

12