Home
last modified time | relevance | path

Searched defs:bytes_end (Results 1 – 6 of 6) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_nextcu.c88 const unsigned char *bytes_end = data + dwarf->sectiondata[sec_idx]->d_size; in INTDEF() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h110 const unsigned char *bytes_end() const { in bytes_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h129 const unsigned char *bytes_end() const { in bytes_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h615 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h634 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c5446 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local