Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/test/cc_common_link/with_global_alloc/
H A Dmain.rs42 let bytes_end = ALLOCATED.load(SeqCst); in test_global_alloc_was_used() localVariable
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_nextcu.c88 const unsigned char *bytes_end = data + dwarf->sectiondata[sec_idx]->d_size; in INTDEF() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DStringRef.h102 const unsigned char *bytes_end() const { in bytes_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h110 const unsigned char *bytes_end() const { in bytes_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringRef.h118 const unsigned char *bytes_end() const { in bytes_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DStringRef.h118 const unsigned char *bytes_end() const { in bytes_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DStringRef.h118 const unsigned char *bytes_end() const { in bytes_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringRef.h129 const unsigned char *bytes_end() const { in bytes_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DStringRef.h118 const unsigned char *bytes_end() const { in bytes_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DStringRef.h118 const unsigned char *bytes_end() const { in bytes_end() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DMetadata.h597 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h615 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DMetadata.h641 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h634 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DMetadata.h750 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DMetadata.h728 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DMetadata.h750 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DMetadata.h750 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer.cc180 const char* bytes_end = bytes_start + read_len; in CopyDataToBuffer() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c5598 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local