Home
last modified time | relevance | path

Searched defs:notes (Results 1 – 18 of 18) sorted by relevance

/third_party/lz4/doc/
Dlz4_Block_format.md148 #### Metadata
165 #### Large lengths
197 #### Safe decoding
234 #### Compression techniques
/third_party/mesa3d/src/freedreno/ir3/
Dir3_sched.c416 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in check_instr()
689 choose_instr_dec(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in choose_instr_dec()
773 choose_instr_inc(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in choose_instr_inc()
828 choose_instr_prio(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes) in choose_instr_prio()
877 choose_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes) in choose_instr()
1229 struct ir3_sched_notes notes = {0}; in sched_block() local
/third_party/rust/crates/regex/regex-syntax/src/
Derror.rs118 let mut notes = vec![]; in fmt() localVariable
240 let mut notes = String::new(); in notate_line() localVariable
/third_party/elfio/tests/
DELFIOTest.cpp183 void checkNote( const const_note_section_accessor& notes, in checkNote()
300 const_note_section_accessor notes( reader, sec ); in TEST() local
411 const_note_section_accessor notes( reader, sec ); in TEST() local
702 const_note_section_accessor notes( reader, sec ); in TEST() local
/third_party/elfutils/libdwfl/
Dcore-file.c126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments()
516 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local
Dlinux-kernel-modules.c525 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) in intuit_kernel_bounds()
734 Dwarf_Addr notes; in dwfl_linux_kernel_report_kernel() local
Ddwfl_segment_report_module.c553 void *notes; in dwfl_segment_report_module() local
/third_party/elfio/elfio/
Delfio_note.hpp169 S* notes; member in ELFIO::note_section_accessor_template
Delfio_dump.hpp945 static void notes( std::ostream& out, const elfio& reader ) in notes() function in ELFIO::dump
949 note_section_accessor notes( reader, sec.get() ); in notes() local
980 note_segment_accessor notes( reader, seg ); in notes() local
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.h54 GList *notes; member
/third_party/node/doc/api/
Dstream.md4554 ### Streams compatibility with async generators and async iterators
4646 ### Compatibility with older Node.js versions
4713 ### `readable.read(0)`
4728 ### `readable.push('')`
4738 ### `highWaterMark` discrepancy after calling `readable.setEncoding()`
/third_party/rust/crates/codespan/codespan-reporting/src/
Ddiagnostic.rs136 pub notes: Vec<String>, field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h261 iterator_range<Elf_Note_Iterator> notes(const Elf_Phdr &Phdr, in notes() function
273 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes() function
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.h72 GList *notes; member
/third_party/typescript/tests/baselines/reference/
DunderscoreTest1.js778 var notes: any[]; variable
999 var notes; variable
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts776 var notes: any[]; variable
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h30513 unsigned int notes; member
45512 struct memelfnote notes[0]; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp102531 js::UniquePtr<JSErrorNotes> notes; member in JSErrorReport