Home
last modified time | relevance | path

Searched defs:deref_offset (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/bcc/tests/cc/
H A Dtest_usdt_args.cc37 optional<int> deref_offset = nullopt, in verify_register()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_atomics_to_ssbo.c99 …nir_deref_instr *deref_offset = deref_offset_var(b, nir_intrinsic_base(instr), offset_align_state); in lower_instr() local
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_usdt.h58 int deref_offset; member
H A Dusdt.h80 const optional<int> deref_offset() const { return deref_offset_; } in deref_offset() function
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbcc_usdt.h58 int deref_offset; member
H A Dusdt.h80 const optional<int> deref_offset() const { return deref_offset_; } in deref_offset() function
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/reader/
H A Dmod.rs200 fn deref_offset(buffer: &[u8], address: usize, width: BitWidth) -> Result<usize, Error> { in deref_offset() function