Home
last modified time | relevance | path

Searched refs:Meta (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp120 const AllocationMetadata &Meta = Metadata[i]; in iterate() local
121 if (Meta.Addr && !Meta.IsDeallocated && Meta.Addr >= Start && in iterate()
122 Meta.Addr < Start + Size) in iterate()
123 Cb(Meta.Addr, Meta.RequestedSize, Arg); in iterate()
245 Meta->RecordAllocation(UserPtr, Size); in allocate()
248 Meta->AllocationTrace.RecordBacktrace(Backtrace); in allocate()
277 AllocationMetadata *Meta = addrToMetadata(UPtr); in deallocate() local
278 if (Meta->Addr != UPtr) { in deallocate()
288 if (Meta->IsDeallocated) { in deallocate()
295 Meta->RecordDeallocation(); in deallocate()
[all …]
H A Dcrash_handler.cpp92 const AllocationMetadata *Meta = addrToMetadata(State, Metadata, ErrorPtr); in __gwp_asan_get_metadata() local
93 if (Meta->Addr == 0) in __gwp_asan_get_metadata()
96 return Meta; in __gwp_asan_get_metadata()
/freebsd-13.1/contrib/tcsh/
H A Deight-bit.me34 Meta-<non-control-character> bindings would be undone in these cases.
116 self-insert-command, I lost the ability to use the Meta key to call the
129 Meta ~Ctrl<Key>d: string(0x1b) string(d)
136 :Meta ~Ctrl<Key>d: string(0x1b) string(d) \\n\\
137 :Meta ~Ctrl<Key>D: string(0x1b) string(D) \\n\\
138 :Meta ~Ctrl<Key>e: string(0x1b) string(e) \\n\\
139 :Meta ~Ctrl<Key>E: string(0x1b) string(E) \\n\\
140 :Meta ~Ctrl<Key>v: string(0x1b) string(v) \\n\\
141 :Meta ~Ctrl<Key>V: string(0x1b) string(V)
H A DFAQ84 the short-cut key sequence to clear log (i.e. Meta-e or Diamond-e) doesn't
/freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dimg,meta-intc.txt1 * Meta External Trigger Controller Binding
4 representation of a Meta external trigger controller.
44 * Meta external trigger block
64 // Compatible with Meta hardware trigger block.
71 * An interrupt generating device that is wired to a Meta external
H A Dimg,pdc-intc.txt64 // Compatible with Meta hardware trigger block.
/freebsd-13.1/contrib/googletest/googletest/docs/
H A DPumpManual.md28 Pump (for Pump is Useful for Meta Programming, Pretty Useful for Meta
29 Programming, or Practical Utility for Meta Programming, whichever you
55 $$ Meta loop.
130 | `[[ code ]]` | Meta lexical block. …
132 | `$$ comment` | Meta comment. …
/freebsd-13.1/sys/contrib/openzfs/
H A DMETA1 Meta: 1
/freebsd-13.1/contrib/file/magic/Magdir/
H A Debml4 # ebml: file(1) magic for various Extensible Binary Meta Language
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h159 void *operator new(size_t Meta, PoolAllocTy &Alloc, size_t Data) { in new() argument
160 return Alloc.Allocate(Meta + Data, alignof(void *)); in new()
/freebsd-13.1/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-vega-s95-meta.dts12 model = "Tronsmart Vega S95 Meta";
/freebsd-13.1/contrib/tcsh/nls/german/
H A Dset76 4 \tEs hat %s Meta-Taste\n
H A Dset443 41 hat Meta-Taste
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h898 static MachineOperand CreateMetadata(const MDNode *Meta) { in CreateMetadata() argument
900 Op.Contents.MD = Meta; in CreateMetadata()
/freebsd-13.1/share/misc/
H A Dorganization.dot20 # Meta-categories go here
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h391 Meta = 0x04, enumerator
/freebsd-13.1/share/syscons/keymaps/
H A Dua.koi8-u.shift.alt.kbd11 # Lwin,Rwin=Meta, Menu=Screensaver
H A Del.iso07.kbd9 # Meta shift: (Right)Windows or Menu
H A Dcs.latin2.qwertz.kbd9 # Meta shift: (Right|Left)Windows, Menu
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Drockchip.yaml554 - description: Tronsmart Orion R68 Meta
/freebsd-13.1/share/vt/keymaps/
H A Dgr.kbd9 # Meta shift: (Right)Windows or Menu
H A Dcz.kbd9 # Meta shift: (Right|Left)Windows, Menu
H A Dua.shift.alt.kbd11 # Lwin,Rwin=Meta, Menu=Screensaver
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp231 IO.enumCase(Kind, "Meta", VFTableSlotKind::Meta); in enumeration()
/freebsd-13.1/contrib/bmake/mk/
H A Dmk-files.txt495 Meta mode

12