Home
last modified time | relevance | path

Searched defs:note_len (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/elfutils/libelf/
H A Dnote_xlate.h44 size_t note_len = sizeof *n; in elf_cvt_note() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/
Derror.rs250 let note_len = span.end.column.saturating_sub(span.start.column); in notate_line() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/
H A Derror.rs235 let note_len = span.end.column.saturating_sub(span.start.column); in notate_line() localVariable
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_format.c1097 int len_orig = len, note_len = 32; in format_insn_note() local