/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 88 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/ |
D | main.rs | 42 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/ |
D | RecordSerialization.cpp | 115 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()
|
D | StreamWriter.cpp | 46 ArrayRef<uint8_t> Bytes(Str.bytes_begin(), Str.bytes_end()); in writeFixedString()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 105 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()
|
D | Formatters.cpp | 23 : FormatAdapter(ArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 105 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()
|
D | Formatters.cpp | 21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
/external/llvm/tools/llvm-pdbdump/fuzzer/ |
D | llvm-pdbdump-fuzzer.cpp | 38 Buffer->getBuffer().bytes_end())), in InputByteStream()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 128 if ((C - Contents.bytes_end()) % ELF64SledEntrySize != 0) in loadObj() 146 for (; C != Contents.bytes_end(); C += ELF64SledEntrySize) { in loadObj()
|
/external/pytorch/c10/util/ |
D | hash.h | 179 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/ |
D | InstrumentationMap.cpp | 149 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/ |
D | xxhash.cpp | 75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
|
D | BinaryStreamRef.cpp | 76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | xxhash.cpp | 74 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
|
D | BinaryStreamRef.cpp | 76 : BinaryStreamRef(ArrayRef(Data.bytes_begin(), Data.bytes_end()), Endian) {} in BinaryStreamRef()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 36 Buffer->getBuffer().bytes_end())), in InputByteStream()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 124 ? Data.bytes_end() in emitRawBytes()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 128 ? Data.bytes_end() in emitRawBytes()
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 102 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/ |
D | TypeHashing.h | 80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 83 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 118 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/ |
D | StringRef.h | 110 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/ |
D | StringRef.h | 129 const unsigned char *bytes_end() const { in bytes_end() function 133 return make_range(bytes_begin(), bytes_end()); in bytes()
|